Can't upgrade to 18.04 (due to seemingly unupgradable packages)?Could not calculate upgrade from Maverick Meerkat to Natty NarwhalPartial distribution upgrade 14.01 to 14.10 lost permissions to do anythingbroken packages with PgAdmin3 version 1.20 in Ubuntu 14 LTSWhy doesn't adding the Kubuntu backports ppa allow me to get the latest KDE version?showing error while upgrading ubuntu 14.04apt update 35 updates available -> no upgrade post in Artfulcan't upgrade or installUpgrade to 16.04 failed - no network connectionCan't upgrade Ubuntu 16.04.5 LTS to 18.04.1 LTS because can't upgrade libbluray-bdjNode js trouble intallation after removing nodejs, to update to latest stable version
Do VLANs within a subnet need to have their own subnet for router on a stick?
To string or not to string
Minkowski space
The use of multiple foreign keys on same column in SQL Server
Can a Warlock become Neutral Good?
Risk of getting Chronic Wasting Disease (CWD) in the United States?
Approximately how much travel time was saved by the opening of the Suez Canal in 1869?
How do we improve the relationship with a client software team that performs poorly and is becoming less collaborative?
Is it unprofessional to ask if a job posting on GlassDoor is real?
I’m planning on buying a laser printer but concerned about the life cycle of toner in the machine
How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?
Has the BBC provided arguments for saying Brexit being cancelled is unlikely?
Can I ask the recruiters in my resume to put the reason why I am rejected?
How does one intimidate enemies without having the capacity for violence?
Accidentally leaked the solution to an assignment, what to do now? (I'm the prof)
can i play a electric guitar through a bass amp?
Is this a crack on the carbon frame?
What are the differences between the usage of 'it' and 'they'?
What does it mean : "Canonical representative of Sbox is 0123468A5BCF79DE"? and How can we calculate this representative for Sbox?
How to find program name(s) of an installed package?
Can I make popcorn with any corn?
Prove that NP is closed under karp reduction?
What is the word for reserving something for yourself before others do?
Python: next in for loop
Can't upgrade to 18.04 (due to seemingly unupgradable packages)?
Could not calculate upgrade from Maverick Meerkat to Natty NarwhalPartial distribution upgrade 14.01 to 14.10 lost permissions to do anythingbroken packages with PgAdmin3 version 1.20 in Ubuntu 14 LTSWhy doesn't adding the Kubuntu backports ppa allow me to get the latest KDE version?showing error while upgrading ubuntu 14.04apt update 35 updates available -> no upgrade post in Artfulcan't upgrade or installUpgrade to 16.04 failed - no network connectionCan't upgrade Ubuntu 16.04.5 LTS to 18.04.1 LTS because can't upgrade libbluray-bdjNode js trouble intallation after removing nodejs, to update to latest stable version
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Trying to upgrade 16.04 to 18.04 (following this article) and having problem that seems to be related to packages not being upgraded, yet when trying to upgrade the packages am told that those packages cannot be upgraded. Upgrade attempt logs provided below, but not sure the best way to interpret the problem from them. Any advice would be appreciated.
➜ ~ /usr/lib/ubuntu-release-upgrader/check-new-release-gtk
/usr/lib/ubuntu-release-upgrader/check-new-release-gtk:30: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
from gi.repository import Gtk
Checking for a new Ubuntu release
Please install all available updates for your release before upgrading.
➜ ~ sudo apt update
....
http://ppa.launchpad.net/qbittorrent-team/qbittorrent-stable/ubuntu xenial InRelease
Hit:43 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial InRelease
Fetched 326 kB in 2s (125 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
2 packages can be upgraded. Run 'apt list --upgradable' to see them.
W: http://download.ebz.epson.net/dsc/op/stable/debian/dists/lsb3.2/Release.gpg: Signature by key E5220FB7014D0FBDA50DFC2BE5E86C008AA65D56 uses weak digest algorithm (SHA1)
➜ ~ apt list --upgradable
Listing... Done
cuda/unknown 10.1.105-1 amd64 [upgradable from: 9.2.148-1]
cuda-drivers/unknown 418.40.04-1 amd64 [upgradable from: 396.44-1]
➜ ~ sudo apt upgrade cuda cuda-drivers
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... 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:
cuda-drivers : Depends: nvidia-418 (>= 418.40.04) but it is not going to be installed
Depends: nvidia-418-dev (>= 418.40.04) but it is not going to be installed
Depends: libcuda1-418 (>= 418.40.04) but it is not going to be installed
Depends: nvidia-opencl-icd-418 (>= 418.40.04) but it is not going to be installed
E: Broken packages
➜ ~ sudo apt upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
cuda-command-line-tools-10-0 cuda-command-line-tools-10-1 cuda-compiler-10-0 cuda-compiler-10-1
....
Use 'sudo apt autoremove' to remove them.
The following packages have been kept back:
cuda cuda-drivers
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
➜ ~ sudo apt upgrade cuda cuda-drivers
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... 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:
cuda-drivers : Depends: nvidia-418 (>= 418.40.04) but it is not going to be installed
Depends: nvidia-418-dev (>= 418.40.04) but it is not going to be installed
Depends: libcuda1-418 (>= 418.40.04) but it is not going to be installed
Depends: nvidia-opencl-icd-418 (>= 418.40.04) but it is not going to be installed
E: Broken packages
upgrade
add a comment |
Trying to upgrade 16.04 to 18.04 (following this article) and having problem that seems to be related to packages not being upgraded, yet when trying to upgrade the packages am told that those packages cannot be upgraded. Upgrade attempt logs provided below, but not sure the best way to interpret the problem from them. Any advice would be appreciated.
➜ ~ /usr/lib/ubuntu-release-upgrader/check-new-release-gtk
/usr/lib/ubuntu-release-upgrader/check-new-release-gtk:30: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
from gi.repository import Gtk
Checking for a new Ubuntu release
Please install all available updates for your release before upgrading.
➜ ~ sudo apt update
....
http://ppa.launchpad.net/qbittorrent-team/qbittorrent-stable/ubuntu xenial InRelease
Hit:43 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial InRelease
Fetched 326 kB in 2s (125 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
2 packages can be upgraded. Run 'apt list --upgradable' to see them.
W: http://download.ebz.epson.net/dsc/op/stable/debian/dists/lsb3.2/Release.gpg: Signature by key E5220FB7014D0FBDA50DFC2BE5E86C008AA65D56 uses weak digest algorithm (SHA1)
➜ ~ apt list --upgradable
Listing... Done
cuda/unknown 10.1.105-1 amd64 [upgradable from: 9.2.148-1]
cuda-drivers/unknown 418.40.04-1 amd64 [upgradable from: 396.44-1]
➜ ~ sudo apt upgrade cuda cuda-drivers
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... 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:
cuda-drivers : Depends: nvidia-418 (>= 418.40.04) but it is not going to be installed
Depends: nvidia-418-dev (>= 418.40.04) but it is not going to be installed
Depends: libcuda1-418 (>= 418.40.04) but it is not going to be installed
Depends: nvidia-opencl-icd-418 (>= 418.40.04) but it is not going to be installed
E: Broken packages
➜ ~ sudo apt upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
cuda-command-line-tools-10-0 cuda-command-line-tools-10-1 cuda-compiler-10-0 cuda-compiler-10-1
....
Use 'sudo apt autoremove' to remove them.
The following packages have been kept back:
cuda cuda-drivers
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
➜ ~ sudo apt upgrade cuda cuda-drivers
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... 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:
cuda-drivers : Depends: nvidia-418 (>= 418.40.04) but it is not going to be installed
Depends: nvidia-418-dev (>= 418.40.04) but it is not going to be installed
Depends: libcuda1-418 (>= 418.40.04) but it is not going to be installed
Depends: nvidia-opencl-icd-418 (>= 418.40.04) but it is not going to be installed
E: Broken packages
upgrade
add a comment |
Trying to upgrade 16.04 to 18.04 (following this article) and having problem that seems to be related to packages not being upgraded, yet when trying to upgrade the packages am told that those packages cannot be upgraded. Upgrade attempt logs provided below, but not sure the best way to interpret the problem from them. Any advice would be appreciated.
➜ ~ /usr/lib/ubuntu-release-upgrader/check-new-release-gtk
/usr/lib/ubuntu-release-upgrader/check-new-release-gtk:30: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
from gi.repository import Gtk
Checking for a new Ubuntu release
Please install all available updates for your release before upgrading.
➜ ~ sudo apt update
....
http://ppa.launchpad.net/qbittorrent-team/qbittorrent-stable/ubuntu xenial InRelease
Hit:43 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial InRelease
Fetched 326 kB in 2s (125 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
2 packages can be upgraded. Run 'apt list --upgradable' to see them.
W: http://download.ebz.epson.net/dsc/op/stable/debian/dists/lsb3.2/Release.gpg: Signature by key E5220FB7014D0FBDA50DFC2BE5E86C008AA65D56 uses weak digest algorithm (SHA1)
➜ ~ apt list --upgradable
Listing... Done
cuda/unknown 10.1.105-1 amd64 [upgradable from: 9.2.148-1]
cuda-drivers/unknown 418.40.04-1 amd64 [upgradable from: 396.44-1]
➜ ~ sudo apt upgrade cuda cuda-drivers
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... 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:
cuda-drivers : Depends: nvidia-418 (>= 418.40.04) but it is not going to be installed
Depends: nvidia-418-dev (>= 418.40.04) but it is not going to be installed
Depends: libcuda1-418 (>= 418.40.04) but it is not going to be installed
Depends: nvidia-opencl-icd-418 (>= 418.40.04) but it is not going to be installed
E: Broken packages
➜ ~ sudo apt upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
cuda-command-line-tools-10-0 cuda-command-line-tools-10-1 cuda-compiler-10-0 cuda-compiler-10-1
....
Use 'sudo apt autoremove' to remove them.
The following packages have been kept back:
cuda cuda-drivers
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
➜ ~ sudo apt upgrade cuda cuda-drivers
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... 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:
cuda-drivers : Depends: nvidia-418 (>= 418.40.04) but it is not going to be installed
Depends: nvidia-418-dev (>= 418.40.04) but it is not going to be installed
Depends: libcuda1-418 (>= 418.40.04) but it is not going to be installed
Depends: nvidia-opencl-icd-418 (>= 418.40.04) but it is not going to be installed
E: Broken packages
upgrade
Trying to upgrade 16.04 to 18.04 (following this article) and having problem that seems to be related to packages not being upgraded, yet when trying to upgrade the packages am told that those packages cannot be upgraded. Upgrade attempt logs provided below, but not sure the best way to interpret the problem from them. Any advice would be appreciated.
➜ ~ /usr/lib/ubuntu-release-upgrader/check-new-release-gtk
/usr/lib/ubuntu-release-upgrader/check-new-release-gtk:30: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
from gi.repository import Gtk
Checking for a new Ubuntu release
Please install all available updates for your release before upgrading.
➜ ~ sudo apt update
....
http://ppa.launchpad.net/qbittorrent-team/qbittorrent-stable/ubuntu xenial InRelease
Hit:43 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial InRelease
Fetched 326 kB in 2s (125 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
2 packages can be upgraded. Run 'apt list --upgradable' to see them.
W: http://download.ebz.epson.net/dsc/op/stable/debian/dists/lsb3.2/Release.gpg: Signature by key E5220FB7014D0FBDA50DFC2BE5E86C008AA65D56 uses weak digest algorithm (SHA1)
➜ ~ apt list --upgradable
Listing... Done
cuda/unknown 10.1.105-1 amd64 [upgradable from: 9.2.148-1]
cuda-drivers/unknown 418.40.04-1 amd64 [upgradable from: 396.44-1]
➜ ~ sudo apt upgrade cuda cuda-drivers
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... 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:
cuda-drivers : Depends: nvidia-418 (>= 418.40.04) but it is not going to be installed
Depends: nvidia-418-dev (>= 418.40.04) but it is not going to be installed
Depends: libcuda1-418 (>= 418.40.04) but it is not going to be installed
Depends: nvidia-opencl-icd-418 (>= 418.40.04) but it is not going to be installed
E: Broken packages
➜ ~ sudo apt upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
cuda-command-line-tools-10-0 cuda-command-line-tools-10-1 cuda-compiler-10-0 cuda-compiler-10-1
....
Use 'sudo apt autoremove' to remove them.
The following packages have been kept back:
cuda cuda-drivers
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
➜ ~ sudo apt upgrade cuda cuda-drivers
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... 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:
cuda-drivers : Depends: nvidia-418 (>= 418.40.04) but it is not going to be installed
Depends: nvidia-418-dev (>= 418.40.04) but it is not going to be installed
Depends: libcuda1-418 (>= 418.40.04) but it is not going to be installed
Depends: nvidia-opencl-icd-418 (>= 418.40.04) but it is not going to be installed
E: Broken packages
upgrade
upgrade
asked 13 mins ago
lampShadesDrifterlampShadesDrifter
1064
1064
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1131772%2fcant-upgrade-to-18-04-due-to-seemingly-unupgradable-packages%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1131772%2fcant-upgrade-to-18-04-due-to-seemingly-unupgradable-packages%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown