Upgrading from 7.4-15 to 8, packages kept back

NicholasBoccio

New Member
Jul 9, 2023
1
0
1
I believe this is keeping the upgrade from going through.

I am using:
Code:
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/pve8-upgrade.sh)"
To automate the upgrade after having issues myself

However, even after going step by step from the wiki, I still am not sure where I am going wrong, nor do I understand how to remove these from being kept back.

root@milkyway:~# apt-get dist-upgrade Reading package lists... Done Building dependency tree... Done Reading state information... Done Calculating upgrade... Done The following packages have been kept back: python3-ceph-argparse python3-ceph-common 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.

I apologize for the newb situation I am in, but I promise that I have been Googling and searching the forums for a few hours and cannot find a solution myself.

Cheers
 
Last edited:
Please provide the full output in code-tags (not inline-code) each of:
  • pveversion -v
  • apt list --installed | grep linux-image
  • grep -r '' /etc/apt/sources.list*
  • apt update
  • apt full-upgrade
  • apt-mark showhold
  • apt show python3-ceph-argparse
  • apt show python3-ceph-common