Hvu
03-05-2006, 03:07 AM
How to install Midnight commander.
Being a text mode application, GNU Midnight Commander can be used locally or remotely, on the console or under X Window System. By using full screen space of the terminals, it provides an intuitive user interface to the operating system, aiming to be a useful tool for users with any level of experience, from a newbie to a guru.
Once again this guide has SSH commands in blue
Make sure your in su'd
1. Download it
wget http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/mc-4.6.1.tar.gz
2. Extact
tar zvfx mc-4.6.1.tar.gz
3. CD
cd mc-4.6.1
4. Config
./configure -silent
If that failed, use
./configure
5. Make and Install
make
then
make install
6. Test
mc
Cool screen should popup :]
Being a text mode application, GNU Midnight Commander can be used locally or remotely, on the console or under X Window System. By using full screen space of the terminals, it provides an intuitive user interface to the operating system, aiming to be a useful tool for users with any level of experience, from a newbie to a guru.
Once again this guide has SSH commands in blue
Make sure your in su'd
1. Download it
wget http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/mc-4.6.1.tar.gz
2. Extact
tar zvfx mc-4.6.1.tar.gz
3. CD
cd mc-4.6.1
4. Config
./configure -silent
If that failed, use
./configure
5. Make and Install
make
then
make install
6. Test
mc
Cool screen should popup :]