Giter Site home page Giter Site logo

Cannot upgrade from 21.10 to 22.04, 'Upgrading to: 22.04 New version available: false no release available to upgrade to' about upgrade HOT 17 CLOSED

Tech6767 avatar Tech6767 commented on June 26, 2024
Cannot upgrade from 21.10 to 22.04, 'Upgrading to: 22.04 New version available: false no release available to upgrade to'

from upgrade.

Comments (17)

Tech6767 avatar Tech6767 commented on June 26, 2024

Also I tried this today:

$ pop-upgrade release update
checking if pop-upgrade requires an update
no updates available to fetch
$ pop-upgrade release repair
checking if pop-upgrade requires an update

There are no updates here as well and the repair option does nothing.

from upgrade.

jacobgkau avatar jacobgkau commented on June 26, 2024

The correct command is pop-upgrade release upgrade, as you tried the first time.

Please provide the output of apt policy pop-upgrade and sudo apt update.

from upgrade.

Tech6767 avatar Tech6767 commented on June 26, 2024

It reads as follows:

$ apt policy pop-upgrade
pop-upgrade:
  Installed: 1.0.0~1639771550~21.10~d87beb5
  Candidate: 1.0.0~1639771550~21.10~d87beb5
  Version table:
 *** 1.0.0~1639771550~21.10~d87beb5 100
        100 /var/lib/dpkg/status

After updating these:

The following NEW packages will be installed:
  linux-headers-5.17.6-xanmod1 linux-image-5.17.6-xanmod1
The following packages will be upgraded:
  libnvidia-cfg1-510 libnvidia-common-510 libnvidia-compute-510
  libnvidia-compute-510:i386 libnvidia-decode-510 libnvidia-decode-510:i386
  libnvidia-encode-510 libnvidia-encode-510:i386 libnvidia-extra-510
  libnvidia-fbc1-510 libnvidia-fbc1-510:i386 libnvidia-gl-510
  libnvidia-gl-510:i386 linux-xanmod nvidia-compute-utils-510 nvidia-dkms-510
  nvidia-driver-495 nvidia-driver-510 nvidia-kernel-common-510
  nvidia-kernel-source-510 nvidia-utils-510 xserver-xorg-video-nvidia-510

it reads:

sudo apt update
Hit:1 http://archive.ubuntu.com/ubuntu impish InRelease
Hit:2 http://deb.xanmod.org releases InRelease                                                                                                                                        
Hit:3 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu impish InRelease                                                                                                           
Hit:4 http://repository.spotify.com stable InRelease                                                            
Hit:5 https://brave-browser-apt-release.s3.brave.com stable InRelease                                                
Hit:6 http://us.archive.ubuntu.com/ubuntu impish InRelease                                                           
Hit:7 http://ppa.launchpad.net/rvm/smplayer/ubuntu impish InRelease 
Get:8 http://us.archive.ubuntu.com/ubuntu impish-security InRelease [110 kB]
Hit:9 http://apt.pop-os.org/proprietary impish InRelease 
Hit:10 http://us.archive.ubuntu.com/ubuntu impish-updates InRelease
Get:11 http://us.archive.ubuntu.com/ubuntu impish-backports InRelease [101 kB]
Fetched 211 kB in 1s (183 kB/s)    
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.

And again:

pop-upgrade release upgrade
checking if pop-upgrade requires an update
Current Release: 21.10
Upgrading to: 22.04
New version available: false
no release available to upgrade to

from upgrade.

jacobgkau avatar jacobgkau commented on June 26, 2024

You are missing the http://apt.pop-os.org/release repository. Your pop-upgrade is out of date, and you can't update it without that repository.

Please ensure /etc/apt/sources.list.d/pop-os-release.sources exists with the following contents (you can create or edit it with the command sudo gedit /etc/apt/sources.list.d/pop-os-release.sources):

X-Repolib-Name: Pop_OS Release Sources
Enabled: yes
Types: deb deb-src
URIs: http://apt.pop-os.org/release
Suites: impish
Components: main

Then run sudo apt update again. You should see http://apt.pop-os.org/release in the list of URLs, and apt policy pop-upgrade should show a version available from that repository.

I have to assume that repository was removed due to user error since I see you've added several non-default repositories replacing critical parts of the system such as the Linux kernel and the NVIDIA driver.

from upgrade.

Tech6767 avatar Tech6767 commented on June 26, 2024

Thank you so far!

the pop-os-release.sources file did not exist, I created it now with the content you posted. Thanks for making it precise!

apt update now read:

apt update
Hit:1 http://deb.xanmod.org releases InRelease
Hit:2 http://us.archive.ubuntu.com/ubuntu impish InRelease                     
Hit:3 https://brave-browser-apt-release.s3.brave.com stable InRelease          
Hit:4 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu impish InRelease    
Hit:5 http://repository.spotify.com stable InRelease                           
Hit:6 http://archive.ubuntu.com/ubuntu impish InRelease                        
Hit:7 http://us.archive.ubuntu.com/ubuntu impish-security InRelease            
Hit:8 http://ppa.launchpad.net/rvm/smplayer/ubuntu impish InRelease 
Hit:9 http://apt.pop-os.org/proprietary impish InRelease
Hit:10 http://us.archive.ubuntu.com/ubuntu impish-updates InRelease
Hit:11 http://us.archive.ubuntu.com/ubuntu impish-backports InRelease
Get:12 http://apt.pop-os.org/release impish InRelease [6.850 B]
Get:13 http://apt.pop-os.org/release impish/main Sources [65,8 kB]
Get:14 http://apt.pop-os.org/release impish/main i386 Packages [76,3 kB]
Get:15 http://apt.pop-os.org/release impish/main amd64 Packages [152 kB]
Fetched 301 kB in 2s (125 kB/s)                            
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done

And now there are the tons of updates:

apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
  linux-headers-5.15.35-xanmod1 linux-headers-5.15.8-76051508
  linux-headers-5.15.8-76051508-generic linux-image-5.15.35-xanmod1
  linux-image-5.15.8-76051508-generic linux-modules-5.15.8-76051508-generic
Use 'apt autoremove' to remove them.
The following NEW packages will be installed:
  firmware-sof-signed fwupd-signed fwupd-unsigned i965-va-driver:i386
  intel-media-va-driver:i386 libegl-mesa0:i386 libegl1:i386 libigdgmm11:i386
  libpipewire-0.3-0:i386 libpipewire-0.3-common libpipewire-0.3-modules:i386
  libpop-support-panel libpop-system-updater-gtk libspa-0.2-modules:i386 libva2:i386
  libwebrtc-audio-processing1:i386 linux-headers-5.17.5-76051705
  linux-headers-5.17.5-76051705-generic linux-headers-5.17.7-xanmod1
  linux-image-5.17.5-76051705-generic linux-image-5.17.7-xanmod1
  linux-modules-5.17.5-76051705-generic mesa-va-drivers:i386 pipewire:i386
  pop-plymouth-theme pop-system-updater system76-scheduler va-driver-all:i386
The following packages have been kept back:
  pop-shop
The following packages will be upgraded:
  accountsservice firmware-manager-notify firmware-manager-shared
  gir1.2-accountsservice-1.0 gnome-control-center gnome-control-center-data
  gnome-control-center-faces gnome-shell gnome-shell-common
  gnome-shell-extension-cosmic-dock gnome-shell-extension-cosmic-workspaces
  gnome-shell-extension-desktop-icons-ng gnome-shell-extension-prefs
  gnome-shell-extension-system76-power libaccountsservice0 libdrm-amdgpu1
  libdrm-amdgpu1:i386 libdrm-common libdrm-dev libdrm-intel1 libdrm-intel1:i386
  libdrm-nouveau2 libdrm-nouveau2:i386 libdrm-radeon1 libdrm-radeon1:i386 libdrm2
  libdrm2:i386 libegl-mesa0 libegl1-mesa-dev libfirmware-manager libgbm1 libgbm1:i386
  libgl1-mesa-dev libgl1-mesa-dri libgl1-mesa-dri:i386 libglapi-mesa libglapi-mesa:i386
  libglx-mesa0 libglx-mesa0:i386 libgranite-common libnvidia-cfg1-510 libnvidia-common-510
  libnvidia-compute-510 libnvidia-compute-510:i386 libnvidia-decode-510
  libnvidia-decode-510:i386 libnvidia-encode-510 libnvidia-encode-510:i386
  libnvidia-extra-510 libnvidia-fbc1-510 libnvidia-fbc1-510:i386 libnvidia-gl-510
  libnvidia-gl-510:i386 libosmesa6 libosmesa6:i386 libplymouth5 libpop-desktop-widget
  libpop-upgrade-gtk libs76-hidpi-widget libxatracker2 linux-firmware linux-generic
  linux-headers-generic linux-image-generic linux-libc-dev linux-system76 linux-xanmod
  lutris mesa-common-dev mesa-va-drivers mesa-vdpau-drivers mesa-vulkan-drivers
  mesa-vulkan-drivers:i386 nvidia-compute-utils-510 nvidia-dkms-510 nvidia-driver-495
  nvidia-driver-510 nvidia-kernel-common-510 nvidia-kernel-source-510 nvidia-utils-510
  plymouth plymouth-label plymouth-theme-pop-basic plymouth-theme-spinner
  plymouth-theme-ubuntu-text plymouth-themes pop-cosmic pop-default-settings pop-desktop
  pop-gnome-initial-setup pop-gnome-shell-theme pop-gtk-theme pop-icon-theme pop-launcher
  pop-shell pop-sound-theme pop-transition pop-upgrade popsicle popsicle-gtk
  python3-repolib repoman sessioninstaller steam:i386 steam-devices system76-acpi-dkms
  system76-dkms system76-power touchegg xserver-xorg-video-nvidia-510
The following packages will be DOWNGRADED:
  fwupd libfwupd2 libfwupdplugin5 libnss-systemd libpam-systemd libsystemd0
  libsystemd0:i386 libudev1 libudev1:i386 python3-distupgrade python3-update-manager
  systemd systemd-sysv systemd-timesyncd ubuntu-drivers-common
  ubuntu-release-upgrader-core udev update-manager-core
110 upgraded, 28 newly installed, 18 downgraded, 0 to remove and 1 not upgraded.
Need to get 891 MB of archives.
After this operation, 1.241 MB of additional disk space will be used.

Why are there downgrades of packages though? What is the reason to this? :/

Ok now this happened:

Get:156 http://apt.pop-os.org/release impish/main amd64 touchegg amd64 2.0.12pop0~1647457074~21.10~5ada06f [125 kB]
Fetched 891 MB in 2min 16s (6.547 kB/s)                                                    
Extracting templates from packages: 100%
Preconfiguring packages ...
dpkg: warning: downgrading libsystemd0:i386 from 248.3-1ubuntu8.6 to 248.3-1ubuntu8.6~165089
3010~21.10~9a0cd5e
(Reading database ... 727149 files and directories currently installed.)
Preparing to unpack .../libsystemd0_248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e_i386.deb ...
De-configuring libsystemd0:amd64 (248.3-1ubuntu8.6) ...
Unpacking libsystemd0:i386 (248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e) over (248.3-1ubuntu8.
6) ...
dpkg: warning: downgrading libsystemd0:amd64 from 248.3-1ubuntu8.6 to 248.3-1ubuntu8.6~16508
93010~21.10~9a0cd5e
Preparing to unpack .../libsystemd0_248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e_amd64.deb ...
Unpacking libsystemd0:amd64 (248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e) over (248.3-1ubuntu8
.6) ...
Setting up libsystemd0:amd64 (248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e) ...
dpkg: warning: downgrading libnss-systemd:amd64 from 248.3-1ubuntu8.6 to 248.3-1ubuntu8.6~16
50893010~21.10~9a0cd5e
(Reading database ... 727149 files and directories currently installed.)
Preparing to unpack .../libnss-systemd_248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e_amd64.deb .
..
Unpacking libnss-systemd:amd64 (248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e) over (248.3-1ubun
tu8.6) ...
dpkg: warning: downgrading systemd from 248.3-1ubuntu8.6 to 248.3-1ubuntu8.6~1650893010~21.1
0~9a0cd5e
Preparing to unpack .../systemd_248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e_amd64.deb ...
Unpacking systemd (248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e) over (248.3-1ubuntu8.6) ...
dpkg: dependency problems prevent configuration of systemd:
 udev (248.3-1ubuntu8.6) breaks systemd (<< 248.3-1ubuntu8.6) and is installed.
  Version of systemd to be configured is 248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e.

