Hi,
This morning I found some update arrived for ZorinOS 17, but can't upgrade the system due to following error:
The following packages have been kept back:
libssl3 libssl3:i386 openssl
I tried to upgrade with both sudo apt dist-upgrade and sudo apt full-upgrade command, but still the packages are not upgrading.
How to fix this issue please? Thanks...
Something does not make sense. The "386" reference is for a 32-bit system but Zorin OS 17 is a 64-bit system. Did you install some other repository?
In terminal can you run
sudo apt update && sudo apt full-upgrade
Watch for any errors and report them if you see any.
I had that Hold-Back a couple of times in the Past. In my Case the simple Solution was to wait a couple Days and then the Installation comes.
The i386 Description is for 32bit Intel-CPU's as far as I know.
No other error came, just the following output:
The following packages have been kept back:
libssl3 libssl3:i386 openssl
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
Yes, I have google chrome and OneDrive repository available.
Ok, try changing to main server. Launch Software & Updates
and under Download from, select main server.
Run
sudo apt update && sudo apt upgrade
If that does not work, try:
sudo apt --with-new-pkgs upgrade libssl3 libssl3:i386 openssl
system
Closed
10
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.