View Single Post
kingofsorrow's Avatar
Posts: 58 | Thanked: 32 times | Joined on Mar 2011 @ ksa
#5
first problem:
try to disable un-needed repositories
then open xterm and type:

Code:
sudo gainroot
apt-get clean
apt-get autoremove
apt-get update
then install the app u want (say xxxxx ) using this code:
Code:
apt-get install xxxxx
 

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