5

My ubuntu upgrade from 20.04 to 22.04 is stuck in the cleanup phase. Last message is:

/usr/src/libdvd-pkg/libdvdcss_1.4.3.orig.tar.bz2: OK
libdvd-pkg: 'apt-get check' failed, you may have broken packages. Aborting...

I already tried dpkg-reconfigure from libdvd-pkg: `apt-get check` failed, you may have broken packages. Aborting but this obviously fails as the database is locked.

~$ sudo dpkg-reconfigure libdvd-pkg
libdvd-pkg: dpkg database is locked. You may need to use command "sudo dpkg-reconfigure libdvd-pkg".
libdvd-pkg: Building and installation of package(s) [libdvdcss2 libdvdcss-dev] postponed till after next APT operation.

Not sure what to do now. Can I savely abort this and restart?

Distribution upgrade stuck

Sebastian
  • 614

1 Answers1

4

Nevermind... After a while it just continued and finished the update successfully. So the solution is to just wait for half an hour or so.

Edit: Afterwards I had to run sudo dpkg-reconfigure libdvd-pkg

Sebastian
  • 614