Yes, you can copy the contents of /var/cache/apt somewhere else, then remove that directory tree and replace it with a symbolic link. E.g.Code:cd /var/cache cp -a apt /some/where/big rm -rf apt ln -s /some/where/big/apt .
Yes, you can copy the contents of /var/cache/apt somewhere else, then remove that directory tree and replace it with a symbolic link. E.g.Code:cd /var/cache cp -a apt /some/where/big rm -rf apt ln -s /some/where/big/apt .
That's a great suggestion! Thanks. Though I managed to delete a few packages and upgrade my ubuntu, your suggestion would have worked well also.
best,
Varun
Bookmarks