I am fairly new to Linux use and I recently upgraded from 18.04 LTS to 20.04 LTS. I followed some advise here to create a tar file to backup the installed packages and then restore them after the upgrade.
I created this file: apt-clone-state-ubuntuserver.tar.gz under ~/mypackages directory, using:
$ sudo apt-clone clone ~/mypackages
I have now tried to restore the packages, using this command: $ sudo apt-clone restore apt-clone-state-ubuntuserver.tar.gz
However, I am getting these errors, and not able to extract the files:
WARNING:root:can't add libevent-2.1-6 (E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.) WARNING:root:can't add libevent-core-2.1-6 (E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.) WARNING:root:can't add libexpat1 (E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.) WARNING:root:can't add libexpat1-dev (E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.) WARNING:root:can't add libext2fs2 (E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.)
Does anyone know how to get around this and extract the files?