Cannot upgrade to latest version

Aron Dijkstra

Well-Known Member
Aug 6, 2016
41
1
48
45
Hi,

I just upgraded proxmox, but i used apt upgrade. not dist-upgrade.
Now there are packages that are kept back.

libpve-access-control/stable 6.1-3 all [upgradable from: 6.0-5]
libpve-common-perl/stable 6.2-6 all [upgradable from: 6.0-9]
libpve-guest-common-perl/stable 3.1-3 all [upgradable from: 3.0-3]
libpve-http-server-perl/stable 3.0-6 all [upgradable from: 3.0-3]
libpve-storage-perl/stable 6.3-1 all [upgradable from: 6.1-3]
lxc-pve/stable 4.0.3-1 amd64 [upgradable from: 3.2.1-1]
pve-container/stable 3.3-1 all [upgradable from: 3.0-16]
pve-manager/stable 6.3-2 amd64 [upgradable from: 6.1-5]
qemu-server/stable 6.3-1 amd64 [upgradable from: 6.1-4]

I looked why... it needs: Curl for common-perl what needs Curl

But when i try to install CURL it wants to delete Proxmox??

The following additional packages will be installed:
curl libproxmox-acme-perl libpve-access-control libpve-common-perl libyaml-libyaml-perl
Recommended packages:
idn
The following packages will be REMOVED:
ceph-common libcurl3 libpve-guest-common-perl libpve-storage-perl librgw2 proxmox-ve pve-container pve-ha-manager pve-manager pve-qemu-kvm python-ceph python-rgw qemu-server spiceterm
The following NEW packages will be installed:
curl libcurl4 libproxmox-acme-perl libyaml-libyaml-perl
The following packages will be upgraded:
libpve-access-control libpve-common-perl
2 upgraded, 4 newly installed, 14 to remove and 2 not upgraded.
Need to get 880 kB of archives.
After this operation, 346 MB disk space will be freed.



How can i continue? im stuck i cannot use this node at the moment and the other nodes are running bit high in the resources.
Dist-upgrade btw gives no upgradable packages.

Aron
 
Try a apt install --fix-broken

and then another apt full-upgrade.
 
Hi Aaron,

Thanks.

I get the following:

root@Node2:~# apt install --fix-broken
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 9 not upgraded.
root@Node2:~# apt full-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
libpve-access-control libpve-common-perl libpve-guest-common-perl
libpve-http-server-perl libpve-storage-perl lxc-pve pve-container
pve-manager qemu-server
0 upgraded, 0 newly installed, 0 to remove and 9 not upgraded.
 
Ahhhhhhhh

Thanks!

After updating and a dist-upgrade:

apt dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
libbabeltrace-ctf1 libleveldb1v5 libssl1.0.2
Use 'apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
 
Last edited:
  • Like
Reactions: aaron