PDA

View Full Version : [SOLVED] How to clear cache of an install package



TennTux
December 3rd, 2009, 09:19 PM
Since nobody seems to be answering my larger issue, I figured I'd break out one of my smaller questions that may help me find the issue.

When I uninstall Eclipse with the clean option and then reinstall it, it does not download the package, it just installs from cache.

I generally use Synaptic but do not see an option to removed the downloaded install package. Am I missing something?

I am willing to use apt-get if it will help, however, all I can see is apt-get clean which I believe will remove every package not just the specific one(s) I want to clear. Is there another way? Or do I have to remove every one?

i.r.id10t
December 3rd, 2009, 09:42 PM
apt-get clean

And then apt-get update

And then apt-get install eclipse

Bjalf
December 3rd, 2009, 10:19 PM
go to /var/cache/apt/archives and delete it?

TennTux
December 4th, 2009, 11:11 PM
I was able to clear the cache by deleting files from /var/cache/apt/archives by using Bjlaf('s) suggestion.

I still have work to do on my larger issue, but Thanks for this help.