dpkg: error processing package systemd (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a pre
vious failure.
              Errors were encountered while processing:
 systemd
E: Sub-process /usr/bin/dpkg returned an error code (1)

and this follows:

pt --fix-broken install
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  linux-headers-5.15.35-xanmod1 linux-image-5.15.35-xanmod1
Use 'apt autoremove' to remove them.
The following additional packages will be installed:
  libpam-systemd libudev1 libudev1:i386 systemd-sysv systemd-timesyncd udev
The following packages will be DOWNGRADED:
  libpam-systemd libudev1 libudev1:i386 systemd-sysv systemd-timesyncd udev
0 upgraded, 0 newly installed, 6 downgraded, 0 to remove and 111 not upgraded.
3 not fully installed or removed.
Need to get 0 B/2.809 kB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
dpkg: dependency problems prevent configuration of systemd:
 udev (248.3-1ubuntu8.6) breaks systemd (<< 248.3-1ubuntu8.6) and is installed.
  Version of systemd to be configured is 248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e.

dpkg: error processing package systemd (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a pre
vious failure.
              Errors were encountered while processing:
 systemd
E: Sub-process /usr/bin/dpkg returned an error code (1

It is true that I added and removed some ppas, but I never thought I removed something orginal ones. I think I only enabled some additional stuff, as I needed proprietary nvidia drivers for example. I do not remember though.

I will reboot and check if some of this stuff fixes itself, otherwise I've got another problem.

EDIT: Well of course it did not fix itself. I will probably have to reinstall some of the broken components but I don't know if that will break my system so I have to research. Will update here, if I fixed the dependency problems and whether that fixes my ability to upgrade to 22.04.

from upgrade.

Tech6767 avatar Tech6767 commented on June 26, 2024

For the moment I fixed this mess by removing etc/apt/sources.list.d/pop-os-release.sources.

Currently all updates are up to date.

Now I added the repo again and this is the new output:


apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
  linux-headers-5.15.8-76051508 linux-headers-5.15.8-76051508-generic linux-image-5.15.8-76051508-generic linux-modules-5.15.8-76051508-generic
Use 'apt autoremove' to remove them.
The following NEW packages will be installed:
  firmware-sof-signed fwupd-signed fwupd-unsigned i965-va-driver:i386 intel-media-va-driver:i386 libegl-mesa0:i386 libegl1:i386 libigdgmm11:i386 libpipewire-0.3-0:i386
  libpipewire-0.3-common libpipewire-0.3-modules:i386 libpop-support-panel libpop-system-updater-gtk libspa-0.2-modules:i386 libva2:i386 libwebrtc-audio-processing1:i386
  linux-headers-5.17.5-76051705 linux-headers-5.17.5-76051705-generic linux-image-5.17.5-76051705-generic linux-modules-5.17.5-76051705-generic mesa-va-drivers:i386 pipewire:i386
  pop-plymouth-theme pop-system-updater system76-scheduler va-driver-all:i386
The following packages have been kept back:
  pop-shop
The following packages will be upgraded:
  accountsservice firmware-manager-notify firmware-manager-shared gir1.2-accountsservice-1.0 gnome-control-center gnome-control-center-data gnome-control-center-faces gnome-shell
  gnome-shell-common gnome-shell-extension-cosmic-dock gnome-shell-extension-cosmic-workspaces gnome-shell-extension-desktop-icons-ng gnome-shell-extension-prefs
  gnome-shell-extension-system76-power libaccountsservice0 libdrm-amdgpu1 libdrm-amdgpu1:i386 libdrm-common libdrm-dev libdrm-intel1 libdrm-intel1:i386 libdrm-nouveau2 libdrm-nouveau2:i386
  libdrm-radeon1 libdrm-radeon1:i386 libdrm2 libdrm2:i386 libegl-mesa0 libegl1-mesa-dev libfirmware-manager libgbm1 libgbm1:i386 libgl1-mesa-dri libgl1-mesa-dri:i386 libglapi-mesa
  libglapi-mesa:i386 libglx-mesa0 libglx-mesa0:i386 libgranite-common libosmesa6 libosmesa6:i386 libplymouth5 libpop-desktop-widget libpop-upgrade-gtk libs76-hidpi-widget libxatracker2
  linux-firmware linux-generic linux-headers-generic linux-image-generic linux-libc-dev linux-system76 lutris mesa-common-dev mesa-va-drivers mesa-vdpau-drivers mesa-vulkan-drivers
  mesa-vulkan-drivers:i386 plymouth plymouth-label plymouth-theme-pop-basic plymouth-theme-spinner plymouth-theme-ubuntu-text plymouth-themes pop-cosmic pop-default-settings pop-desktop
  pop-gnome-initial-setup pop-gnome-shell-theme pop-gtk-theme pop-icon-theme pop-launcher pop-shell pop-sound-theme pop-transition pop-upgrade popsicle popsicle-gtk python3-repolib repoman
  sessioninstaller steam:i386 steam-devices system76-acpi-dkms system76-dkms system76-power touchegg
The following packages will be DOWNGRADED:
  fwupd libfwupd2 libfwupdplugin5 libnss-systemd libnvidia-cfg1-510 libnvidia-common-510 libnvidia-compute-510 libnvidia-compute-510:i386 libnvidia-decode-510 libnvidia-decode-510:i386
  libnvidia-encode-510 libnvidia-encode-510:i386 libnvidia-extra-510 libnvidia-fbc1-510 libnvidia-fbc1-510:i386 libnvidia-gl-510 libnvidia-gl-510:i386 libpam-systemd libsystemd0
  libsystemd0:i386 libudev1 libudev1:i386 nvidia-compute-utils-510 nvidia-dkms-510 nvidia-driver-495 nvidia-driver-510 nvidia-kernel-common-510 nvidia-kernel-source-510 nvidia-utils-510
  python3-distupgrade python3-update-manager systemd systemd-sysv systemd-timesyncd ubuntu-drivers-common ubuntu-release-upgrader-core udev update-manager-core
  xserver-xorg-video-nvidia-510
87 upgraded, 26 newly installed, 39 downgraded, 0 to remove and 1 not upgraded.
Need to get 809 MB/811 MB of archives.
After this operation, 814 MB of additional disk space will be used.
Do you want to continue? [Y/n] ^C
root@batmobile:/home/peter# apt autoremove
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 88 not upgraded.
root@batmobile:/home/peter# apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
  linux-headers-5.15.8-76051508 linux-headers-5.15.8-76051508-generic linux-image-5.15.8-76051508-generic linux-modules-5.15.8-76051508-generic
Use 'apt autoremove' to remove them.
The following NEW packages will be installed:
  firmware-sof-signed fwupd-signed fwupd-unsigned i965-va-driver:i386 intel-media-va-driver:i386 libegl-mesa0:i386 libegl1:i386 libigdgmm11:i386 libpipewire-0.3-0:i386
  libpipewire-0.3-common libpipewire-0.3-modules:i386 libpop-support-panel libpop-system-updater-gtk libspa-0.2-modules:i386 libva2:i386 libwebrtc-audio-processing1:i386
  linux-headers-5.17.5-76051705 linux-headers-5.17.5-76051705-generic linux-image-5.17.5-76051705-generic linux-modules-5.17.5-76051705-generic mesa-va-drivers:i386 pipewire:i386
  pop-plymouth-theme pop-system-updater system76-scheduler va-driver-all:i386
The following packages have been kept back:
  pop-shop
The following packages will be upgraded:
  accountsservice firmware-manager-notify firmware-manager-shared gir1.2-accountsservice-1.0 gnome-control-center gnome-control-center-data gnome-control-center-faces gnome-shell
  gnome-shell-common gnome-shell-extension-cosmic-dock gnome-shell-extension-cosmic-workspaces gnome-shell-extension-desktop-icons-ng gnome-shell-extension-prefs
  gnome-shell-extension-system76-power libaccountsservice0 libdrm-amdgpu1 libdrm-amdgpu1:i386 libdrm-common libdrm-dev libdrm-intel1 libdrm-intel1:i386 libdrm-nouveau2 libdrm-nouveau2:i386
  libdrm-radeon1 libdrm-radeon1:i386 libdrm2 libdrm2:i386 libegl-mesa0 libegl1-mesa-dev libfirmware-manager libgbm1 libgbm1:i386 libgl1-mesa-dri libgl1-mesa-dri:i386 libglapi-mesa
  libglapi-mesa:i386 libglx-mesa0 libglx-mesa0:i386 libgranite-common libosmesa6 libosmesa6:i386 libplymouth5 libpop-desktop-widget libpop-upgrade-gtk libs76-hidpi-widget libxatracker2
  linux-firmware linux-generic linux-headers-generic linux-image-generic linux-libc-dev linux-system76 lutris mesa-common-dev mesa-va-drivers mesa-vdpau-drivers mesa-vulkan-drivers
  mesa-vulkan-drivers:i386 plymouth plymouth-label plymouth-theme-pop-basic plymouth-theme-spinner plymouth-theme-ubuntu-text plymouth-themes pop-cosmic pop-default-settings pop-desktop
  pop-gnome-initial-setup pop-gnome-shell-theme pop-gtk-theme pop-icon-theme pop-launcher pop-shell pop-sound-theme pop-transition pop-upgrade popsicle popsicle-gtk python3-repolib repoman
  sessioninstaller steam:i386 steam-devices system76-acpi-dkms system76-dkms system76-power touchegg
The following packages will be DOWNGRADED:
  fwupd libfwupd2 libfwupdplugin5 libnss-systemd libnvidia-cfg1-510 libnvidia-common-510 libnvidia-compute-510 libnvidia-compute-510:i386 libnvidia-decode-510 libnvidia-decode-510:i386
  libnvidia-encode-510 libnvidia-encode-510:i386 libnvidia-extra-510 libnvidia-fbc1-510 libnvidia-fbc1-510:i386 libnvidia-gl-510 libnvidia-gl-510:i386 libpam-systemd libsystemd0
  libsystemd0:i386 libudev1 libudev1:i386 nvidia-compute-utils-510 nvidia-dkms-510 nvidia-driver-495 nvidia-driver-510 nvidia-kernel-common-510 nvidia-kernel-source-510 nvidia-utils-510
  python3-distupgrade python3-update-manager systemd systemd-sysv systemd-timesyncd ubuntu-drivers-common ubuntu-release-upgrader-corapt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
  linux-headers-5.15.8-76051508 linux-headers-5.15.8-76051508-generic linux-image-5.15.8-76051508-generic linux-modules-5.15.8-76051508-generic
Use 'apt autoremove' to remove them.
The following NEW packages will be installed:
  firmware-sof-signed fwupd-signed fwupd-unsigned i965-va-driver:i386 intel-media-va-driver:i386 libegl-mesa0:i386 libegl1:i386 libigdgmm11:i386 libpipewire-0.3-0:i386
  libpipewire-0.3-common libpipewire-0.3-modules:i386 libpop-support-panel libpop-system-updater-gtk libspa-0.2-modules:i386 libva2:i386 libwebrtc-audio-processing1:i386
  linux-headers-5.17.5-76051705 linux-headers-5.17.5-76051705-generic linux-image-5.17.5-76051705-generic linux-modules-5.17.5-76051705-generic mesa-va-drivers:i386 pipewire:i386
  pop-plymouth-theme pop-system-updater system76-scheduler va-driver-all:i386
The following packages have been kept back:
  pop-shop
The following packages will be upgraded:
  accountsservice firmware-manager-notify firmware-manager-shared gir1.2-accountsservice-1.0 gnome-control-center gnome-control-center-data gnome-control-center-faces gnome-shell
  gnome-shell-common gnome-shell-extension-cosmic-dock gnome-shell-extension-cosmic-workspaces gnome-shell-extension-desktop-icons-ng gnome-shell-extension-prefs
  gnome-shell-extension-system76-power libaccountsservice0 libdrm-amdgpu1 libdrm-amdgpu1:i386 libdrm-common libdrm-dev libdrm-intel1 libdrm-intel1:i386 libdrm-nouveau2 libdrm-nouveau2:i386
  libdrm-radeon1 libdrm-radeon1:i386 libdrm2 libdrm2:i386 libegl-mesa0 libegl1-mesa-dev libfirmware-manager libgbm1 libgbm1:i386 libgl1-mesa-dri libgl1-mesa-dri:i386 libglapi-mesa
  libglapi-mesa:i386 libglx-mesa0 libglx-mesa0:i386 libgranite-common libosmesa6 libosmesa6:i386 libplymouth5 libpop-desktop-widget libpop-upgrade-gtk libs76-hidpi-widget libxatracker2
  linux-firmware linux-generic linux-headers-generic linux-image-generic linux-libc-dev linux-system76 lutris mesa-common-dev mesa-va-drivers mesa-vdpau-drivers mesa-vulkan-drivers
  mesa-vulkan-drivers:i386 plymouth plymouth-label plymouth-theme-pop-basic plymouth-theme-spinner plymouth-theme-ubuntu-text plymouth-themes pop-cosmic pop-default-settings pop-desktop
  pop-gnome-initial-setup pop-gnome-shell-theme pop-gtk-theme pop-icon-theme pop-launcher pop-shell pop-sound-theme pop-transition pop-upgrade popsicle popsicle-gtk python3-repolib repoman
  sessioninstaller steam:i386 steam-devices system76-acpi-dkms system76-dkms system76-power touchegg
The following packages will be DOWNGRADED:
  fwupd libfwupd2 libfwupdplugin5 libnss-systemd libnvidia-cfg1-510 libnvidia-common-510 libnvidia-compute-510 libnvidia-compute-510:i386 libnvidia-decode-510 libnvidia-decode-510:i386
  libnvidia-encode-510 libnvidia-encode-510:i386 libnvidia-extra-510 libnvidia-fbc1-510 libnvidia-fbc1-510:i386 libnvidia-gl-510 libnvidia-gl-510:i386 libpam-systemd libsystemd0
  libsystemd0:i386 libudev1 libudev1:i386 nvidia-compute-utils-510 nvidia-dkms-510 nvidia-driver-495 nvidia-driver-510 nvidia-kernel-common-510 nvidia-kernel-source-510 nvidia-utils-510
  python3-distupgrade python3-update-manager systemd systemd-sysv systemd-timesyncd ubuntu-drivers-common ubuntu-release-upgrader-core udev update-manager-core
  xserver-xorg-video-nvidia-510
87 upgraded, 26 newly installed, 39 downgraded, 0 to remove and 1 not upgraded.
Need to get 809 MB/811 MB of archives.
After this operation, 814 MB of additional disk space will be used.
Do you want to continue? [Y/n] ^C
root@batmobile:/home/peter# apt autoremove
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 88 not upgraded.
root@batmobile:/home/peter# apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
  linux-headers-5.15.8-76051508 linux-headers-5.15.8-76051508-generic linux-image-5.15.8-76051508-generic linux-modules-5.15.8-76051508-generic
Use 'apt autoremove' to remove them.
The following NEW packages will be installed:
  firmware-sof-signed fwupd-signed fwupd-unsigned i965-va-driver:i386 intel-media-va-driver:i386 libegl-mesa0:i386 libegl1:i386 libigdgmm11:i386 libpipewire-0.3-0:i386
  libpipewire-0.3-common libpipewire-0.3-modules:i386 libpop-support-panel libpop-system-updater-gtk libspa-0.2-modules:i386 libva2:i386 libwebrtc-audio-processing1:i386
  linux-headers-5.17.5-76051705 linux-headers-5.17.5-76051705-generic linux-image-5.17.5-76051705-generic linux-modules-5.17.5-76051705-generic mesa-va-drivers:i386 pipewire:i386
  pop-plymouth-theme pop-system-updater system76-scheduler va-driver-all:i386
The following packages have been kept back:
  pop-shop
The following packages will be upgraded:
  accountsservice firmware-manager-notify firmware-manager-shared gir1.2-accountsservice-1.0 gnome-control-center gnome-control-center-data gnome-control-center-faces gnome-shell
  gnome-shell-common gnome-shell-extension-cosmic-dock gnome-shell-extension-cosmic-workspaces gnome-shell-extension-desktop-icons-ng gnome-shell-extension-prefs
  gnome-shell-extension-system76-power libaccountsservice0 libdrm-amdgpu1 libdrm-amdgpu1:i386 libdrm-common libdrm-dev libdrm-intel1 libdrm-intel1:i386 libdrm-nouveau2 libdrm-nouveau2:i386
  libdrm-radeon1 libdrm-radeon1:i386 libdrm2 libdrm2:i386 libegl-mesa0 libegl1-mesa-dev libfirmware-manager libgbm1 libgbm1:i386 libgl1-mesa-dri libgl1-mesa-dri:i386 libglapi-mesa
  libglapi-mesa:i386 libglx-mesa0 libglx-mesa0:i386 libgranite-common libosmesa6 libosmesa6:i386 libplymouth5 libpop-desktop-widget libpop-upgrade-gtk libs76-hidpi-widget libxatracker2
  linux-firmware linux-generic linux-headers-generic linux-image-generic linux-libc-dev linux-system76 lutris mesa-common-dev mesa-va-drivers mesa-vdpau-drivers mesa-vulkan-drivers
  mesa-vulkan-drivers:i386 plymouth plymouth-label plymouth-theme-pop-basic plymouth-theme-spinner plymouth-theme-ubuntu-text plymouth-themes pop-cosmic pop-default-settings pop-desktop
  pop-gnome-initial-setup pop-gnome-shell-theme pop-gtk-theme pop-icon-theme pop-launcher pop-shell pop-sound-theme pop-transition pop-upgrade popsicle popsicle-gtk python3-repolib repoman
  sessioninstaller steam:i386 steam-devices system76-acpi-dkms system76-dkms system76-power touchegg
The following packages will be DOWNGRADED:
  fwupd libfwupd2 libfwupdplugin5 libnss-systemd libnvidia-cfg1-510 libnvidia-common-510 libnvidia-compute-510 libnvidia-compute-510:i386 libnvidia-decode-510 libnvidia-decode-510:i386
  libnvidia-encode-510 libnvidia-encode-510:i386 libnvidia-extra-510 libnvidia-fbc1-510 libnvidia-fbc1-510:i386 libnvidia-gl-510 libnvidia-gl-510:i386 libpam-systemd libsystemd0
  libsystemd0:i386 libudev1 libudev1:i386 nvidia-compute-utils-510 nvidia-dkms-510 nvidia-driver-495 nvidia-driver-510 nvidia-kernel-common-510 nvidia-kernel-source-510 nvidia-utils-510
  python3-distupgrade python3-update-manager systemd systemd-sysv systemd-timesyncd ubuntu-drivers-common ubuntu-release-upgrader-core udev update-manager-core
  xserver-xorg-video-nvidia-510
87 upgraded, 26 newly installed, 39 downgraded, 0 to remove and 1 not upgraded.
Need to get 809 MB/811 MB of archives.
After this operation, 814 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://us.archive.ubuntu.com/ubuntu impish/multiverse amd64 firmware-sof-signed all 1.7-1 [550 kB]
Get:2 http://apt.pop-os.org/release impish/main amd64 libsystemd0 amd64 248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e [454 kB]
Get:3 http://apt.pop-os.org/release impish/main i386 libsystemd0 i386 248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e [476 kB]                                                                     
Get:4 http://apt.pop-os.org/release impish/main amd64 libnss-systemd amd64 248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e [277 kB]                                                                
Get:5 http://apt.pop-os.org/release impish/main amd64 systemd amd64 248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e [4.638 kB]                                                                     
Get:6 http://apt.pop-os.org/release impish/main amd64 libplymouth5 amd64 0.9.5git20210406-0ubuntu2pop0~1646146081~21.10~23915e9 [143 kB]                                                     
Get:7 http://apt.pop-os.org/release impish/main amd64 plymouth amd64 0.9.5git20210406-0ubuntu2pop0~1646146081~21.10~23915e9 [175 kB]                                                         
Get:8 http://apt.pop-os.org/release impish/main amd64 plymouth-label amd64 0.9.5git20210406-0ubuntu2pop0~1646146081~21.10~23915e9 [43,6 kB]                                                  
Get:9 http://apt.pop-os.org/release impish/main amd64 plymouth-themes amd64 0.9.5git20210406-0ubuntu2pop0~1646146081~21.10~23915e9 [667 kB]                                                  
Get:10 http://apt.pop-os.org/release impish/main amd64 plymouth-theme-ubuntu-text amd64 0.9.5git20210406-0ubuntu2pop0~1646146081~21.10~23915e9 [46,9 kB]                                     
Get:11 http://apt.pop-os.org/release impish/main amd64 plymouth-theme-spinner amd64 0.9.5git20210406-0ubuntu2pop0~1646146081~21.10~23915e9 [202 kB]                                          
Get:12 http://apt.pop-os.org/release impish/main amd64 libdrm-common all 2.4.110-1pop0~1648761328~21.10~166056a [15,7 kB]                                                                    
Get:13 http://apt.pop-os.org/release impish/main i386 libdrm2 i386 2.4.110-1pop0~1648761328~21.10~166056a [51,8 kB]                                                                          
Get:14 http://apt.pop-os.org/release impish/main amd64 libdrm2 amd64 2.4.110-1pop0~1648761328~21.10~166056a [48,0 kB]                                                                        
Get:15 http://apt.pop-os.org/release impish/main amd64 libdrm-intel1 amd64 2.4.110-1pop0~1648761328~21.10~166056a [77,8 kB]                                                                  
Get:16 http://apt.pop-os.org/release impish/main i386 libdrm-intel1 i386 2.4.110-1pop0~1648761328~21.10~166056a [82,0 kB]                                                                    
Get:17 http://apt.pop-os.org/release impish/main amd64 libdrm-radeon1 amd64 2.4.110-1pop0~1648761328~21.10~166056a [32,6 kB]                                                                 
Get:18 http://apt.pop-os.org/release impish/main i386 libdrm-radeon1 i386 2.4.110-1pop0~1648761328~21.10~166056a [33,9 kB]                                                                   
Get:19 http://apt.pop-os.org/release impish/main amd64 libdrm-nouveau2 amd64 2.4.110-1pop0~1648761328~21.10~166056a [28,5 kB]                                                                
Get:20 http://apt.pop-os.org/release impish/main i386 libdrm-nouveau2 i386 2.4.110-1pop0~1648761328~21.10~166056a [30,8 kB]                                                                  
Get:21 http://apt.pop-os.org/release impish/main amd64 libdrm-amdgpu1 amd64 2.4.110-1pop0~1648761328~21.10~166056a [30,9 kB]                                                                 
Get:22 http://apt.pop-os.org/release impish/main i386 libdrm-amdgpu1 i386 2.4.110-1pop0~1648761328~21.10~166056a [34,9 kB]                                                                   
Get:23 http://apt.pop-os.org/release impish/main amd64 libdrm-dev amd64 2.4.110-1pop0~1648761328~21.10~166056a [300 kB]                                                                      
Get:24 http://apt.pop-os.org/release impish/main amd64 pop-plymouth-theme all 2.0.2~1646089097~21.10~8cd4acc [38,1 kB]                                                                       
Get:25 http://apt.pop-os.org/release impish/main amd64 plymouth-theme-pop-basic all 2.0.2~1646089097~21.10~8cd4acc [4.202 B]                                                                 
Get:26 http://apt.pop-os.org/release impish/main amd64 python3-repolib all 1.5.2~1651755991~21.10~ed00e44 [30,8 kB]                                                                          
Get:27 http://apt.pop-os.org/release impish/main amd64 pop-default-settings all 5.1.0~1647298500~21.10~c9eebd7 [68,7 kB]                                                                     
Get:28 http://apt.pop-os.org/release impish/main amd64 libpop-support-panel amd64 1.0.0~1652219183~21.10~8aedc1f [1.123 kB]                                                                  
Get:29 http://apt.pop-os.org/release impish/main amd64 pop-launcher amd64 1.2.1~1652392579~21.10~47852e5 [2.403 kB]                                                                          
Get:30 http://apt.pop-os.org/release impish/main amd64 pop-shell all 1.1.0~1651771371~21.10~aa8f35d [62,5 kB]                                                                                
Get:31 http://apt.pop-os.org/release impish/main amd64 gnome-control-center-data all 1:40.0-1ubuntu5pop0~1648075396~21.10~d1a3d1e [2.824 kB]                                                 
Get:32 http://archive.ubuntu.com/ubuntu impish/universe i386 libva2 i386 2.12.0-2 [66,9 kB]                                                                                                  
Get:33 http://archive.ubuntu.com/ubuntu impish/universe i386 libigdgmm11 i386 21.2.2+ds1-1 [146 kB]                                                                                          
Get:34 http://archive.ubuntu.com/ubuntu impish/universe i386 intel-media-va-driver i386 21.3.3+dfsg1-1 [2.194 kB]                                                                            
Get:35 http://apt.pop-os.org/release impish/main amd64 libaccountsservice0 amd64 0.6.55-0ubuntu14.1pop0~1648743814~21.10~a006f82 [95,4 kB]                                                   
Get:36 http://apt.pop-os.org/release impish/main amd64 accountsservice amd64 0.6.55-0ubuntu14.1pop0~1648743814~21.10~a006f82 [91,8 kB]                                                       
Get:37 http://apt.pop-os.org/release impish/main amd64 firmware-manager-notify amd64 0.1.2~1650504496~21.10~ad01703 [1.459 kB]                                                               
Get:38 http://archive.ubuntu.com/ubuntu impish/main i386 libspa-0.2-modules i386 0.3.32-1 [454 kB]                                                                                           
Get:39 http://archive.ubuntu.com/ubuntu impish/main i386 libpipewire-0.3-0 i386 0.3.32-1 [235 kB]                                                                                            
Get:40 http://archive.ubuntu.com/ubuntu impish/main amd64 libpipewire-0.3-common all 0.3.32-1 [3.974 B]                                                                                      
Get:41 http://archive.ubuntu.com/ubuntu impish/main i386 libwebrtc-audio-processing1 i386 0.3.1-0ubuntu4 [309 kB]                                                                            
Get:42 http://archive.ubuntu.com/ubuntu impish/main i386 libpipewire-0.3-modules i386 0.3.32-1 [373 kB]                                                                                      
Get:43 http://archive.ubuntu.com/ubuntu impish/main i386 pipewire i386 0.3.32-1 [3.918 B]                                                                                                    
Get:44 http://archive.ubuntu.com/ubuntu impish/universe i386 i965-va-driver i386 2.4.1+dfsg1-1 [314 kB]                                                                                      
Get:45 http://archive.ubuntu.com/ubuntu impish/universe i386 va-driver-all i386 2.12.0-2 [3.924 B]                                                                                           
Get:46 http://archive.ubuntu.com/ubuntu impish/main i386 libegl1 i386 1.3.3-1 [34,4 kB]                                                                                                      
Get:47 http://apt.pop-os.org/release impish/main amd64 firmware-manager-shared all 0.1.2~1650504496~21.10~ad01703 [15,9 kB]                                                                  
Get:48 http://apt.pop-os.org/release impish/main amd64 libfirmware-manager amd64 0.1.2~1650504496~21.10~ad01703 [1.859 kB]                                                                   
Get:49 http://apt.pop-os.org/release impish/main amd64 libpop-desktop-widget amd64 0.2.0~1649720932~21.10~323b1e1 [722 kB]                                                                   
Get:50 http://apt.pop-os.org/release impish/main amd64 libpop-system-updater-gtk amd64 0.1.0~1652721018~21.10~9873ee2 [1.349 kB]                                                             
Get:51 http://apt.pop-os.org/release impish/main amd64 pop-system-updater amd64 0.1.0~1652721018~21.10~9873ee2 [2.046 kB]                                                                    
Get:52 http://apt.pop-os.org/release impish/main amd64 pop-upgrade amd64 1.0.0~1652366757~21.10~484fc99 [2.193 kB]                                                                           
Get:53 http://apt.pop-os.org/release impish/main amd64 libpop-upgrade-gtk amd64 1.0.0~1652366757~21.10~484fc99 [1.031 kB]                                                                    
Get:54 http://apt.pop-os.org/release impish/main amd64 libs76-hidpi-widget amd64 0.1.1~1643345917~21.10~a66eb84 [131 kB]                                                                     
Get:55 http://apt.pop-os.org/release impish/main amd64 gnome-control-center amd64 1:40.0-1ubuntu5pop0~1648075396~21.10~d1a3d1e [1.775 kB]                                                    
Get:56 http://apt.pop-os.org/release impish/main amd64 pop-gnome-initial-setup amd64 3.36.1~1646756143~21.10~4784cb4 [1.371 kB]                                                              
Get:57 http://apt.pop-os.org/release impish/main i386 libosmesa6 i386 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [3.477 kB]                                                                
Get:58 http://apt.pop-os.org/release impish/main amd64 libosmesa6 amd64 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [3.421 kB]                                                              
Get:59 http://apt.pop-os.org/release impish/main i386 libglapi-mesa i386 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [83,8 kB]                                                              
Get:60 http://apt.pop-os.org/release impish/main amd64 libglapi-mesa amd64 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [81,5 kB]                                                            
Get:61 http://apt.pop-os.org/release impish/main i386 libglx-mesa0 i386 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [214 kB]                                                                
Get:62 http://apt.pop-os.org/release impish/main amd64 libglx-mesa0 amd64 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [204 kB]                                                              
Get:63 http://apt.pop-os.org/release impish/main i386 libgl1-mesa-dri i386 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [12,1 MB]                                                            
Get:64 http://apt.pop-os.org/release impish/main amd64 libgl1-mesa-dri amd64 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [12,2 MB]                                                          
Get:65 http://apt.pop-os.org/release impish/main i386 libgbm1 i386 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [80,1 kB]                                                                    
Get:66 http://apt.pop-os.org/release impish/main amd64 libgbm1 amd64 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [77,5 kB]                                                                  
Get:67 http://apt.pop-os.org/release impish/main amd64 libegl-mesa0 amd64 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [154 kB]                                                              
Get:68 http://apt.pop-os.org/release impish/main amd64 gnome-shell-extension-prefs amd64 40.5-1ubuntu2pop0~1645636399~21.10~e117dda [61,4 kB]                                                
Get:69 http://apt.pop-os.org/release impish/main amd64 gnome-shell-common all 40.5-1ubuntu2pop0~1645636399~21.10~e117dda [898 kB]                                                            
Get:70 http://apt.pop-os.org/release impish/main amd64 gnome-shell amd64 40.5-1ubuntu2pop0~1645636399~21.10~e117dda [903 kB]                                                                 
Get:71 http://apt.pop-os.org/release impish/main amd64 gir1.2-accountsservice-1.0 amd64 0.6.55-0ubuntu14.1pop0~1648743814~21.10~a006f82 [19,0 kB]                                            
Get:72 http://apt.pop-os.org/release impish/main amd64 fwupd amd64 1.7.4-1pop0~1649720082~21.10~771b6b5 [2.663 kB]                                                                           
Get:73 http://apt.pop-os.org/release impish/main amd64 libfwupdplugin5 amd64 1.7.4-1pop0~1649720082~21.10~771b6b5 [202 kB]                                                                   
Get:74 http://apt.pop-os.org/release impish/main amd64 libfwupd2 amd64 1.7.4-1pop0~1649720082~21.10~771b6b5 [115 kB]                                                                         
Get:75 http://apt.pop-os.org/release impish/main amd64 mesa-va-drivers amd64 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [3.383 kB]                                                         
Get:76 http://apt.pop-os.org/release impish/main i386 mesa-vulkan-drivers i386 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [5.769 kB]                                                       
Get:77 http://apt.pop-os.org/release impish/main amd64 mesa-vulkan-drivers amd64 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [6.031 kB]                                                     
Get:78 http://apt.pop-os.org/release impish/main amd64 ubuntu-drivers-common amd64 1:0.9.2.3pop0~1652303049~21.10~351bf64 [77,9 kB]                                                          
Get:79 http://apt.pop-os.org/release impish/main amd64 linux-image-5.17.5-76051705-generic amd64 5.17.5-76051705.202204271406~1651504840~21.10~63e51bd [11,3 MB]                             
Get:80 http://apt.pop-os.org/release impish/main amd64 linux-modules-5.17.5-76051705-generic amd64 5.17.5-76051705.202204271406~1651504840~21.10~63e51bd [87,9 MB]                           
Get:81 http://apt.pop-os.org/release impish/main amd64 linux-firmware all 20220329.git681281e4-0ubuntu1+system76~1648845229~21.10~f573d5b [238 MB]                                           
Get:82 http://apt.pop-os.org/release impish/main amd64 linux-headers-5.17.5-76051705 all 5.17.5-76051705.202204271406~1651504840~21.10~63e51bd [12,4 MB]                                     
Get:83 http://apt.pop-os.org/release impish/main amd64 linux-headers-5.17.5-76051705-generic amd64 5.17.5-76051705.202204271406~1651504840~21.10~63e51bd [2.943 kB]                          
Get:84 http://apt.pop-os.org/release impish/main amd64 linux-headers-generic amd64 5.17.5.76051705.202204271406~1651504840~21.10~63e51bd [1.882 B]                                           
Get:85 http://apt.pop-os.org/release impish/main amd64 linux-image-generic amd64 5.17.5.76051705.202204271406~1651504840~21.10~63e51bd [1.918 B]                                             
Get:86 http://apt.pop-os.org/release impish/main amd64 linux-generic amd64 5.17.5.76051705.202204271406~1651504840~21.10~63e51bd [1.894 B]                                                   
Get:87 http://apt.pop-os.org/release impish/main amd64 linux-system76 amd64 5.17.5.76051705.202204271406~1651504840~21.10~63e51bd [1.860 B]                                                  
Get:88 http://apt.pop-os.org/release impish/main amd64 pop-desktop all 1.6.0~1646923116~21.10~ae1aa66 [5.210 B]                                                                              
Get:89 http://apt.pop-os.org/release impish/main i386 steam i386 1:1.0.0.74-1pop1~1644936575~21.10~6d77918 [2.423 kB]                                                                        
Get:90 http://apt.pop-os.org/release impish/main amd64 steam-devices all 1:1.0.0.74-1pop1~1644936575~21.10~6d77918 [41,9 kB]                                                                 
Get:91 http://apt.pop-os.org/release impish/main amd64 gnome-shell-extension-cosmic-dock all 70~ubuntu1pop0~1641401554~21.10~4c62ba4 [153 kB]                                                
Get:92 http://apt.pop-os.org/release impish/main amd64 gnome-shell-extension-cosmic-workspaces all 0.1.0~1648000316~21.10~786d7cc [24,7 kB]                                                  
Get:93 http://apt.pop-os.org/release impish/main amd64 gnome-shell-extension-desktop-icons-ng all 33-1pop0~1645133786~21.10~b82c87a [101 kB]                                                 
Get:94 http://apt.pop-os.org/release impish/main amd64 system76-power amd64 1.1.20~1652303057~21.10~fc1e801 [778 kB]                                                                         
Get:95 http://apt.pop-os.org/release impish/main amd64 gnome-shell-extension-system76-power all 2.0.3~1647894024~21.10~ca24c83 [5.112 B]                                                     
Get:96 http://apt.pop-os.org/release impish/main amd64 linux-libc-dev amd64 5.17.5-76051705.202204271406~1651504840~21.10~63e51bd [1.273 kB]                                                 
Get:97 http://apt.pop-os.org/release impish/main amd64 mesa-vdpau-drivers amd64 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [3.521 kB]                                                      
Get:98 http://apt.pop-os.org/release impish/main amd64 pop-cosmic all 0.1.0~1647636967~21.10~478a2fd [20,3 kB]                                                                               
Get:99 http://apt.pop-os.org/release impish/main amd64 pop-gtk-theme all 5.4.5~1645564624~21.10~d3e2898 [346 kB]                                                                             
Get:100 http://apt.pop-os.org/release impish/main amd64 pop-gnome-shell-theme all 5.4.5~1645564624~21.10~d3e2898 [42,4 kB]                                                                   
Get:101 http://apt.pop-os.org/release impish/main amd64 pop-icon-theme all 3.1.0~1652288720~21.10~85ab35a [2.019 kB]                                                                         
Get:102 http://apt.pop-os.org/release impish/main amd64 pop-sound-theme all 5.4.5~1645564624~21.10~d3e2898 [221 kB]                                                                          
Get:103 http://apt.pop-os.org/release impish/main amd64 sessioninstaller all 0.20+pop0~1646352199~21.10~c50c1a0 [29,6 kB]                                                                    
Get:104 http://apt.pop-os.org/release impish/main amd64 fwupd-unsigned amd64 1:1.1-4pop0~1643174914~21.10~f30da97 [30,9 kB]                                                                  
Get:105 http://apt.pop-os.org/release impish/main amd64 fwupd-signed amd64 1:1.1-4pop0~1643174914~21.10~f30da97 [5.476 B]                                                                    
Get:106 http://apt.pop-os.org/release impish/main amd64 gnome-control-center-faces all 1:40.0-1ubuntu5pop0~1648075396~21.10~d1a3d1e [1.255 kB]                                               
Get:107 http://apt.pop-os.org/release impish/main i386 libegl-mesa0 i386 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [163 kB]                                                               
Get:108 http://apt.pop-os.org/release impish/main amd64 mesa-common-dev amd64 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [1.632 kB]                                                        
Get:109 http://apt.pop-os.org/release impish/main amd64 libegl1-mesa-dev amd64 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [53,9 kB]                                                        
Get:110 http://apt.pop-os.org/release impish/main amd64 libgranite-common all 6.0.0pop0~1646751002~21.10~657345a [55,0 kB]                                                                   
Get:111 http://apt.pop-os.org/release impish/main amd64 nvidia-driver-510 amd64 510.68.02-1pop0~1651161204~21.10~46a1f79 [460 kB]                                                            
Get:112 http://apt.pop-os.org/release impish/main amd64 libnvidia-extra-510 amd64 510.68.02-1pop0~1651161204~21.10~46a1f79 [52,6 kB]                                                         
Get:113 http://apt.pop-os.org/release impish/main amd64 libnvidia-common-510 all 510.68.02-1pop0~1651161204~21.10~46a1f79 [9.492 B]                                                          
Get:114 http://apt.pop-os.org/release impish/main i386 libnvidia-gl-510 i386 510.68.02-1pop0~1651161204~21.10~46a1f79 [25,4 MB]                                                              
Get:115 http://apt.pop-os.org/release impish/main amd64 libnvidia-gl-510 amd64 510.68.02-1pop0~1651161204~21.10~46a1f79 [179 MB]                                                             
Get:116 http://apt.pop-os.org/release impish/main amd64 nvidia-dkms-510 amd64 510.68.02-1pop0~1651161204~21.10~46a1f79 [30,3 kB]                                                             
Get:117 http://apt.pop-os.org/release impish/main amd64 nvidia-kernel-source-510 amd64 510.68.02-1pop0~1651161204~21.10~46a1f79 [29,6 MB]                                                    
Get:118 http://apt.pop-os.org/release impish/main amd64 nvidia-kernel-common-510 amd64 510.68.02-1pop0~1651161204~21.10~46a1f79 [21,3 MB]                                                    
Get:119 http://apt.pop-os.org/release impish/main amd64 libnvidia-decode-510 amd64 510.68.02-1pop0~1651161204~21.10~46a1f79 [1.423 kB]                                                       
Get:120 http://apt.pop-os.org/release impish/main i386 libnvidia-decode-510 i386 510.68.02-1pop0~1651161204~21.10~46a1f79 [1.413 kB]                                                         
Get:121 http://apt.pop-os.org/release impish/main i386 libnvidia-compute-510 i386 510.68.02-1pop0~1651161204~21.10~46a1f79 [27,6 MB]                                                         
Get:122 http://apt.pop-os.org/release impish/main amd64 libnvidia-compute-510 amd64 510.68.02-1pop0~1651161204~21.10~46a1f79 [58,3 MB]                                                       
Get:123 http://apt.pop-os.org/release impish/main amd64 nvidia-compute-utils-510 amd64 510.68.02-1pop0~1651161204~21.10~46a1f79 [113 kB]                                                     
Get:124 http://apt.pop-os.org/release impish/main i386 libnvidia-encode-510 i386 510.68.02-1pop0~1651161204~21.10~46a1f79 [48,9 kB]                                                          
Get:125 http://apt.pop-os.org/release impish/main amd64 libnvidia-encode-510 amd64 510.68.02-1pop0~1651161204~21.10~46a1f79 [44,5 kB]                                                        
Get:126 http://apt.pop-os.org/release impish/main amd64 nvidia-utils-510 amd64 510.68.02-1pop0~1651161204~21.10~46a1f79 [422 kB]                                                             
Get:127 http://apt.pop-os.org/release impish/main amd64 xserver-xorg-video-nvidia-510 amd64 510.68.02-1pop0~1651161204~21.10~46a1f79 [1.484 kB]                                              
Get:128 http://apt.pop-os.org/release impish/main i386 libnvidia-fbc1-510 i386 510.68.02-1pop0~1651161204~21.10~46a1f79 [54,3 kB]                                                            
Get:129 http://apt.pop-os.org/release impish/main amd64 libnvidia-fbc1-510 amd64 510.68.02-1pop0~1651161204~21.10~46a1f79 [50,2 kB]                                                          
Get:130 http://apt.pop-os.org/release impish/main amd64 libnvidia-cfg1-510 amd64 510.68.02-1pop0~1651161204~21.10~46a1f79 [87,1 kB]                                                          
Get:131 http://apt.pop-os.org/release impish/main amd64 libxatracker2 amd64 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [2.057 kB]                                                          
Get:132 http://apt.pop-os.org/release impish/main amd64 lutris all 0.5.10~1648846569~21.10~d4f77d6 [960 kB]                                                                                  
Get:133 http://apt.pop-os.org/release impish/main i386 mesa-va-drivers i386 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [3.512 kB]                                                          
Get:134 http://apt.pop-os.org/release impish/main amd64 nvidia-driver-495 amd64 510.68.02-1pop0~1651161204~21.10~46a1f79 [5.986 B]                                                           
Get:135 http://apt.pop-os.org/release impish/main amd64 repoman all 2.2.0~1648651890~21.10~5c299e1 [26,2 kB]                                                                                 
Get:136 http://apt.pop-os.org/release impish/main amd64 pop-transition all 1.1.2~1642814356~21.10~617772e [19,8 kB]                                                                          
Get:137 http://apt.pop-os.org/release impish/main amd64 popsicle amd64 1.3.0~1651185298~21.10~a1561b3 [1.012 kB]                                                                             
Get:138 http://apt.pop-os.org/release impish/main amd64 popsicle-gtk amd64 1.3.0~1651185298~21.10~a1561b3 [951 kB]                                                                           
Get:139 http://apt.pop-os.org/release impish/main amd64 ubuntu-release-upgrader-core amd64 1.0.0~1652366757~21.10~484fc99 [1.354 B]                                                          
Get:140 http://apt.pop-os.org/release impish/main amd64 update-manager-core amd64 1.0.0~1652366757~21.10~484fc99 [1.138 B]                                                                   
Get:141 http://apt.pop-os.org/release impish/main amd64 python3-distupgrade amd64 1.0.0~1652366757~21.10~484fc99 [1.120 B]                                                                   
Get:142 http://apt.pop-os.org/release impish/main amd64 python3-update-manager amd64 1.0.0~1652366757~21.10~484fc99 [1.128 B]                                                                
Get:143 http://apt.pop-os.org/release impish/main amd64 system76-acpi-dkms amd64 1.0.2~1640122755~21.10~04145b8 [7.330 B]                                                                    
Get:144 http://apt.pop-os.org/release impish/main amd64 system76-dkms amd64 1.0.14~1643391291~21.10~78ede46 [11,7 kB]                                                                        
Get:145 http://apt.pop-os.org/release impish/main amd64 system76-scheduler amd64 1.1.0~1652366781~21.10~deb28e5 [1.353 kB]                                                                   
Get:146 http://apt.pop-os.org/release impish/main amd64 touchegg amd64 2.0.12pop0~1647457074~21.10~5ada06f [125 kB]                                                                          
Fetched 809 MB in 2min 51s (4.739 kB/s)                                                                                                                                                      
Extracting templates from packages: 100%
Preconfiguring packages ...
dpkg: warning: downgrading libsystemd0:i386 from 248.3-1ubuntu8.6 to 248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e
(Reading database ... 704680 files and directories currently installed.)
Preparing to unpack .../libsystemd0_248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e_i386.deb ...
De-configuring libsystemd0:amd64 (248.3-1ubuntu8.6) ...
Unpacking libsystemd0:i386 (248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e) over (248.3-1ubuntu8.6) ...
dpkg: warning: downgrading libsystemd0:amd64 from 248.3-1ubuntu8.6 to 248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e
Preparing to unpack .../libsystemd0_248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e_amd64.deb ...
Unpacking libsystemd0:amd64 (248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e) over (248.3-1ubuntu8.6) ...
Setting up libsystemd0:amd64 (248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e) ...
dpkg: warning: downgrading libnss-systemd:amd64 from 248.3-1ubuntu8.6 to 248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e
(Reading database ... 704680 files and directories currently installed.)
Preparing to unpack .../libnss-systemd_248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e_amd64.deb ...
Unpacking libnss-systemd:amd64 (248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e) over (248.3-1ubuntu8.6) ...
dpkg: warning: downgrading systemd from 248.3-1ubuntu8.6 to 248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e
Preparing to unpack .../systemd_248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e_amd64.deb ...
Unpacking systemd (248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e) over (248.3-1ubuntu8.6) ...
dpkg: dependency problems prevent configuration of systemd:
 udev (248.3-1ubuntu8.6) breaks systemd (<< 248.3-1ubuntu8.6) and is installed.
  Version of systemd to be configured is 248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e.

dpkg: error processing package systemd (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
                                                                                                          Errors were encountered while processing:
 systemd
E: Sub-process /usr/bin/dpkg returned an error code (1)
e udev update-manager-core
  xserver-xorg-video-nvidia-510
87 upgraded, 26 newly installed, 39 downgraded, 0 to remove and 1 not upgraded.
Need to get 809 MB/811 MB of archives.
After this operation, 814 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://us.archive.ubuntu.com/ubuntu impish/multiverse amd64 firmware-sof-signed all 1.7-1 [550 kB]
Get:2 http://apt.pop-os.org/release impish/main amd64 libsystemd0 amd64 248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e [454 kB]
Get:3 http://apt.pop-os.org/release impish/main i386 libsystemd0 i386 248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e [476 kB]                                                                     
Get:4 http://apt.pop-os.org/release impish/main amd64 libnss-systemd amd64 248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e [277 kB]                                                                
Get:5 http://apt.pop-os.org/release impish/main amd64 systemd amd64 248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e [4.638 kB]                                                                     
Get:6 http://apt.pop-os.org/release impish/main amd64 libplymouth5 amd64 0.9.5git20210406-0ubuntu2pop0~1646146081~21.10~23915e9 [143 kB]                                                     
Get:7 http://apt.pop-os.org/release impish/main amd64 plymouth amd64 0.9.5git20210406-0ubuntu2pop0~1646146081~21.10~23915e9 [175 kB]                                                         
Get:8 http://apt.pop-os.org/release impish/main amd64 plymouth-label amd64 0.9.5git20210406-0ubuntu2pop0~1646146081~21.10~23915e9 [43,6 kB]                                                  
Get:9 http://apt.pop-os.org/release impish/main amd64 plymouth-themes amd64 0.9.5git20210406-0ubuntu2pop0~1646146081~21.10~23915e9 [667 kB]                                                  
Get:10 http://apt.pop-os.org/release impish/main amd64 plymouth-theme-ubuntu-text amd64 0.9.5git20210406-0ubuntu2pop0~1646146081~21.10~23915e9 [46,9 kB]                                     
Get:11 http://apt.pop-os.org/release impish/main amd64 plymouth-theme-spinner amd64 0.9.5git20210406-0ubuntu2pop0~1646146081~21.10~23915e9 [202 kB]                                          
Get:12 http://apt.pop-os.org/release impish/main amd64 libdrm-common all 2.4.110-1pop0~1648761328~21.10~166056a [15,7 kB]                                                                    
Get:13 http://apt.pop-os.org/release impish/main i386 libdrm2 i386 2.4.110-1pop0~1648761328~21.10~166056a [51,8 kB]                                                                          
Get:14 http://apt.pop-os.org/release impish/main amd64 libdrm2 amd64 2.4.110-1pop0~1648761328~21.10~166056a [48,0 kB]                                                                        
Get:15 http://apt.pop-os.org/release impish/main amd64 libdrm-intel1 amd64 2.4.110-1pop0~1648761328~21.10~166056a [77,8 kB]                                                                  
Get:16 http://apt.pop-os.org/release impish/main i386 libdrm-intel1 i386 2.4.110-1pop0~1648761328~21.10~166056a [82,0 kB]                                                                    
Get:17 http://apt.pop-os.org/release impish/main amd64 libdrm-radeon1 amd64 2.4.110-1pop0~1648761328~21.10~166056a [32,6 kB]                                                                 
Get:18 http://apt.pop-os.org/release impish/main i386 libdrm-radeon1 i386 2.4.110-1pop0~1648761328~21.10~166056a [33,9 kB]                                                                   
Get:19 http://apt.pop-os.org/release impish/main amd64 libdrm-nouveau2 amd64 2.4.110-1pop0~1648761328~21.10~166056a [28,5 kB]                                                                
Get:20 http://apt.pop-os.org/release impish/main i386 libdrm-nouveau2 i386 2.4.110-1pop0~1648761328~21.10~166056a [30,8 kB]                                                                  
Get:21 http://apt.pop-os.org/release impish/main amd64 libdrm-amdgpu1 amd64 2.4.110-1pop0~1648761328~21.10~166056a [30,9 kB]                                                                 
Get:22 http://apt.pop-os.org/release impish/main i386 libdrm-amdgpu1 i386 2.4.110-1pop0~1648761328~21.10~166056a [34,9 kB]                                                                   
Get:23 http://apt.pop-os.org/release impish/main amd64 libdrm-dev amd64 2.4.110-1pop0~1648761328~21.10~166056a [300 kB]                                                                      
Get:24 http://apt.pop-os.org/release impish/main amd64 pop-plymouth-theme all 2.0.2~1646089097~21.10~8cd4acc [38,1 kB]                                                                       
Get:25 http://apt.pop-os.org/release impish/main amd64 plymouth-theme-pop-basic all 2.0.2~1646089097~21.10~8cd4acc [4.202 B]                                                                 
Get:26 http://apt.pop-os.org/release impish/main amd64 python3-repolib all 1.5.2~1651755991~21.10~ed00e44 [30,8 kB]                                                                          
Get:27 http://apt.pop-os.org/release impish/main amd64 pop-default-settings all 5.1.0~1647298500~21.10~c9eebd7 [68,7 kB]                                                                     
Get:28 http://apt.pop-os.org/release impish/main amd64 libpop-support-panel amd64 1.0.0~1652219183~21.10~8aedc1f [1.123 kB]                                                                  
Get:29 http://apt.pop-os.org/release impish/main amd64 pop-launcher amd64 1.2.1~1652392579~21.10~47852e5 [2.403 kB]                                                                          
Get:30 http://apt.pop-os.org/release impish/main amd64 pop-shell all 1.1.0~1651771371~21.10~aa8f35d [62,5 kB]                                                                                
Get:31 http://apt.pop-os.org/release impish/main amd64 gnome-control-center-data all 1:40.0-1ubuntu5pop0~1648075396~21.10~d1a3d1e [2.824 kB]                                                 
Get:32 http://archive.ubuntu.com/ubuntu impish/universe i386 libva2 i386 2.12.0-2 [66,9 kB]                                                                                                  
Get:33 http://archive.ubuntu.com/ubuntu impish/universe i386 libigdgmm11 i386 21.2.2+ds1-1 [146 kB]                                                                                          
Get:34 http://archive.ubuntu.com/ubuntu impish/universe i386 intel-media-va-driver i386 21.3.3+dfsg1-1 [2.194 kB]                                                                            
Get:35 http://apt.pop-os.org/release impish/main amd64 libaccountsservice0 amd64 0.6.55-0ubuntu14.1pop0~1648743814~21.10~a006f82 [95,4 kB]                                                   
Get:36 http://apt.pop-os.org/release impish/main amd64 accountsservice amd64 0.6.55-0ubuntu14.1pop0~1648743814~21.10~a006f82 [91,8 kB]                                                       
Get:37 http://apt.pop-os.org/release impish/main amd64 firmware-manager-notify amd64 0.1.2~1650504496~21.10~ad01703 [1.459 kB]                                                               
Get:38 http://archive.ubuntu.com/ubuntu impish/main i386 libspa-0.2-modules i386 0.3.32-1 [454 kB]                                                                                           
Get:39 http://archive.ubuntu.com/ubuntu impish/main i386 libpipewire-0.3-0 i386 0.3.32-1 [235 kB]                                                                                            
Get:40 http://archive.ubuntu.com/ubuntu impish/main amd64 libpipewire-0.3-common all 0.3.32-1 [3.974 B]                                                                                      
Get:41 http://archive.ubuntu.com/ubuntu impish/main i386 libwebrtc-audio-processing1 i386 0.3.1-0ubuntu4 [309 kB]                                                                            
Get:42 http://archive.ubuntu.com/ubuntu impish/main i386 libpipewire-0.3-modules i386 0.3.32-1 [373 kB]                                                                                      
Get:43 http://archive.ubuntu.com/ubuntu impish/main i386 pipewire i386 0.3.32-1 [3.918 B]                                                                                                    
Get:44 http://archive.ubuntu.com/ubuntu impish/universe i386 i965-va-driver i386 2.4.1+dfsg1-1 [314 kB]                                                                                      
Get:45 http://archive.ubuntu.com/ubuntu impish/universe i386 va-driver-all i386 2.12.0-2 [3.924 B]                                                                                           
Get:46 http://archive.ubuntu.com/ubuntu impish/main i386 libegl1 i386 1.3.3-1 [34,4 kB]                                                                                                      
Get:47 http://apt.pop-os.org/release impish/main amd64 firmware-manager-shared all 0.1.2~1650504496~21.10~ad01703 [15,9 kB]                                                                  
Get:48 http://apt.pop-os.org/release impish/main amd64 libfirmware-manager amd64 0.1.2~1650504496~21.10~ad01703 [1.859 kB]                                                                   
Get:49 http://apt.pop-os.org/release impish/main amd64 libpop-desktop-widget amd64 0.2.0~1649720932~21.10~323b1e1 [722 kB]                                                                   
Get:50 http://apt.pop-os.org/release impish/main amd64 libpop-system-updater-gtk amd64 0.1.0~1652721018~21.10~9873ee2 [1.349 kB]                                                             
Get:51 http://apt.pop-os.org/release impish/main amd64 pop-system-updater amd64 0.1.0~1652721018~21.10~9873ee2 [2.046 kB]                                                                    
Get:52 http://apt.pop-os.org/release impish/main amd64 pop-upgrade amd64 1.0.0~1652366757~21.10~484fc99 [2.193 kB]                                                                           
Get:53 http://apt.pop-os.org/release impish/main amd64 libpop-upgrade-gtk amd64 1.0.0~1652366757~21.10~484fc99 [1.031 kB]                                                                    
Get:54 http://apt.pop-os.org/release impish/main amd64 libs76-hidpi-widget amd64 0.1.1~1643345917~21.10~a66eb84 [131 kB]                                                                     
Get:55 http://apt.pop-os.org/release impish/main amd64 gnome-control-center amd64 1:40.0-1ubuntu5pop0~1648075396~21.10~d1a3d1e [1.775 kB]                                                    
Get:56 http://apt.pop-os.org/release impish/main amd64 pop-gnome-initial-setup amd64 3.36.1~1646756143~21.10~4784cb4 [1.371 kB]                                                              
Get:57 http://apt.pop-os.org/release impish/main i386 libosmesa6 i386 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [3.477 kB]                                                                
Get:58 http://apt.pop-os.org/release impish/main amd64 libosmesa6 amd64 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [3.421 kB]                                                              
Get:59 http://apt.pop-os.org/release impish/main i386 libglapi-mesa i386 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [83,8 kB]                                                              
Get:60 http://apt.pop-os.org/release impish/main amd64 libglapi-mesa amd64 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [81,5 kB]                                                            
Get:61 http://apt.pop-os.org/release impish/main i386 libglx-mesa0 i386 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [214 kB]                                                                
Get:62 http://apt.pop-os.org/release impish/main amd64 libglx-mesa0 amd64 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [204 kB]                                                              
Get:63 http://apt.pop-os.org/release impish/main i386 libgl1-mesa-dri i386 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [12,1 MB]                                                            
Get:64 http://apt.pop-os.org/release impish/main amd64 libgl1-mesa-dri amd64 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [12,2 MB]                                                          
Get:65 http://apt.pop-os.org/release impish/main i386 libgbm1 i386 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [80,1 kB]                                                                    
Get:66 http://apt.pop-os.org/release impish/main amd64 libgbm1 amd64 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [77,5 kB]                                                                  
Get:67 http://apt.pop-os.org/release impish/main amd64 libegl-mesa0 amd64 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [154 kB]                                                              
Get:68 http://apt.pop-os.org/release impish/main amd64 gnome-shell-extension-prefs amd64 40.5-1ubuntu2pop0~1645636399~21.10~e117dda [61,4 kB]                                                
Get:69 http://apt.pop-os.org/release impish/main amd64 gnome-shell-common all 40.5-1ubuntu2pop0~1645636399~21.10~e117dda [898 kB]                                                            
Get:70 http://apt.pop-os.org/release impish/main amd64 gnome-shell amd64 40.5-1ubuntu2pop0~1645636399~21.10~e117dda [903 kB]                                                                 
Get:71 http://apt.pop-os.org/release impish/main amd64 gir1.2-accountsservice-1.0 amd64 0.6.55-0ubuntu14.1pop0~1648743814~21.10~a006f82 [19,0 kB]                                            
Get:72 http://apt.pop-os.org/release impish/main amd64 fwupd amd64 1.7.4-1pop0~1649720082~21.10~771b6b5 [2.663 kB]                                                                           
Get:73 http://apt.pop-os.org/release impish/main amd64 libfwupdplugin5 amd64 1.7.4-1pop0~1649720082~21.10~771b6b5 [202 kB]                                                                   
Get:74 http://apt.pop-os.org/release impish/main amd64 libfwupd2 amd64 1.7.4-1pop0~1649720082~21.10~771b6b5 [115 kB]                                                                         
Get:75 http://apt.pop-os.org/release impish/main amd64 mesa-va-drivers amd64 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [3.383 kB]                                                         
Get:76 http://apt.pop-os.org/release impish/main i386 mesa-vulkan-drivers i386 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [5.769 kB]                                                       
Get:77 http://apt.pop-os.org/release impish/main amd64 mesa-vulkan-drivers amd64 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [6.031 kB]                                                     
Get:78 http://apt.pop-os.org/release impish/main amd64 ubuntu-drivers-common amd64 1:0.9.2.3pop0~1652303049~21.10~351bf64 [77,9 kB]                                                          
Get:79 http://apt.pop-os.org/release impish/main amd64 linux-image-5.17.5-76051705-generic amd64 5.17.5-76051705.202204271406~1651504840~21.10~63e51bd [11,3 MB]                             
Get:80 http://apt.pop-os.org/release impish/main amd64 linux-modules-5.17.5-76051705-generic amd64 5.17.5-76051705.202204271406~1651504840~21.10~63e51bd [87,9 MB]                           
Get:81 http://apt.pop-os.org/release impish/main amd64 linux-firmware all 20220329.git681281e4-0ubuntu1+system76~1648845229~21.10~f573d5b [238 MB]                                           
Get:82 http://apt.pop-os.org/release impish/main amd64 linux-headers-5.17.5-76051705 all 5.17.5-76051705.202204271406~1651504840~21.10~63e51bd [12,4 MB]                                     
Get:83 http://apt.pop-os.org/release impish/main amd64 linux-headers-5.17.5-76051705-generic amd64 5.17.5-76051705.202204271406~1651504840~21.10~63e51bd [2.943 kB]                          
Get:84 http://apt.pop-os.org/release impish/main amd64 linux-headers-generic amd64 5.17.5.76051705.202204271406~1651504840~21.10~63e51bd [1.882 B]                                           
Get:85 http://apt.pop-os.org/release impish/main amd64 linux-image-generic amd64 5.17.5.76051705.202204271406~1651504840~21.10~63e51bd [1.918 B]                                             
Get:86 http://apt.pop-os.org/release impish/main amd64 linux-generic amd64 5.17.5.76051705.202204271406~1651504840~21.10~63e51bd [1.894 B]                                                   
Get:87 http://apt.pop-os.org/release impish/main amd64 linux-system76 amd64 5.17.5.76051705.202204271406~1651504840~21.10~63e51bd [1.860 B]                                                  
Get:88 http://apt.pop-os.org/release impish/main amd64 pop-desktop all 1.6.0~1646923116~21.10~ae1aa66 [5.210 B]                                                                              
Get:89 http://apt.pop-os.org/release impish/main i386 steam i386 1:1.0.0.74-1pop1~1644936575~21.10~6d77918 [2.423 kB]                                                                        
Get:90 http://apt.pop-os.org/release impish/main amd64 steam-devices all 1:1.0.0.74-1pop1~1644936575~21.10~6d77918 [41,9 kB]                                                                 
Get:91 http://apt.pop-os.org/release impish/main amd64 gnome-shell-extension-cosmic-dock all 70~ubuntu1pop0~1641401554~21.10~4c62ba4 [153 kB]                                                
Get:92 http://apt.pop-os.org/release impish/main amd64 gnome-shell-extension-cosmic-workspaces all 0.1.0~1648000316~21.10~786d7cc [24,7 kB]                                                  
Get:93 http://apt.pop-os.org/release impish/main amd64 gnome-shell-extension-desktop-icons-ng all 33-1pop0~1645133786~21.10~b82c87a [101 kB]                                                 
Get:94 http://apt.pop-os.org/release impish/main amd64 system76-power amd64 1.1.20~1652303057~21.10~fc1e801 [778 kB]                                                                         
Get:95 http://apt.pop-os.org/release impish/main amd64 gnome-shell-extension-system76-power all 2.0.3~1647894024~21.10~ca24c83 [5.112 B]                                                     
Get:96 http://apt.pop-os.org/release impish/main amd64 linux-libc-dev amd64 5.17.5-76051705.202204271406~1651504840~21.10~63e51bd [1.273 kB]                                                 
Get:97 http://apt.pop-os.org/release impish/main amd64 mesa-vdpau-drivers amd64 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [3.521 kB]                                                      
Get:98 http://apt.pop-os.org/release impish/main amd64 pop-cosmic all 0.1.0~1647636967~21.10~478a2fd [20,3 kB]                                                                               
Get:99 http://apt.pop-os.org/release impish/main amd64 pop-gtk-theme all 5.4.5~1645564624~21.10~d3e2898 [346 kB]                                                                             
Get:100 http://apt.pop-os.org/release impish/main amd64 pop-gnome-shell-theme all 5.4.5~1645564624~21.10~d3e2898 [42,4 kB]                                                                   
Get:101 http://apt.pop-os.org/release impish/main amd64 pop-icon-theme all 3.1.0~1652288720~21.10~85ab35a [2.019 kB]                                                                         
Get:102 http://apt.pop-os.org/release impish/main amd64 pop-sound-theme all 5.4.5~1645564624~21.10~d3e2898 [221 kB]                                                                          
Get:103 http://apt.pop-os.org/release impish/main amd64 sessioninstaller all 0.20+pop0~1646352199~21.10~c50c1a0 [29,6 kB]                                                                    
Get:104 http://apt.pop-os.org/release impish/main amd64 fwupd-unsigned amd64 1:1.1-4pop0~1643174914~21.10~f30da97 [30,9 kB]                                                                  
Get:105 http://apt.pop-os.org/release impish/main amd64 fwupd-signed amd64 1:1.1-4pop0~1643174914~21.10~f30da97 [5.476 B]                                                                    
Get:106 http://apt.pop-os.org/release impish/main amd64 gnome-control-center-faces all 1:40.0-1ubuntu5pop0~1648075396~21.10~d1a3d1e [1.255 kB]                                               
Get:107 http://apt.pop-os.org/release impish/main i386 libegl-mesa0 i386 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [163 kB]                                                               
Get:108 http://apt.pop-os.org/release impish/main amd64 mesa-common-dev amd64 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [1.632 kB]                                                        
Get:109 http://apt.pop-os.org/release impish/main amd64 libegl1-mesa-dev amd64 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [53,9 kB]                                                        
Get:110 http://apt.pop-os.org/release impish/main amd64 libgranite-common all 6.0.0pop0~1646751002~21.10~657345a [55,0 kB]                                                                   
Get:111 http://apt.pop-os.org/release impish/main amd64 nvidia-driver-510 amd64 510.68.02-1pop0~1651161204~21.10~46a1f79 [460 kB]                                                            
Get:112 http://apt.pop-os.org/release impish/main amd64 libnvidia-extra-510 amd64 510.68.02-1pop0~1651161204~21.10~46a1f79 [52,6 kB]                                                         
Get:113 http://apt.pop-os.org/release impish/main amd64 libnvidia-common-510 all 510.68.02-1pop0~1651161204~21.10~46a1f79 [9.492 B]                                                          
Get:114 http://apt.pop-os.org/release impish/main i386 libnvidia-gl-510 i386 510.68.02-1pop0~1651161204~21.10~46a1f79 [25,4 MB]                                                              
Get:115 http://apt.pop-os.org/release impish/main amd64 libnvidia-gl-510 amd64 510.68.02-1pop0~1651161204~21.10~46a1f79 [179 MB]                                                             
Get:116 http://apt.pop-os.org/release impish/main amd64 nvidia-dkms-510 amd64 510.68.02-1pop0~1651161204~21.10~46a1f79 [30,3 kB]                                                             
Get:117 http://apt.pop-os.org/release impish/main amd64 nvidia-kernel-source-510 amd64 510.68.02-1pop0~1651161204~21.10~46a1f79 [29,6 MB]                                                    
Get:118 http://apt.pop-os.org/release impish/main amd64 nvidia-kernel-common-510 amd64 510.68.02-1pop0~1651161204~21.10~46a1f79 [21,3 MB]                                                    
Get:119 http://apt.pop-os.org/release impish/main amd64 libnvidia-decode-510 amd64 510.68.02-1pop0~1651161204~21.10~46a1f79 [1.423 kB]                                                       
Get:120 http://apt.pop-os.org/release impish/main i386 libnvidia-decode-510 i386 510.68.02-1pop0~1651161204~21.10~46a1f79 [1.413 kB]                                                         
Get:121 http://apt.pop-os.org/release impish/main i386 libnvidia-compute-510 i386 510.68.02-1pop0~1651161204~21.10~46a1f79 [27,6 MB]                                                         
Get:122 http://apt.pop-os.org/release impish/main amd64 libnvidia-compute-510 amd64 510.68.02-1pop0~1651161204~21.10~46a1f79 [58,3 MB]                                                       
Get:123 http://apt.pop-os.org/release impish/main amd64 nvidia-compute-utils-510 amd64 510.68.02-1pop0~1651161204~21.10~46a1f79 [113 kB]                                                     
Get:124 http://apt.pop-os.org/release impish/main i386 libnvidia-encode-510 i386 510.68.02-1pop0~1651161204~21.10~46a1f79 [48,9 kB]                                                          
Get:125 http://apt.pop-os.org/release impish/main amd64 libnvidia-encode-510 amd64 510.68.02-1pop0~1651161204~21.10~46a1f79 [44,5 kB]                                                        
Get:126 http://apt.pop-os.org/release impish/main amd64 nvidia-utils-510 amd64 510.68.02-1pop0~1651161204~21.10~46a1f79 [422 kB]                                                             
Get:127 http://apt.pop-os.org/release impish/main amd64 xserver-xorg-video-nvidia-510 amd64 510.68.02-1pop0~1651161204~21.10~46a1f79 [1.484 kB]                                              
Get:128 http://apt.pop-os.org/release impish/main i386 libnvidia-fbc1-510 i386 510.68.02-1pop0~1651161204~21.10~46a1f79 [54,3 kB]                                                            
Get:129 http://apt.pop-os.org/release impish/main amd64 libnvidia-fbc1-510 amd64 510.68.02-1pop0~1651161204~21.10~46a1f79 [50,2 kB]                                                          
Get:130 http://apt.pop-os.org/release impish/main amd64 libnvidia-cfg1-510 amd64 510.68.02-1pop0~1651161204~21.10~46a1f79 [87,1 kB]                                                          
Get:131 http://apt.pop-os.org/release impish/main amd64 libxatracker2 amd64 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [2.057 kB]                                                          
Get:132 http://apt.pop-os.org/release impish/main amd64 lutris all 0.5.10~1648846569~21.10~d4f77d6 [960 kB]                                                                                  
Get:133 http://apt.pop-os.org/release impish/main i386 mesa-va-drivers i386 21.3.5-1ubuntu1pop0~1646323003~21.10~e69556a [3.512 kB]                                                          
Get:134 http://apt.pop-os.org/release impish/main amd64 nvidia-driver-495 amd64 510.68.02-1pop0~1651161204~21.10~46a1f79 [5.986 B]                                                           
Get:135 http://apt.pop-os.org/release impish/main amd64 repoman all 2.2.0~1648651890~21.10~5c299e1 [26,2 kB]                                                                                 
Get:136 http://apt.pop-os.org/release impish/main amd64 pop-transition all 1.1.2~1642814356~21.10~617772e [19,8 kB]                                                                          
Get:137 http://apt.pop-os.org/release impish/main amd64 popsicle amd64 1.3.0~1651185298~21.10~a1561b3 [1.012 kB]                                                                             
Get:138 http://apt.pop-os.org/release impish/main amd64 popsicle-gtk amd64 1.3.0~1651185298~21.10~a1561b3 [951 kB]                                                                           
Get:139 http://apt.pop-os.org/release impish/main amd64 ubuntu-release-upgrader-core amd64 1.0.0~1652366757~21.10~484fc99 [1.354 B]                                                          
Get:140 http://apt.pop-os.org/release impish/main amd64 update-manager-core amd64 1.0.0~1652366757~21.10~484fc99 [1.138 B]                                                                   
Get:141 http://apt.pop-os.org/release impish/main amd64 python3-distupgrade amd64 1.0.0~1652366757~21.10~484fc99 [1.120 B]                                                                   
Get:142 http://apt.pop-os.org/release impish/main amd64 python3-update-manager amd64 1.0.0~1652366757~21.10~484fc99 [1.128 B]                                                                
Get:143 http://apt.pop-os.org/release impish/main amd64 system76-acpi-dkms amd64 1.0.2~1640122755~21.10~04145b8 [7.330 B]                                                                    
Get:144 http://apt.pop-os.org/release impish/main amd64 system76-dkms amd64 1.0.14~1643391291~21.10~78ede46 [11,7 kB]                                                                        
Get:145 http://apt.pop-os.org/release impish/main amd64 system76-scheduler amd64 1.1.0~1652366781~21.10~deb28e5 [1.353 kB]                                                                   
Get:146 http://apt.pop-os.org/release impish/main amd64 touchegg amd64 2.0.12pop0~1647457074~21.10~5ada06f [125 kB]                                                                          
Fetched 809 MB in 2min 51s (4.739 kB/s)                                                                                                                                                      
Extracting templates from packages: 100%
Preconfiguring packages ...
dpkg: warning: downgrading libsystemd0:i386 from 248.3-1ubuntu8.6 to 248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e
(Reading database ... 704680 files and directories currently installed.)
Preparing to unpack .../libsystemd0_248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e_i386.deb ...
De-configuring libsystemd0:amd64 (248.3-1ubuntu8.6) ...
Unpacking libsystemd0:i386 (248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e) over (248.3-1ubuntu8.6) ...
dpkg: warning: downgrading libsystemd0:amd64 from 248.3-1ubuntu8.6 to 248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e
Preparing to unpack .../libsystemd0_248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e_amd64.deb ...
Unpacking libsystemd0:amd64 (248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e) over (248.3-1ubuntu8.6) ...
Setting up libsystemd0:amd64 (248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e) ...
dpkg: warning: downgrading libnss-systemd:amd64 from 248.3-1ubuntu8.6 to 248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e
(Reading database ... 704680 files and directories currently installed.)
Preparing to unpack .../libnss-systemd_248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e_amd64.deb ...
Unpacking libnss-systemd:amd64 (248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e) over (248.3-1ubuntu8.6) ...
dpkg: warning: downgrading systemd from 248.3-1ubuntu8.6 to 248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e
Preparing to unpack .../systemd_248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e_amd64.deb ...
Unpacking systemd (248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e) over (248.3-1ubuntu8.6) ...
dpkg: dependency problems prevent configuration of systemd:
 udev (248.3-1ubuntu8.6) breaks systemd (<< 248.3-1ubuntu8.6) and is installed.
  Version of systemd to be configured is 248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e.

dpkg: error processing package systemd (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
                                                                                                          Errors were encountered while processing:
 systemd
E: Sub-process /usr/bin/dpkg returned an error code (1)


from upgrade.

Tech6767 avatar Tech6767 commented on June 26, 2024

And, here we go again:

apt update
Hit:2 http://deb.xanmod.org releases InRelease                                                                                                                                               
Hit:3 https://brave-browser-apt-release.s3.brave.com stable InRelease                                                                                                                        
Hit:4 http://repository.spotify.com stable InRelease                                                                                                                                         
Hit:5 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu impish InRelease                                                                                                                  
Hit:6 http://us.archive.ubuntu.com/ubuntu impish InRelease                                                                            
Hit:7 http://ppa.launchpad.net/rvm/smplayer/ubuntu impish InRelease                                                                          
Hit:8 http://archive.ubuntu.com/ubuntu impish InRelease                                                                               
Hit:1 https://repo.nordvpn.com/deb/nordvpn/debian stable InRelease                        
Hit:9 http://us.archive.ubuntu.com/ubuntu impish-security InRelease 
Hit:10 http://us.archive.ubuntu.com/ubuntu impish-updates InRelease
Hit:11 http://apt.pop-os.org/proprietary impish InRelease
Hit:12 http://us.archive.ubuntu.com/ubuntu impish-backports InRelease
Hit:13 http://apt.pop-os.org/release impish InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
88 packages can be upgraded. Run 'apt list --upgradable' to see them.
root@batmobile:/home/peter# apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 libpam-systemd : Depends: systemd (= 248.3-1ubuntu8.6)
 systemd-sysv : Depends: systemd (= 248.3-1ubuntu8.6)
 systemd-timesyncd : Depends: systemd (= 248.3-1ubuntu8.6)
 udev : Breaks: systemd (< 248.3-1ubuntu8.6)
        Breaks: systemd:i386 (< 248.3-1ubuntu8.6)
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

from upgrade.

Tech6767 avatar Tech6767 commented on June 26, 2024

Removing it again and at it looks better, but ofc it's still broken:

apt update
Hit:1 http://us.archive.ubuntu.com/ubuntu impish InRelease
Hit:2 http://us.archive.ubuntu.com/ubuntu impish-security InRelease
Hit:3 http://us.archive.ubuntu.com/ubuntu impish-updates InRelease
Hit:4 http://us.archive.ubuntu.com/ubuntu impish-backports InRelease
Hit:6 http://repository.spotify.com stable InRelease                                                                                                               
Hit:7 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu impish InRelease                                                                                        
Hit:8 http://deb.xanmod.org releases InRelease                                                                                                                  
Hit:9 http://archive.ubuntu.com/ubuntu impish InRelease                                                                                                               
Hit:10 http://ppa.launchpad.net/rvm/smplayer/ubuntu impish InRelease                                                                                                  
Hit:5 https://repo.nordvpn.com/deb/nordvpn/debian stable InRelease                                                     
Hit:11 http://apt.pop-os.org/proprietary impish InRelease
Hit:12 https://brave-browser-apt-release.s3.brave.com stable InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
4 packages can be upgraded. Run 'apt list --upgradable' to see them.
N: Ignoring file 'pop-os-release.sources.BCKP' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
root@batmobile:/home/peter# apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 libpam-systemd : Depends: systemd (= 248.3-1ubuntu8.6)
 systemd-sysv : Depends: systemd (= 248.3-1ubuntu8.6)
 systemd-timesyncd : Depends: systemd (= 248.3-1ubuntu8.6)
 udev : Breaks: systemd (< 248.3-1ubuntu8.6)
        Breaks: systemd:i386 (< 248.3-1ubuntu8.6)
N: Ignoring file 'pop-os-release.sources.BCKP' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
root@batmobile:/home/peter# apt --fix-broken install
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
  libnss-systemd libsystemd0 libsystemd0:i386 systemd
Suggested packages:
  systemd-container
The following packages will be upgraded:
  libnss-systemd libsystemd0 libsystemd0:i386 systemd
4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
3 not fully installed or removed.
Need to get 5.165 kB of archives.
After this operation, 620 kB of additional disk space will be used.
N: Ignoring file 'pop-os-release.sources.BCKP' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
Do you want to continue? [Y/n] y
Get:1 http://us.archive.ubuntu.com/ubuntu impish-updates/main amd64 libnss-systemd amd64 248.3-1ubuntu8.6 [126 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu impish-updates/main i386 libsystemd0 i386 248.3-1ubuntu8.6 [328 kB]
Get:3 http://us.archive.ubuntu.com/ubuntu impish-updates/main amd64 libsystemd0 amd64 248.3-1ubuntu8.6 [305 kB]
Get:4 http://us.archive.ubuntu.com/ubuntu impish-updates/main amd64 systemd amd64 248.3-1ubuntu8.6 [4.405 kB]
Fetched 5.165 kB in 2s (2.840 kB/s)  
N: Ignoring file 'pop-os-release.sources.BCKP' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
(Reading database ... 704713 files and directories currently installed.)
Preparing to unpack .../libnss-systemd_248.3-1ubuntu8.6_amd64.deb ...
Unpacking libnss-systemd:amd64 (248.3-1ubuntu8.6) over (248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e) ...
Preparing to unpack .../libsystemd0_248.3-1ubuntu8.6_amd64.deb ...
Unpacking libsystemd0:amd64 (248.3-1ubuntu8.6) over (248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e) ...
Preparing to unpack .../libsystemd0_248.3-1ubuntu8.6_i386.deb ...
Unpacking libsystemd0:i386 (248.3-1ubuntu8.6) over (248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e) ...
Preparing to unpack .../systemd_248.3-1ubuntu8.6_amd64.deb ...
Unpacking systemd (248.3-1ubuntu8.6) over (248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e) ...
Setting up libsystemd0:amd64 (248.3-1ubuntu8.6) ...
Setting up systemd (248.3-1ubuntu8.6) ...
Setting up libnss-systemd:amd64 (248.3-1ubuntu8.6) ...
Setting up libsystemd0:i386 (248.3-1ubuntu8.6) ...
Processing triggers for libc-bin (2.34-0ubuntu3.2) ...
Processing triggers for man-db (2.9.4-2) ...
Processing triggers for dbus (1.12.20-2ubuntu2) ...

I'm gonna try to find a 22.10 iso, put it on a drive and get the repo files from there. Idk if the file you gave me is correct for my system.

from upgrade.

jacobgkau avatar jacobgkau commented on June 26, 2024

I'm gonna try to find a 22.10 iso,

There is no such thing as a 22.10 iso, 22.04 (April 2022) is the latest release.

Idk if the file you gave me is correct for my system.

It is. Your initial screenshot showed 21.10, and the file I gave you was for impish, which is the codename for 21.10. The codename for 22.04 is jammy.

For the moment I fixed this mess by removing etc/apt/sources.list.d/pop-os-release.sources.

Without that file, you are basically running Ubuntu, not Pop!_OS. You may be removing error messages, but you're not removing the problem if you want to be running Pop!_OS.

root@batmobile:/home/peter# apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
libpam-systemd : Depends: systemd (= 248.3-1ubuntu8.6)
systemd-sysv : Depends: systemd (= 248.3-1ubuntu8.6)
systemd-timesyncd : Depends: systemd (= 248.3-1ubuntu8.6)
udev : Breaks: systemd (< 248.3-1ubuntu8.6)
Breaks: systemd:i386 (< 248.3-1ubuntu8.6)
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

You should be running apt full-upgrade, not apt upgrade. That goes for any time you want to update your system, but especially when dealing with release upgrade problems.

You need to fix the issue that apt is complaining about. You have mismatched versions of systemd, udev, and the other packages listed. First, run sudo apt full-upgrade and sudo apt install -f. If those commands don't find the resolution on their own, then run apt policy systemd libpam-systemd systemd-sysv systemd-timesyncd udev systemd:i386, record the 22.04 candidate version number for each, and specify them in an apt install command like apt install system=version-number-here udev=version-number-here ...

This is not a support forum, but if you can't figure out which version numbers to use, please provide the full output of the apt policy command (with the Pop!_OS release sources added) and I can try to guide you through the repair process in more detail. The chat room at https://chat.pop-os.org/pop-os/channels/upgrade-help would be a better place to ask about this since it allows much more instant back-and-forth interaction. (If you know how the issue started and would be able to provide steps to recreate it from a fresh installation of Pop!_OS 21.10, that would be great information to include here in a bug report on GitHub.)

from upgrade.

Tech6767 avatar Tech6767 commented on June 26, 2024

I'm gonna try to find a 22.10 iso,

There is no such thing as a 22.10 iso, 22.04 (April 2022) is the latest release.

My bad, meant 21.10 and also found that.

Idk if the file you gave me is correct for my system.

It is. Your initial screenshot showed 21.10, and the file I gave you was for impish, which is the codename for 21.10. The codename for 22.04 is jammy.

Yes I now found out it is correct, it is the same as on the live disk. I was thinking there might be something wrong, as it says

Get:25 http://apt.pop-os.org/release impish/main amd64 Packages [152 kB]       
Get:26 http://apt.pop-os.org/release impish/main i386 Packages [76,3 kB]

when checkingsudo apt update with the pop-os-release.sources enabled but I thought only one applies. I'm still a newbie to most of this.

For the moment I fixed this mess by removing etc/apt/sources.list.d/pop-os-release.sources.

Without that file, you are basically running Ubuntu, not Pop!_OS. You may be removing error messages, but you're not removing the problem if you want to be running Pop!_OS.

I see, not too useful :D I was aware though that I'm not fixing the problem of course, only hiding it, but I couldn't get it fixed.

You should be running apt full-upgrade, not apt upgrade. That goes for any time you want to update your system, but especially when dealing with release upgrade problems.

You need to fix the issue that apt is complaining about. You have mismatched versions of systemd, udev, and the other packages listed. First, run sudo apt full-upgrade and sudo apt install -f. If those commands don't find the resolution on their own, then run apt policy systemd libpam-systemd systemd-sysv systemd-timesyncd udev systemd:i386, record the 22.04 candidate version number for each, and specify them in an apt install command like apt install system=version-number-here udev=version-number-here ...

This is not a support forum, but if you can't figure out which version numbers to use, please provide the full output of the apt policy command (with the Pop!_OS release sources added) and I can try to guide you through the repair process in more detail.
That is very kind of you. Otherwise I will try the chat room, as this is getting a bit more in-depth than I anticipated.
The chat room at https://chat.pop-os.org/pop-os/channels/upgrade-help would be a better place to ask about this since it allows much more instant back-and-forth interaction. (If you know how the issue started and would be able to provide steps to recreate it from a fresh installation of Pop!_OS 21.10, that would be great information to include here in a bug report on GitHub.)

So after apt full-upgrade and apt install -f did not fix it, here are the versions (I could not figure out how to see which belong to Pop!_OS 22.04?):

apt policy systemd libpam-systemd systemd-sysv systemd-timesyncd udev systemd:i386

systemd:
  Installed: 248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e
  Candidate: 248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e
  Version table:
     248.3-1ubuntu8.6 500
        500 http://us.archive.ubuntu.com/ubuntu impish-updates/main amd64 Packages
 *** 248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e 1001
       1001 http://apt.pop-os.org/release impish/main amd64 Packages
        100 /var/lib/dpkg/status
     248.3-1ubuntu8.2 500
        500 http://us.archive.ubuntu.com/ubuntu impish-security/main amd64 Packages
     248.3-1ubuntu8 500
        500 http://archive.ubuntu.com/ubuntu impish/main amd64 Packages
        500 http://us.archive.ubuntu.com/ubuntu impish/main amd64 Packages
libpam-systemd:
  Installed: 248.3-1ubuntu8.6
  Candidate: 248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e
  Version table:
 *** 248.3-1ubuntu8.6 500
        500 http://us.archive.ubuntu.com/ubuntu impish-updates/main amd64 Packages
        100 /var/lib/dpkg/status
     248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e 1001
       1001 http://apt.pop-os.org/release impish/main amd64 Packages
     248.3-1ubuntu8.2 500
        500 http://us.archive.ubuntu.com/ubuntu impish-security/main amd64 Packages
     248.3-1ubuntu8 500
        500 http://archive.ubuntu.com/ubuntu impish/main amd64 Packages
        500 http://us.archive.ubuntu.com/ubuntu impish/main amd64 Packages
systemd-sysv:
  Installed: 248.3-1ubuntu8.6
  Candidate: 248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e
  Version table:
 *** 248.3-1ubuntu8.6 500
        500 http://us.archive.ubuntu.com/ubuntu impish-updates/main amd64 Packages
        100 /var/lib/dpkg/status
     248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e 1001
       1001 http://apt.pop-os.org/release impish/main amd64 Packages
     248.3-1ubuntu8.2 500
        500 http://us.archive.ubuntu.com/ubuntu impish-security/main amd64 Packages
     248.3-1ubuntu8 500
        500 http://archive.ubuntu.com/ubuntu impish/main amd64 Packages
        500 http://us.archive.ubuntu.com/ubuntu impish/main amd64 Packages
systemd-timesyncd:
  Installed: 248.3-1ubuntu8.6
  Candidate: 248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e
  Version table:
 *** 248.3-1ubuntu8.6 500
        500 http://us.archive.ubuntu.com/ubuntu impish-updates/main amd64 Packages
        100 /var/lib/dpkg/status
     248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e 1001
       1001 http://apt.pop-os.org/release impish/main amd64 Packages
     248.3-1ubuntu8.2 500
        500 http://us.archive.ubuntu.com/ubuntu impish-security/main amd64 Packages
     248.3-1ubuntu8 500
        500 http://archive.ubuntu.com/ubuntu impish/main amd64 Packages
        500 http://us.archive.ubuntu.com/ubuntu impish/main amd64 Packages
udev:
  Installed: 248.3-1ubuntu8.6
  Candidate: 248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e
  Version table:
 *** 248.3-1ubuntu8.6 500
        500 http://us.archive.ubuntu.com/ubuntu impish-updates/main amd64 Packages
        100 /var/lib/dpkg/status
     248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e 1001
       1001 http://apt.pop-os.org/release impish/main amd64 Packages
     248.3-1ubuntu8.2 500
        500 http://us.archive.ubuntu.com/ubuntu impish-security/main amd64 Packages
     248.3-1ubuntu8 500
        500 http://archive.ubuntu.com/ubuntu impish/main amd64 Packages
        500 http://us.archive.ubuntu.com/ubuntu impish/main amd64 Packages
systemd:i386:
  Installed: (none)
  Candidate: 248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e
  Version table:
     248.3-1ubuntu8.6 500
        500 http://us.archive.ubuntu.com/ubuntu impish-updates/main i386 Packages
     248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e 1001
       1001 http://apt.pop-os.org/release impish/main i386 Packages
     248.3-1ubuntu8.2 500
        500 http://us.archive.ubuntu.com/ubuntu impish-security/main i386 Packages
     248.3-1ubuntu8 500
        500 http://archive.ubuntu.com/ubuntu impish/main i386 Packages
        500 http://us.archive.ubuntu.com/ubuntu impish/main i386 Packages

What stood out to me, as you noticed, the installed packages are all from ubuntu and the candidates are for pop_os 21.10.

I do not know what could have started this whole chaos in the first place. No idea how the pop os sources got removed. One of the first things I did when I installed Pop!_OS to my system in December 2021, was to change to linux-xanmod and at some point I install Smooth Video Project which was a big task for me, but there I only modified some python link (oh and some apps like gufw do not work on my system anymore bsc of a python problem, but I can't think of a way this is connected to SVP. Sadly I never got to fix it, I cannot simply care about every non critical error my system has, I only have little tome on the pc every day)
. Otherwise I did follow tutorials on some things to add ppas to the system for software I wanted to install or did similar things. I also have timeshift setup, maybe there is an easy way to find out, when pop-os-release.sources got removed, do you have any idea about this?
Otherwise as I mentioned in my bug report, I've got an issue with flatpak since about 2 months now. But I would speculate that this happened maybe because the pop os release sources were missing before that already.
Why are the pop-os-release.sources not in the software-properties-gtk? This is where I usually disabled some unneeded ppas, but as they are not there I doubt I removed them by mistake?
I remember months ago there were 1 or more packages that had problems like that, where the installed version was some thing with a long name like 1234pop_os5678 at the end and I could not update so I fixed it with some commands I found in forums. Well, now it's only speculation if that was a fix or the break.
But what I think I did, was reinstall those packages.

from upgrade.

jacobgkau avatar jacobgkau commented on June 26, 2024

but there I only modified some python link

Python is an essential package that many desktop Linux components rely on. You can very easily break a system by changing a Python link.

I cannot simply care about every non critical error my system has, I only have little tome on the pc every day)

If this is your attitude, then I would recommend sticking with the tested and supported default kernel and not replacing it with the XanMod kernel. Replacing basic system components is not a trivial tweak, it is a project for people who want to spend lots of time tweaking and maintaining their system.

I also have timeshift setup, maybe there is an easy way to find out, when pop-os-release.sources got removed, do you have any idea about this?

I do not use Timeshift, and that investigation sounds unrelated to any sort of bug in pop-upgrade, based on what you're describing.

Why are the pop-os-release.sources not in the software-properties-gtk?

software-properties-gtk is an Ubuntu project that does not recognize DEB822-style configuration (the .sources format, which is part of the Debian standards.) Pop!_OS includes repoman, which supports DEB822-style configuration and is generally more reliable as well. You should use repoman instead of software-properties-gtk.

I remember months ago there were 1 or more packages that had problems like that, where the installed version was some thing with a long name like 1234pop_os5678 at the end and I could not update so I fixed it with some commands I found in forums. Well, now it's only speculation if that was a fix or the break.

You should not run commands from forums if you don't understand what they're doing.

Please try running this command, which will attempt to force all other packages onto the Pop!_OS version to match the systemd you have installed:

sudo apt install systemd=248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e libpam-systemd=248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e systemd-sysv=248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e systemd-timesyncd=248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e udev=248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e

If that doesn't work, then you will need to apt download each individual package (e.g. apt download libpam-systemd=248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e) and then install them with sudo dpkg -i --force-all ./package-file-name to get them to install without apt's dependency resolution.

from upgrade.

Tech6767 avatar Tech6767 commented on June 26, 2024

Python is an essential package that many desktop Linux components rely on. You can very easily break a system by changing a Python link.
What I did:

# make Python find the Vapoursynth module
# there MUST be a better way to do this!
sudo ln -s /usr/local/lib/python3.8/site-packages/vapoursynth.so /usr/lib/python3.8/lib-dynload/vapoursynth.so

as stated here: https://www.svp-team.com/wiki/SVP:Linux#Building_3rd-party_apps_from_sources
The only thing I messed up about that initally, was to choose the right python version. So maybe I have this link for multiple python versions, but mpv works w/o problems and I do not see a connection here.

But I did not know python could play such an important role, so I really learn from this, even if a bit late.

If this is your attitude, then I would recommend sticking with the tested and supported default kernel and not replacing it with the XanMod kernel. Replacing basic system components is not a trivial tweak, it is a project for people who want to spend lots of time tweaking and maintaining their system.

Maybe you are right with that. It got recommended for gaming on youtube, following this tutorial and I chose the stable versions.
Would you recommend switching back to the default kernel or now that it is set up (auto update works fine) I better leave it as is?

I do not use Timeshift, and that investigation sounds unrelated to any sort of bug in pop-upgrade, based on what you're describing.

What I meant is, maybe there is some sort of log that shows when the release sources were deleted. Otherwise, nevermind.

software-properties-gtk is an Ubuntu project that does not recognize DEB822-style configuration (the .sources format, which is part of the Debian standards.) Pop!_OS includes repoman, which supports DEB822-style configuration and is generally more reliable as well. You should use repoman instead of software-properties-gtk.

I did not know about repoman. For "beginners" like me it seems more safe to use GUIs.

image
is it useful to have the second last checkbox enabled? I do not think I enabled that.

Also now the pop os apps are listed like this:
image

You should not run commands from forums if you don't understand what they're doing.

I've become more careful with that. Not easy, sometimes all commands are new and not always is there a help page that explains it well. You are right though. I guess I should ask for help more often.
Maybe this was the reason for all that, but I still use common sense when doing anything on the web, so I have a little faith that I did not do something completely stupid, like changing the systemd installation (as I clearly know it is important but have no clue of the effects.)...

Please try running this command, which will attempt to force all other packages onto the Pop!_OS version to match the systemd you have installed:

sudo apt install systemd=248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e libpam-systemd=248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e systemd-sysv=248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e systemd-timesyncd=248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e udev=248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e

If that doesn't work, then you will need to apt download each individual package (e.g. apt download libpam-systemd=248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e) and then install them with sudo dpkg -i --force-all ./package-file-name to get them to install without apt's dependency resolution.

apt install systemd=248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e libpam-systemd=248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e systemd-sysv=248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e systemd-timesyncd=248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e udev=248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
systemd is already the newest version (248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e).
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 udev : Depends: libudev1 (= 248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e) but 248.3-1ubuntu8.6 is to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

So I tried this:

dpkg -i --force-all ./systemd_248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e_amd64.deb 
(Reading database ... 704713 files and directories currently installed.)
Preparing to unpack .../systemd_248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e_amd64.deb ...
Unpacking systemd (248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e) over (248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e) ...
dpkg: systemd: dependency problems, but configuring anyway as you requested:
 udev (248.3-1ubuntu8.6) breaks systemd (<< 248.3-1ubuntu8.6) and is installed.
  Version of systemd to be configured is 248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e.

Setting up systemd (248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e) ...
Processing triggers for dbus (1.12.20-2ubuntu2) ...
Processing triggers for man-db (2.9.4-2) ...
root@batmobile:/home/peter# dpkg -i --force-all ./libpam-systemd_248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e_amd64.deb 
dpkg: warning: downgrading libpam-systemd:amd64 from 248.3-1ubuntu8.6 to 248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e
(Reading database ... 704713 files and directories currently installed.)
Preparing to unpack .../libpam-systemd_248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e_amd64.deb ...
Unpacking libpam-systemd:amd64 (248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e) over (248.3-1ubuntu8.6) ...
Setting up libpam-systemd:amd64 (248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e) ...
Processing triggers for man-db (2.9.4-2) ...
root@batmobile:/home/peter# dpkg -i --force-all ./systemd
systemd_248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e_amd64.deb            systemd-sysv_248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e_amd64.deb       systemd-timesyncd_248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e_amd64.deb  
root@batmobile:/home/peter# dpkg -i --force-all ./systemd-sysv_248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e_amd64.deb 
dpkg: warning: downgrading systemd-sysv from 248.3-1ubuntu8.6 to 248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e
(Reading database ... 704713 files and directories currently installed.)
Preparing to unpack .../systemd-sysv_248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e_amd64.deb ...
Unpacking systemd-sysv (248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e) over (248.3-1ubuntu8.6) ...
Setting up systemd-sysv (248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e) ...
Processing triggers for man-db (2.9.4-2) ...
root@batmobile:/home/peter# dpkg -i --force-all ./systemd-timesyncd_248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e_amd64.deb 
dpkg: warning: downgrading systemd-timesyncd from 248.3-1ubuntu8.6 to 248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e
(Reading database ... 704713 files and directories currently installed.)
Preparing to unpack .../systemd-timesyncd_248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e_amd64.deb ...
Unpacking systemd-timesyncd (248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e) over (248.3-1ubuntu8.6) ...
Setting up systemd-timesyncd (248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e) ...
Processing triggers for dbus (1.12.20-2ubuntu2) ...
Processing triggers for man-db (2.9.4-2) ...
root@batmobile:/home/peter# dpkg -i --force-all ./udev_248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e_amd64.deb 
dpkg: warning: downgrading udev from 248.3-1ubuntu8.6 to 248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e
(Reading database ... 704713 files and directories currently installed.)
Preparing to unpack .../udev_248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e_amd64.deb ...
Unpacking udev (248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e) over (248.3-1ubuntu8.6) ...
dpkg: udev: dependency problems, but configuring anyway as you requested:
 udev depends on libudev1 (= 248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e); however:
  Version of libudev1:amd64 on system is 248.3-1ubuntu8.6.

Setting up udev (248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e) ...
Processing triggers for initramfs-tools (0.140ubuntu6.1) ...
update-initramfs: Generating /boot/initrd.img-5.17.8-xanmod1
cryptsetup: WARNING: Resume target cryptswap uses a key file
W: Possible missing firmware /lib/firmware/i915/adlp_dmc_ver2_14.bin for module i915
kernelstub.Config    : INFO     Looking for configuration...
kernelstub           : INFO     System information: 

    OS:..................Pop!_OS 21.10
    Root partition:....../dev/dm-1
    Root FS UUID:........ae20fe2e-aa65-4f9f-93be-e9747a49d062
    ESP Path:............/boot/efi
    ESP Partition:......./dev/nvme1n1p1
    ESP Partition #:.....1
    NVRAM entry #:.......-1
    Boot Variable #:.....0000
    Kernel Boot Options:.quiet loglevel=0 systemd.show_status=false splash
    Kernel Image Path:.../boot/vmlinuz-5.17.8-xanmod1
    Initrd Image Path:.../boot/initrd.img-5.17.8-xanmod1
    Force-overwrite:.....False

kernelstub.Installer : INFO     Copying Kernel into ESP
kernelstub.Installer : INFO     Copying initrd.img into ESP
kernelstub.Installer : INFO     Setting up loader.conf configuration
kernelstub.Installer : INFO     Making entry file for Pop!_OS
kernelstub.Installer : INFO     Backing up old kernel
kernelstub.Installer : INFO     Making entry file for Pop!_OS
Processing triggers for man-db (2.9.4-2) ...

Now I hope this is right, but there is another package that needs to follow the same procedure:

The following packages have unmet dependencies:
 udev : Depends: libudev1 (= 248.3-1ubuntu8.6~1650893010~21.10~9a0cd5e) but 248.3-1ubuntu8.6 is installed

So I'm gonna follow the same process for those...

It actually worked so far!! After installing all libudev1 packages, the system is finally upgrading. I'm gonna spare you the details.

Will update on the next post, how it went and if it rebooted successfully. Otherwise you're not gonna hear from me for a while ^^

from upgrade.

Tech6767 avatar Tech6767 commented on June 26, 2024

So, the system reboots :D yay
it is laggy though 🤔

from upgrade.

Tech6767 avatar Tech6767 commented on June 26, 2024

image

So it is finally there! How can I thank you for this? :) I'm really glad it worked! I will only find out later if all goes well :D but I am very happy atm!

I will close the bug report after I got a reply from you.

from upgrade.

jacobgkau avatar jacobgkau commented on June 26, 2024

I'm glad to hear apt is working again after resolving the dependency issues.

It got recommended for gaming on youtube,

You do not need to change your kernel to game. pop-upgrade should revert to the default kernel when doing the release upgrade to 22.04. I would recommend trying your games out on the default kernel, and if you don't notice anything wrong, then don't bother changing the kernel. (I see some benchmarks that list XanMod as slightly faster than the default kernel, but XanMod's own homepage recommends the real-time version and not the stable version for e-sports usage, so I'm not sure if the stable version you installed is even supposed to help with gaming; and even then, there's a likelihood you may not notice a difference with it compared to the default kernel beyond a placebo effect.)

If you truly find XanMod more performant, installing it again on 22.04 is your prerogative.

I will close the bug report after I got a reply from you.

Your last screenshot was of the pop-upgrade panel showing the upgrade being available. Have you successfully upgraded to 22.04?

from upgrade.

Tech6767 avatar Tech6767 commented on June 26, 2024

I sent this message yesterday but it did not appear here:

I am still in the process of updating. Had to apt --fix-broken install. Atm my browser disappeared, that I used for github. I hope it reappears later. I reply in thunderbird atm, dunno if this works :D.
If xanmod is removed after the upgrade anyway, I'm not gonna reinstall it for the moment.
My system is super laggy atm, I tested a game that was previously on 60+fps, it was at around 20 now while the gpu usage was >95%. The whole system has a big input lag.

But I think the upgrade process is working now, so I will report again after that. Might take a day or a week though.

Ok so my system upgraded to 22.04. It is still laggy.
As this is my first proper upgrade, I did not know that ppas get removed in the process. I just now succesfully reenabled them and I could reinstall my browser so I can write here.

Some packages are still not recovered but that's another story I think.

Btw I just remembered another possible reason for this whole mess:

When I first installed pop_os onto my system, shortly after the whole installation (I think I had the live usb ready for a few weeks) a new version of pop_os was out. As I had a few things setup already, I did not want to make a clean install and upgraded through the settings. Maybe that was when some of the chaos started, as I always though something was weird about that process and I even though I broke it but then my system booted so I never cared about it too much. Mabye everything went fine though and the pop_os ppa got removed later.

Otherwise, I'm soon gonna call this a closed report, will do a summary later for some people with similar problems and with the rest of my problems (laggy systems, broken installs etc. I will ask in the pop_os help chat room.

Thank you very much for guiding me through this process!

from upgrade.

Tech6767 avatar Tech6767 commented on June 26, 2024

So I fixed the problem with the mismatched version by doing this:

Please try running this command, which will attempt to force all other packages onto the Pop!_OS version to match the systemd you have installed:

sudo apt install systemd=248.3-1ubuntu8.6165089301021.109a0cd5e libpam-systemd=248.3-1ubuntu8.6165089301021.109a0cd5e systemd-sysv=248.3-1ubuntu8.6165089301021.109a0cd5e systemd-timesyncd=248.3-1ubuntu8.6165089301021.109a0cd5e udev=248.3-1ubuntu8.6165089301021.109a0cd5e
If that doesn't work, then you will need to apt download each individual package (e.g. apt download libpam-systemd=248.3-1ubuntu8.6
165089301021.109a0cd5e) and then install them with sudo dpkg -i --force-all ./package-file-name to get them to install without apt's dependency resolution.

And after that I could upgrade my system. As it is not running smoothly though and a lot of apps have to be reinstalled, I am not happy with the result. I might refresh my system. But that's another issue.

from upgrade.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.