Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade problem: unmet dependencies #263

Open
fluidvoice opened this issue Feb 22, 2022 · 4 comments
Open

upgrade problem: unmet dependencies #263

fluidvoice opened this issue Feb 22, 2022 · 4 comments

Comments

@fluidvoice
Copy link

fluidvoice commented Feb 22, 2022

new issue via: #256

$ sudo apt policy pop-upgrade
[sudo] password for brad:
pop-upgrade:
Installed: 1.0.0164210650021.04788fc60
Candidate: 1.0.0
164210650021.04788fc60
Version table:
*** 1.0.0164210650021.04~788fc60 1001
1001 http://ppa.launchpad.net/system76/pop/ubuntu hirsute/main amd64 Packages
100 /var/lib/dpkg/status

#244 included fixes for ppp/libnm0 dependency issues. The version including that fix, 788fc60, was finally released on 21.04 today (it was released on 20.04 and 18.04 last week.) Closing this issue & any new occurrences will have to be triaged separately.

That's great, but how do people install it?

When attempting update I get:

The following packages have unmet dependencies:
network-manager: Depends: libnm0 (= 1.30.0-1ubuntu3) but 1.32.12-0ubuntu1 is installed
Breaks: ppp (>= 2.4.7-3~) but 2.4.9-1+1ubuntu1 is installed
network-manager-pptp: Depends: ppp (< 2.4.7-3~) but 2.4.9-1+1ubuntu1 is installed

When attempting to download the upgrade I get:
Screenshot from 2022-02-22 16-10-16

Originally posted by @fluidvoice in #256 (comment)

@jacobgkau
Copy link
Member

Please run the six commands suggested in your screenshot, copy/paste the complete terminal output into a text file, and attach it to a comment so we can see what sources are currently configured on your system and what state the package manager is in.

sudo apt clean
sudo apt update -m
sudo dpkg --configure -a
sudo apt install -f
sudo apt dist-upgrade
sudo apt autoremove --purge

System76 customers can reach out to support for technical assistance. For non-System76 hardware, you can seek community support on Reddit or Mattermost.

@fluidvoice
Copy link
Author

fluidvoice commented Feb 22, 2022

Please run the six commands suggested

...
brad@pop-os:$ sudo dpkg --configure -a
brad@pop-os:
$ sudo apt install -f
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Correcting dependencies... failed.
The following packages have unmet dependencies:
network-manager : Depends: libnm0 (= 1.30.0-1ubuntu3) but 1.32.12-0ubuntu1 is installed
Recommends: ppp but it is not installed
network-manager-pptp : Depends: ppp (< 2.4.7-3~) but it is not installed
Depends: ppp (>= 2.4.7-2+~) but it is not installed
pptp-linux : Depends: ppp but it is not installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
E: Unable to correct dependencies

@jacobgkau
Copy link
Member

@fluidvoice That output is not sufficient. Please provide the complete terminal output from all six commands in a text file. At the very least, we need to start with the apt update output.

@jacobgkau
Copy link
Member

GitHub is not set up to be a place for support requests with a lot of back-and-forth; as an alternative, you are welcome to join the Pop!_OS Mattermost chat, it has a channel for assistance with upgrade issues: https://chat.pop-os.org/pop-os/channels/upgrade-help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants