View Single Post
Posts: 7 | Thanked: 2 times | Joined on Dec 2009
#90
Originally Posted by Thor View Post
it's getting dependencies for me as well. use

sudo gainroot
apt-get install offscr-solitaire

for example.

To clean up downloaded .deb files

cd /var/cache/apt/archives
ls
[you should see a bunch of .deb files, check they are the ones you installed, then...]
mv *.deb /home/user/MyDocs/.documents/

And then you can delete them manually from File Manager app.
I'd rather not say how to delete *.deb just in case anything goes wrong!

Edit: You can replace * with the filename if there are other .deb files in there that you don't want to move.
apt-get clean

Doesn't that work and wouldn't it be a bit easier?