Software Updater - Partial Upgrade

22.04.3

After the fuss around the 6.2 upgrade, I still can’t clear the "Partial Upgrade’ when running Software Updater. Everything updates correctly when using apt or synaptic. I have tried cleaning the apt cache, deleting the lists folder in /var/lib/apt, but nothing works. Any suggestions?

hmm…

check that your package manager isnt waiting for another packaging issue to be resolved:

sudo apt update
sudo dpkg --configure -a

If you run

sudo apt update
sudo apt upgrade

Are there any packages listed that are being held back from being installed?

rob@T450s:~$ sudo apt update
Hit:1 http://us.archive.ubuntu.com/ubuntu jammy InRelease
Hit:2 http://us.archive.ubuntu.com/ubuntu jammy-updates InRelease                                                       
Hit:3 https://brave-browser-apt-release.s3.brave.com disco InRelease                                                    
Hit:4 http://us.archive.ubuntu.com/ubuntu jammy-backports InRelease                                                     
Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease                                     
Hit:6 http://ppa.launchpad.net/ubuntubudgie/backports/ubuntu jammy InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://brave-browser-apt-release.s3.brave.com disco InRelease' doesn't support architecture 'i386'
rob@T450s:~$ sudo dpkg --configure -a
rob@T450s:~$ sudo apt update
Hit:1 http://us.archive.ubuntu.com/ubuntu jammy InRelease
Hit:2 http://us.archive.ubuntu.com/ubuntu jammy-updates InRelease                
Hit:3 http://us.archive.ubuntu.com/ubuntu jammy-backports InRelease                                                     
Hit:4 https://brave-browser-apt-release.s3.brave.com disco InRelease                                                    
Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease                                     
Hit:6 http://ppa.launchpad.net/ubuntubudgie/backports/ubuntu jammy InRelease   
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://brave-browser-apt-release.s3.brave.com disco InRelease' doesn't support architecture 'i386'
rob@T450s:~$ sudo apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
Get more security updates through Ubuntu Pro with 'esm-apps' enabled:
  vlc-plugin-qt libvlc5 libimage-magick-perl exo-utils vlc-data libvlccore9
  imagemagick vlc-bin libjs-jquery-ui vlc-l10n libavdevice58 ffmpeg
  libopenexr25 libmagick++-6.q16-8 libpostproc55 libmagickcore-6.q16-6-extra
  vlc-plugin-samba php-twig libavcodec58 libimage-magick-q16-perl
  libmagickwand-6.q16-6 vlc-plugin-notify libavutil56 imagemagick-6.q16
  libswscale5 libmagickcore-6.q16-6 libexo-2-0 vlc-plugin-access-extra
  vlc-plugin-skins2 vlc-plugin-video-splitter libswresample3
  imagemagick-6-common libavformat58 libvlc-bin vlc-plugin-base
  vlc-plugin-visualization libexo-common libavfilter7
Learn more about Ubuntu Pro at https://ubuntu.com/pro
#
# An OpenSSL vulnerability has recently been fixed with USN-6188-1 & 6119-1:
# CVE-2023-2650: possible DoS translating ASN.1 object identifiers.
# Ensure you have updated the package to its latest version.
#
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
rob@T450s:~$ ^C

Try a different mirror via software-properties-gtk

Tried a different server but no change. After all the problems with the 6.2 upgrade I may need to reinstall.

Worth trying this to see if there are any hidden broken package issues

Tried suggestions still have problem. It’s no big deal, I normally use apt for updating.