|
by The PCLinuxOS Community
Relevant to all PCLinuxOS editions

ErrorMessage displayed
This is an error produced when trying to update your PCLinuxOS distribution.
Situations that generate this error:
- While updating via Synaptic
- While updating via command line using 'apt-get'
Cause of the error
The cause is most likely some conflicting names of the packages between older packages on your computer and those on the update server, resulting in unresolved dependency.
A screenshot of Synaptic throwing this error is not available. Here is a sample command line output including the error.
After issuing the following command
apt-get dist-upgrade
you get this output
Reading Package Lists... Done
Building Dependency Tree... Done
Calculating Upgrade... Failed
The following packages have unmet dependencies:
plymouth-theme-coffee: Obsoletes: plymouth-theme-Coffee
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
This particular example was due to the new package being named in all lower case, compared to the lone uppercase for Coffee in the earlier version.
The Solution
- Make a note of the offending package(s)
- Open Synaptic
- Mark the offending package for complete removal
- Click Apply
Then your update should proceed smoothly. After your update is complete, reinstall the updated version.
Remember that everything in Linux is case-sensitive. In Linux, “coffee” and “Coffee” and “COFFEE” are three totally different things.
|