$ du -m
# apt-get clean
$ du -m
--
Ron Johnson, Jr.
Jefferson LA USA
How does being physically handicapped make me Differently-Abled?
What different abilities do I have?
--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
This means that the partition on which your /var/cache/apt/archives
directory sits is full.
If this is on the same partition as your /home directory, you might can
delete/move some movies or other large files to an external disk, etc,
to free up some space.
At any rate, you'll have to do something to free up space in this
directory (and this may or may not affect other parts of your system,
depending on if this (or more of the /var directory) is on a separate
partition or not).
If you have a lot of older .debs in that directory that you no longer
need, you can run "aptitude autoclean" to clear out the ones that are no
longer (by default) installable. Or you can clean out all the .debs with
"aptitude clean". Or you can manually delete a few .debs to make enough
room to install a few smaller packages, then install those few smaller
packages and then delete their .debs, and continue on in this fashion.
But if you're running low on space in your /var/apt/cache/archives
directory, you're probably running low elsewhere, and this method
probably won't help much.
If /lib/modules is on the same partition, you might have three of seven
older kernel directories there, which you can remove to free up space.
You can always uninstall stuff to perhaps help, or move/recreate
partitions to resize them as needed.
"df -h" and such (like "df -h /var/cache/apt/archives") will give you a
good feel for how much space is free where.
--
Kent
What's the output of df ?
An a bit of google give me:
http://www.linuxquestions.org/questions/debian-26/dpkg-error-no-space-left-on-device-603279/
Clean up some files to make space? Check particularly that some log
files in /var/log have not grown to unreasonable size, or that there
isn't something unreasonbale in /tmp or /var/tmp. Of course all this
depends on your partitioning scheme.
A.