cant Install anymore - no more space

bitmovers

Member
Dec 27, 2020
12
0
21
57
Hello therem, when trying to install proxmox-backup-restore-image i get the following error-message:

root@pve01 / # apt install proxmox-backup-restore-image
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
proxmox-backup-restore-image
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 19.4 MB of archives.
After this operation, 52.7 MB of additional disk space will be used.
E: You don't have enough free space in /var/cache/apt/archives/.

i have allready tried to ie.e apt autoremove but nothing works. Please help, THX
 
Hey,

looks like you ran out of storage. You have to clear up some space by manually deleting some things off you system. What does df -h say? Something like apt-get clean could help, you can also use du -hs * to find what takes up a lot of space.
 
Try to find out what the space is used by like this
Bash:
du -shc /* | sort -h
# Go deeper
du -shc /bigdirectory/* | sort -h
# And so on...
du -shc /bigdirectory/.../* | sort -h
 
Last edited:
Thx for the Info.. thats what i get:

Filesystem Size Used Avail Use% Mounted on
udev 63G 0 63G 0% /dev
tmpfs 13G 1.4M 13G 1% /run
/dev/mapper/vg0-root 98G 93G 39M 100% /
tmpfs 63G 43M 63G 1% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
efivarfs 128K 16K 108K 13% /sys/firmware/efi/efivars
/dev/md1 988M 283M 638M 31% /boot
/dev/md0 256M 160K 256M 1% /boot/efi
/dev/mapper/vg0-data 1.5T 530G 918G 37% /var/lib/vz
/dev/fuse 128M 36K 128M 1% /etc/pve
tmpfs 13G 0 13G 0% /run/user/0

l delete the proxmox system log so i was able to install die package but i guest that i still need to change more