Changes between Version 4 and Version 5 of Nmm2022/Agenda/RTsetup


Ignore:
Timestamp:
May 24, 2022, 6:41:06 AM (3 years ago)
Author:
geethike
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Nmm2022/Agenda/RTsetup

    v4 v5  
    106106
    107107Install''' CPANMINUS '''. cpanminus provides a command-line (non interactive) interface to automatically download, build and install Perl modules from CPAN.
     108
     109{{{
     110# apt install cpanminus
     111}}}
     112Next, fix the dependencies;
     113{{{
     114# make fixdeps
     115}}}