Dell inspiron 3641, currently running Zorin 17.3 core fails on upgrade to Zorin 18 core.
The only previous trouble I had was with Brave because of the graphics adaptor, which I found a fix for in this forum.
I sent the info in as requested by the upgrade when it failed.
Hi, please checkout this post from @zorink:
give us the result of sudo apt update and the error you encounter
Can You show the Error that You get during the Upgrade?
I really didn't get a error message, it just said that it couldn't complete, and wanted me to send error message which I did. That was all part of the installer. Never got a explanation or error code.
Parkie
Do You have any Third-Parts Repos added to Your System? Do You have added any Third-Party Gnome Extensions?
Thanks for reply no I don't.
Sorry about the delay. I have the report which I will include here. I know this dell laptop is old a win 8 but I have wiped win 8 an just have zorin on it. The report follows:::
[CHECKING] Started
[CHECKING:Validating Upgrade Attempt] Started
[CHECKING:Validating Upgrade Attempt] Completed
[CHECKING:Checking Filesystem] Started
[CHECKING:Checking Filesystem] Completed
[CHECKING:Restarting Apt] Started
[CHECKING:Restarting Apt] Completed
[CHECKING:Simulating Flatpak Transaction] Started
[CHECKING:Simulating Flatpak Transaction] Completed
[CHECKING:Processing Apt Repos] Started
[CHECKING:Processing Apt Repos] Completed
[CHECKING:Updating Apt Repos] Started
[CHECKING:Updating Apt Repos] Completed
[CHECKING:Calculating Upgradeable Packages] Started
[CHECKING:Calculating Upgradeable Packages] Completed
[CHECKING:Simulating Apt Transaction] Started
[CHECKING:Simulating Apt Transaction] Fatal Error: { GDBus.Error:org.aptkit.TransactionFailed: error-dep-resolution-failed: The following packages have unmet dependencies:
libkf5khtml5: Depends: libkf5khtml-data (= 5.115.0-0ubuntu7) but 5.115.0-0ubuntu7 is to be installed
Depends: libjpeg8 (>= 8c) but 8c-2ubuntu11 is to be installed
Depends: libphonon4qt5-4t64 (>= 4:4.8.0) but 4:4.12.0-3.1build3 is to be installed
Depends: zlib1g (>= 1:1.1.4) but 1:1.3.dfsg-3.1ubuntu2.1 is to be installed
}
[CHECKING:Simulating Apt Transaction] Failed
[CHECKING] Failed
[CHECKING:Restoring System] Started
[Parkie
There are some Dependency Issues ... And You don't have any Third-Party Repo's added to install something? Did You installed a different Desktop Environment?
This is a KDE package, so definitely third party Repo's added.
You can verify with:
ls /etc/apt/sources.list.d
I have not installed a different Desktop environment.
This laptop is an older dell tat was running Win 8. It runs Zorin 17.3 okay.
I did have trouble with Brave but that was due to the Graphics adaptor. I found a fix for that in this forum. I always check for updates before taking on new projects such as upgrade/updates.
I am not sure about this. I am using zorin as downloaded, I did not modify it. My screen shows planets, the desktop is the same it has always been. The only problem I had was with Brave something to do with the graphics adaptor, found a solution in this forum.
Parkie
Please verify with:
ls /etc/apt/sources.list.d
bob@bob-Inspiron-3541:~/Desktop$ ls /etc/apt/sources.list.d
mozilla.list zorinos-ubuntu-drivers-jammy.list
zorin.list zorinos-ubuntu-patches-jammy.list
zorinos-ubuntu-apps-jammy.list zorinos-ubuntu-stable-jammy.list
bob@bob-Inspiron-3541:~/Desktop$
bob@bob-Inspiron-3541:~/Desktop$ ls /etc/apt/sources.list.d
mozilla.list zorinos-ubuntu-drivers-jammy.list
zorin.list zorinos-ubuntu-patches-jammy.list
zorinos-ubuntu-apps-jammy.list zorinos-ubuntu-stable-jammy.list
bob@bob-Inspiron-3541:~/Desktop$
How about
cat /etc/apt/sources.list
Everything above looks fine.
bob@bob-Inspiron-3541:~$ cat /etc/apt/sources.list
# deb cdrom:[Zorin-OS 17.3 Core 64bit]/ jammy main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ jammy main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ jammy main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ jammy-updates main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ jammy-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ jammy universe
# deb-src http://us.archive.ubuntu.com/ubuntu/ jammy universe
deb http://us.archive.ubuntu.com/ubuntu/ jammy-updates universe
# deb-src http://us.archive.ubuntu.com/ubuntu/ jammy-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://us.archive.ubuntu.com/ubuntu/ jammy multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ jammy multiverse
deb http://us.archive.ubuntu.com/ubuntu/ jammy-updates multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ jammy-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu jammy-security main restricted
# deb-src http://security.ubuntu.com/ubuntu jammy-security main restricted
deb http://security.ubuntu.com/ubuntu jammy-security universe
# deb-src http://security.ubuntu.com/ubuntu jammy-security universe
deb http://security.ubuntu.com/ubuntu jammy-security multiverse
# deb-src http://security.ubuntu.com/ubuntu jammy-security multiverse
# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
bob@bob-Inspiron-3541:~$
All that looks good too.
The package in question is not a part of Zorin OS. It may be left over from some other package...
sudo apt remove libkf5khtml5
sudo apt clean && sudo apt update && sudo apt upgrade
Then run the Zorin Upgrader to test...
Thanks, I will give this a try. I thank you for you help and support. I've had a couple of stokes so not as sharp as I used to be.
Sorry, to hi-jack the thread.
I have been following the thread, as I have exactly the same issues.
Following Aravisian's comment, I have carried out the instructions with the result that the upgrader is now telling me all is good to go.
So nice one.
I did as you suggested and it worked. I was able to upgrade 17.3 to 18.1. This dell has a real lousy graphics adapter and I had to put in a fix in 17.3 to get Brave to work. After the upgrade to 18, I was able to lower the resolution so brave worked. Everything else went smooth.
Thankx again for the help.