sources.list: (/etc/apt/sources.list. d is empty)
- Code: Select all
# UPGRADE FROM stretch TO buster
deb http://security.debian.org/debian-security buster/updates main contrib
deb-src http://security.debian.org/debian-security buster/updates main contrib
deb http://ftp.uk.debian.org/debian/ buster-updates main contrib
deb-src http://ftp.uk.debian.org/debian/ buster-updates main contrib
deb http://ftp.uk.debian.org/debian/ buster main contrib
deb-src http://ftp.uk.debian.org/debian/ buster main contrib
update and upgrade
- Code: Select all
# apt update
1449 packages can be upgraded
# apt-get upgrade
752 upgraded, 0 newly installed, 0 to remove and 697 not upgraded
I aborted the upgrade. In order to investigate, I simulated upgrade of one of the 697 held-back packages:
- Code: Select all
# apt-get --simulate upgrade apache2
...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
feh : Depends: libcurl3 (>= 7.16.2) but it is not going to be installed
E: Broken packages
I do have scripts of all the output, if that is needed to resolve this. Hopefully I will not need to look at each held-back package!
What should I do to proceed?
EDIT
See follow-up in my reply to @CwF