Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 2921  / 1 Year ago, tue, march 7, 2023, 9:19:24

I added the required PPA for Cinnamon. Now when I run sudo apt-get install cinnamon, I get the unmet dependencies error.



Reading package lists... Done
Building dependency tree
Reading state information... Done
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:
cinnamon : Depends: gir1.2-muffin-3.0 but it is not going to be installed
Depends: libcogl5 (>= 1.7.4) but it is not going to be installed
Depends: libmuffin0 (>= 1.0.2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


Any suggestions?


More From » apt

 Answers
0

For me, these commands work fine to fix the error:



sudo rm /etc/apt/sources.list.d/gnome3-team-gnome3-oneiric.list* merlwiz79-cinnamon-ppa-oneiric.list* ricotz-testing-oneiric.list*
sudo apt-get update
sudo apt-get purge gnome-desktop3-data
sudo apt-get install cinnamon

[#39773] Tuesday, March 7, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
bearous

Total Points: 226
Total Questions: 116
Total Answers: 136

Location: Guernsey
Member since Sun, Jan 10, 2021
3 Years ago
;