Archive for August, 2008

How to install Midnight Commander 4.6.1

Midnight Commander is a very useful file manager.
Install Midnight Commander
# wget http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/mc-4.6.1.tar.gz
# tar zxvf mc-4.6.1.tar.gz
# cd mc-4.6.1
# ./configure
# make
# make install
To run Midnight commander use

More »