Category:

Install Midnight Commander (MC) on FreeBSD

There are two installation packages. MC and MC-Light. MC-Light is a lightweight file Manager.

For installation MC:

Go to ports:

cd /usr/ports/

Search:

make search name=mc

Result:

/usr/ports/misc/mc

Go to the directory where the package is stored:

cd /usr/ports/misc/mc

Install the package:

make install clean

After installation, you must run the command:

rehash

mc

For installation MC-Light:

Go to ports:

cd /usr/ports/

Search:

make search name=mc

Result:

/usr/ports/misc/mc

Go to the directory where the package is stored:

cd /usr/ports/misc/mc

Install the package:

make install clean

After installation, you must run the command:

rehash

mc-lights

 

For running:

mc

The installation of the MC File Manager is now complete.


Posted: 2013-02-27

Comments