View Single Post
Posts: 7 | Thanked: 4 times | Joined on Jul 2010
#2007
Originally Posted by Joseph9560 View Post
since you already found the location of package download armel one from the url you wrote. Copy the file to MyDocs folder, that is first place you see in default file manager with images, documents etc directory.

in xterm
cd /home/user/MyDocs
dpkg -i libxmu6*.deb

if there is permission denied etc error, then
sudo gainroot
before above commands.

Hope this helps.
Thanks Joseph, that did the trick. Easy debian is now installed and downloading the image.

Think I need to work on my basic command line knowledge

Thanks again MM.