this post was submitted on 05 Aug 2022
7 points (88.9% liked)

Linux

47557 readers
615 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Problem

A few days ago, i wanted to update my system, but run into the following error:

user@pop-os:~$ sudo apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 gir1.2-mutter-10 : Depends: libmutter-10-0 (= 42.2-0ubuntu1pop1~1656366415~22.04~8e50951) but 42.3-1ubuntu1pop1~1658401497~22.04~928bf97 is installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

Trying to upgrade using the Pop!_Shop application failed as well. The shop just crashes a moment after starting the update process.

The recommended apt --fix-broken install doesn't work as well, "too many errors".

Solution

I found this reddit post describing the same problem. The first answer contains a solution that worked for me:

sudo dpkg --configure -a
sudo apt --fix-broken install

# then of course
sudo apt upgrade

I thought to share this here, so we don't have to leave the fediverse to fix this problem.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here