This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

Transaction failed: The package system is broken

jeffbanfield00

Fri Jan 10, 2020 2:24:05 pm

The Package system is broken

Check if you are using third party repositories. If so disable them, since they are a common source of problems.
Furthermore run the following command in a Terminal: apt-get install -f
Transaction failed: The package system is broken
The following packages have unmet dependencies:

oracle-java8-installer: Depends: java-common (>= 0.24) but it is not installed

Not sure what to do can anyone help?

Swarfendor437

Fri Jan 10, 2020 10:24:48 pm

There have been a lot of java issues. Open java is not the official java package. To install to Linux you have to register your details with Oracle, the proprietary licence holder of java.

See this thread:

viewtopic.php?f=5&t=14848&hilit=java

Aravisian

Fri Jan 10, 2020 10:45:49 pm

jeffbanfield00 wrote:The Package system is broken

Check if you are using third party repositories. If so disable them, since they are a common source of problems.
Furthermore run the following command in a Terminal: apt-get install -f
Transaction failed: The package system is broken
The following packages have unmet dependencies:

oracle-java8-installer: Depends: java-common (>= 0.24) but it is not installed

Not sure what to do can anyone help?

Swarf is totally right. You do not want to install Java from the Ubuntu repositories.
This guide will help you with each step:
https://tecadmin.net/install-oracle-jav ... 04-bionic/
If you are missing a dependency, try to install in terminal and when it says "Leaving unconfigured. Dependency not satisfied" try in terminal as your next line:
Code:
sudo apt-get --fix-broken install