View Single Post
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#22
Originally Posted by Rabah_vip View Post
thank you but there is a problem could not open the debian archive
compilation failed in require
It means you copied the .deb file to a different directory from the path specified in the dpkg -i command....Why not download all the files needed to one folder say /home/user/MyDocs/Downloads/Mee42/

Then as root just do:

Code:
dpkg -i /home/user/MyDocs/Downloads/Mee42/*.deb
Post your full output here otherwise...

Edit: Before you ask, yes I've tested and it works so it should work for you too
 

The Following User Says Thank You to thedead1440 For This Useful Post: