[HELP] System not fully up to date (found 1 new packages)

catzilla

New Member
Apr 8, 2025
2
1
3
I don't exactly understand why this is happening. I just ran a package upgrade through the web UI. It upgraded fine, I rebooted, and checked for updates again just to make sure.

I haven't encountered this before. What am I doing wrong?

Code:
Starting system upgrade: 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:
  libunbound8
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.

System not fully up to date (found 1 new packages)

starting shell
root@pve-server:/# cat /etc/apt/sources.list
deb http://ftp.us.debian.org/debian bookworm main contrib

deb http://ftp.us.debian.org/debian bookworm-updates main contrib

# security updates
deb http://security.debian.org bookworm-security main contrib

deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription

deb http://ppa.launchpad.net/savoury1/ffmpeg4/ubuntu focal main
root@pve-server:/# cat /etc/apt/sources.list.d/
cat: /etc/apt/sources.list.d/: Is a directory
root@pve-server:/# cat /etc/apt/sources.list.d/
ceph.list            pve-enterprise.list
root@pve-server:/# cat /etc/apt/sources.list.d/pve-enterprise.list
# deb https://enterprise.proxmox.com/debian/pve bookworm pve-enterprise

root@pve-server:/# cat /etc/apt/sources.list.d/ceph.list          
# deb https://enterprise.proxmox.com/debian/ceph-quincy bookworm enterprise

root@pve-server:/# apt-get update
Hit:1 http://ftp.us.debian.org/debian bookworm InRelease
Hit:2 http://security.debian.org bookworm-security InRelease                                                                                      
Hit:3 http://ftp.us.debian.org/debian bookworm-updates InRelease                                                                                  
Hit:4 http://ppa.launchpad.net/savoury1/ffmpeg4/ubuntu focal InRelease            
Hit:5 http://download.proxmox.com/debian/pve bookworm InRelease
Reading package lists... Done        
W: http://ppa.launchpad.net/savoury1/ffmpeg4/ubuntu/dists/focal/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
root@pve-server:/# apt-get upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
  libunbound8
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
 
please post the output of
- apt-cache policy libunbound8
- apt install -s libunbound8
 
  • Like
Reactions: UdoB
  • Like
Reactions: leesteken
A fragment of Ubuntu does not belong to Bookworm/PVE. Personally I would really work hard to avoid third party repositories on the host.
You are right of course, it's a leftover of some ffmpeg experimentation I was doing, Disabling that repo seems to have done the trick, thank you!
Code:
root@pve-server:~# apt-get update
Hit:1 http://ftp.us.debian.org/debian bookworm InRelease
Hit:2 http://security.debian.org bookworm-security InRelease
Get:3 http://ftp.us.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:4 http://download.proxmox.com/debian/pve bookworm InRelease [2,768 B]
Fetched 58.2 kB in 1s (95.6 kB/s)                     
Reading package lists... Done
root@pve-server:~# apt-get upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
 
  • Like
Reactions: UdoB