Xtreamer Support System



Installing MC (midnight commander)



To install do a sudo bash to get access rights for /opt

Code:
# cd /opt
# mkdir tmp
# cd tmp
# wget http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstable/ipkg-opt_0.99.163-10_arm.ipk
# tar -xOvzf ipkg-opt_*_arm.ipk ./data.tar.gz | tar -C / -xzvf -
# mkdir -p /opt/etc/ipkg
# echo "src cross http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstable" > /opt/etc/ipkg/armel-feed.conf
# echo "src native http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/native/unstable" >> /opt/etc/ipkg/armel-feed.conf
# /opt/bin/ipkg update
# /opt/bin/ipkg install mc

You can later run mc from /opt/bin

EDIT: Its also usefull to have unrar, so just run the following to have it installed,

Code:
# /opt/bin/ipkg install unrar


You can do a "ipkg list" to see all available packags.

mc.jpg





Related Articles

No related articles were found.

Attachments

No attachments were found.

Visitor Comments

Article Details

Last Updated
29th of December, 2009

Would you like to...

Print this page  Print this page

Email this page  Email this page

Post a comment  Post a comment

 Subscribe me

Subscribe me  Add to favorites

Remove Highlighting Remove Highlighting

Edit this Article

Quick Edit

Export to PDF


User Opinions

No users have voted.

How would you rate this answer?




Thank you for rating this answer.

Continue