When I run the command to install the package solr-jetty, I am told
You don't have enough free space in /var/cache/apt/archives/
Here's the result of the df -H
command:
I have installed Ubuntu with VirtualBox on my Mac.
How can I fix this problem?
This will delete all packages not currently installed. If that doesn't free up enough space, then use
sudo apt-get clean
. This clears out all.debs
downloaded and/or installed.But it looks like your hard disk is out of space. Seriously out of space. 61Mb is not enough for a good working system. I found 2 alternatives that can circumvent space-related problems though both might be hard to pull off when using a virtual machine. A more permanent solution would be to increase the size of your virtual machine (and I would also advise using the method that allows the machine to dynamically increase in size; VirtualBox has such a setting).
With this method you re-route the location where
.deb
s are stored:Run the upgrade and install. After you are done you can switch back to normal with:
Of course {dir_of_mounted_disc} needs to be changed to the name of your mounted disc.
This way you create a RAM disc:
Clean up as with the 1st alternative.
Warning this requires a large amount of RAM so may not be useable when using a virtual system.
These commands will remove extra packages that are no longer required .
Open terminal (Ctrl-Alt-T) and type
Whenever you install a program, the packages (.deb files) get stored in
/var/cache/apt/archives
, which obviously take up space (a lot of space if there are many packages installed).To get rid of them, use:
Incase you're wondering what is the difference between
clean
andautoclean
, here is what the man page says:clean: clean clears out the local repository of retrieved package files. It removes everything but the lock file from /var/cache/apt/archives/ and /var/cache/apt/archives/partial/. APT is used as a dselect(1) method, clean is run Those who do not use dselect will likely want to run apt-get clean time to time to free up disk space.
autoclean: Like clean, autoclean clears out the local repository of package files. The difference is that it only removes package files can no longer be downloaded, and are largely useless. This a cache to be maintained over a long period without it out of control. The configuration option Clean-Installed will prevent installed packages from erased if it is set to off.
The issue re: 'You don't have enough free spacve in /var/cache/apt/archives/' may be related to this bug: https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1054903 Particularly if /var/cache/apt is on a tmpfs which gets erased every boot. Is it possible that you've sym-linked /var/cache/ to /tmp/cache/ or something similar in order to save space?
If this is the case the instructions to solve/work-arround it are on the bug report above.
this error message showed up on a raspberry pi zero-w with fresh install of Raspbian 10 Buster:
The other answers here are valid, but this fresh image had no significant previous packages for removal, so removing them didn't help.
solution (1): use raspi-config --> Advanced --> Expand Filesystem
this will expand the root filesystem to use the entire sd card.
solution (2): or from the command line:
This is more of a workaround/helpful tip.
This was happening on my virtual machine because I had allocated too much space to swap (close to 40%). I quickly resized it using
gparted
and was able to reclaim some more space for the root partition.Now I can update the long neglected VM which required about 3GB of updates.
I hit this error and fixed this by removing none docker. you can remove none docker by one of these lines: