Can't upgrade Ubuntu 16.04.5 LTS to 18.04.1 LTS because can't upgrade libbluray-bdj
I am unable to upgrade from Ubuntu 16.04.5 LTS to 18.04.1 LTS because one package has not been upgraded (libbluray-bdj). When I try to upgrade it, it can't be upgraded because it depends on a package (libasm-java) that is not upgradable because it has no installation candidate. When I try to remove libbluray-bdj, it tells me it will remove ubuntu-mate-desktop which I don't want to do.
I was performing the upgrade via the terminal because I did a partial upgrade through Software Updater previously (before I ran into these problems), and I don't want to leave my system in a partial uprade state between 16.04.5 and 18.04.1.
I just want to upgrade to 18.04.1. Thanks!
Here are the commands I used and their outputs:
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.5 LTS
Release: 16.04
Codename: xenial
sudo apt update && sudo apt upgrade
1 package can be upgraded. Run 'apt list --upgradable' to see it.
apt list --upgradable -a
libbluray-bdj/xenial,xenial 1:1.0.2-3~xenial all [upgradable from: 1:0.9.2-2]
N: There is 1 additional version. Please use the '-a' switch to see it
sudo apt-get dist-upgrade
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
sudo apt-get upgrade -y
The following packages have been kept back:
libbluray-bdj
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
sudo do-release-upgrade
Please install all available updates for your release before upgrading.
sudo apt-get dist-upgrade libbluray-bdj
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Error!
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:
libbluray-bdj : Depends: libasm-java but it is not installable
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
sudo apt-get dist-upgrade libasm-java
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libasm-java is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libasm-java' has no installation candidate
sudo apt-get remove libbluray-bdj
The following packages will be REMOVED:
libbluray-bdj ubuntu-mate-desktop
and I don't want to remove ubuntu-mate-desktop.
UPDATE:
Here are the contents of /etc/apt/sources.list:
$ cat /etc/apt/sources.list
# deb cdrom:[Ubuntu-MATE 16.04.2 LTS _Xenial Xerus_ - Release amd64 (20170215)]/ xenial main multiverse restricted universe
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ xenial main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ xenial universe
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial universe
deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates universe
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://us.archive.ubuntu.com/ubuntu/ xenial multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial multiverse
deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu xenial partner
# deb-src http://archive.canonical.com/ubuntu xenial partner
deb http://security.ubuntu.com/ubuntu xenial-security main restricted
# deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted
deb http://security.ubuntu.com/ubuntu xenial-security universe
# deb-src http://security.ubuntu.com/ubuntu xenial-security universe
deb http://security.ubuntu.com/ubuntu xenial-security multiverse
# deb-src http://security.ubuntu.com/ubuntu xenial-security multiverse
apt package-management upgrade dependencies
New contributor
|
show 1 more comment
I am unable to upgrade from Ubuntu 16.04.5 LTS to 18.04.1 LTS because one package has not been upgraded (libbluray-bdj). When I try to upgrade it, it can't be upgraded because it depends on a package (libasm-java) that is not upgradable because it has no installation candidate. When I try to remove libbluray-bdj, it tells me it will remove ubuntu-mate-desktop which I don't want to do.
I was performing the upgrade via the terminal because I did a partial upgrade through Software Updater previously (before I ran into these problems), and I don't want to leave my system in a partial uprade state between 16.04.5 and 18.04.1.
I just want to upgrade to 18.04.1. Thanks!
Here are the commands I used and their outputs:
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.5 LTS
Release: 16.04
Codename: xenial
sudo apt update && sudo apt upgrade
1 package can be upgraded. Run 'apt list --upgradable' to see it.
apt list --upgradable -a
libbluray-bdj/xenial,xenial 1:1.0.2-3~xenial all [upgradable from: 1:0.9.2-2]
N: There is 1 additional version. Please use the '-a' switch to see it
sudo apt-get dist-upgrade
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
sudo apt-get upgrade -y
The following packages have been kept back:
libbluray-bdj
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
sudo do-release-upgrade
Please install all available updates for your release before upgrading.
sudo apt-get dist-upgrade libbluray-bdj
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Error!
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:
libbluray-bdj : Depends: libasm-java but it is not installable
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
sudo apt-get dist-upgrade libasm-java
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libasm-java is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libasm-java' has no installation candidate
sudo apt-get remove libbluray-bdj
The following packages will be REMOVED:
libbluray-bdj ubuntu-mate-desktop
and I don't want to remove ubuntu-mate-desktop.
UPDATE:
Here are the contents of /etc/apt/sources.list:
$ cat /etc/apt/sources.list
# deb cdrom:[Ubuntu-MATE 16.04.2 LTS _Xenial Xerus_ - Release amd64 (20170215)]/ xenial main multiverse restricted universe
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ xenial main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ xenial universe
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial universe
deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates universe
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://us.archive.ubuntu.com/ubuntu/ xenial multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial multiverse
deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu xenial partner
# deb-src http://archive.canonical.com/ubuntu xenial partner
deb http://security.ubuntu.com/ubuntu xenial-security main restricted
# deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted
deb http://security.ubuntu.com/ubuntu xenial-security universe
# deb-src http://security.ubuntu.com/ubuntu xenial-security universe
deb http://security.ubuntu.com/ubuntu xenial-security multiverse
# deb-src http://security.ubuntu.com/ubuntu xenial-security multiverse
apt package-management upgrade dependencies
New contributor
Can you append to your question, the contents of/etc/apt/sources.list
– Charles Green
9 hours ago
Contents of /etc/apt/sources.list appended.
– wdb
9 hours ago
1
I don't have an answer for this, but I had noticed that https://packages.ubuntu.com was behaving poorly yesterday. Today it does not show 'libasm-java' in Xenial, although it does appear in Trusty and Bionix. I think you could wait it out (ugly) or contact the server administrator "rhonda@ubuntu.com"
– Charles Green
9 hours ago
Thanks, @CharlesGreen
– wdb
6 hours ago
It appears that the package is back and available now - Please trysudo apt update && sudo apt upgrade
again
– Charles Green
6 hours ago
|
show 1 more comment
I am unable to upgrade from Ubuntu 16.04.5 LTS to 18.04.1 LTS because one package has not been upgraded (libbluray-bdj). When I try to upgrade it, it can't be upgraded because it depends on a package (libasm-java) that is not upgradable because it has no installation candidate. When I try to remove libbluray-bdj, it tells me it will remove ubuntu-mate-desktop which I don't want to do.
I was performing the upgrade via the terminal because I did a partial upgrade through Software Updater previously (before I ran into these problems), and I don't want to leave my system in a partial uprade state between 16.04.5 and 18.04.1.
I just want to upgrade to 18.04.1. Thanks!
Here are the commands I used and their outputs:
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.5 LTS
Release: 16.04
Codename: xenial
sudo apt update && sudo apt upgrade
1 package can be upgraded. Run 'apt list --upgradable' to see it.
apt list --upgradable -a
libbluray-bdj/xenial,xenial 1:1.0.2-3~xenial all [upgradable from: 1:0.9.2-2]
N: There is 1 additional version. Please use the '-a' switch to see it
sudo apt-get dist-upgrade
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
sudo apt-get upgrade -y
The following packages have been kept back:
libbluray-bdj
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
sudo do-release-upgrade
Please install all available updates for your release before upgrading.
sudo apt-get dist-upgrade libbluray-bdj
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Error!
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:
libbluray-bdj : Depends: libasm-java but it is not installable
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
sudo apt-get dist-upgrade libasm-java
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libasm-java is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libasm-java' has no installation candidate
sudo apt-get remove libbluray-bdj
The following packages will be REMOVED:
libbluray-bdj ubuntu-mate-desktop
and I don't want to remove ubuntu-mate-desktop.
UPDATE:
Here are the contents of /etc/apt/sources.list:
$ cat /etc/apt/sources.list
# deb cdrom:[Ubuntu-MATE 16.04.2 LTS _Xenial Xerus_ - Release amd64 (20170215)]/ xenial main multiverse restricted universe
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ xenial main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ xenial universe
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial universe
deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates universe
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://us.archive.ubuntu.com/ubuntu/ xenial multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial multiverse
deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu xenial partner
# deb-src http://archive.canonical.com/ubuntu xenial partner
deb http://security.ubuntu.com/ubuntu xenial-security main restricted
# deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted
deb http://security.ubuntu.com/ubuntu xenial-security universe
# deb-src http://security.ubuntu.com/ubuntu xenial-security universe
deb http://security.ubuntu.com/ubuntu xenial-security multiverse
# deb-src http://security.ubuntu.com/ubuntu xenial-security multiverse
apt package-management upgrade dependencies
New contributor
I am unable to upgrade from Ubuntu 16.04.5 LTS to 18.04.1 LTS because one package has not been upgraded (libbluray-bdj). When I try to upgrade it, it can't be upgraded because it depends on a package (libasm-java) that is not upgradable because it has no installation candidate. When I try to remove libbluray-bdj, it tells me it will remove ubuntu-mate-desktop which I don't want to do.
I was performing the upgrade via the terminal because I did a partial upgrade through Software Updater previously (before I ran into these problems), and I don't want to leave my system in a partial uprade state between 16.04.5 and 18.04.1.
I just want to upgrade to 18.04.1. Thanks!
Here are the commands I used and their outputs:
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.5 LTS
Release: 16.04
Codename: xenial
sudo apt update && sudo apt upgrade
1 package can be upgraded. Run 'apt list --upgradable' to see it.
apt list --upgradable -a
libbluray-bdj/xenial,xenial 1:1.0.2-3~xenial all [upgradable from: 1:0.9.2-2]
N: There is 1 additional version. Please use the '-a' switch to see it
sudo apt-get dist-upgrade
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
sudo apt-get upgrade -y
The following packages have been kept back:
libbluray-bdj
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
sudo do-release-upgrade
Please install all available updates for your release before upgrading.
sudo apt-get dist-upgrade libbluray-bdj
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Error!
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:
libbluray-bdj : Depends: libasm-java but it is not installable
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
sudo apt-get dist-upgrade libasm-java
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libasm-java is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libasm-java' has no installation candidate
sudo apt-get remove libbluray-bdj
The following packages will be REMOVED:
libbluray-bdj ubuntu-mate-desktop
and I don't want to remove ubuntu-mate-desktop.
UPDATE:
Here are the contents of /etc/apt/sources.list:
$ cat /etc/apt/sources.list
# deb cdrom:[Ubuntu-MATE 16.04.2 LTS _Xenial Xerus_ - Release amd64 (20170215)]/ xenial main multiverse restricted universe
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ xenial main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ xenial universe
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial universe
deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates universe
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://us.archive.ubuntu.com/ubuntu/ xenial multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial multiverse
deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu xenial partner
# deb-src http://archive.canonical.com/ubuntu xenial partner
deb http://security.ubuntu.com/ubuntu xenial-security main restricted
# deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted
deb http://security.ubuntu.com/ubuntu xenial-security universe
# deb-src http://security.ubuntu.com/ubuntu xenial-security universe
deb http://security.ubuntu.com/ubuntu xenial-security multiverse
# deb-src http://security.ubuntu.com/ubuntu xenial-security multiverse
apt package-management upgrade dependencies
apt package-management upgrade dependencies
New contributor
New contributor
edited 9 hours ago
wdb
New contributor
asked 10 hours ago
wdbwdb
1012
1012
New contributor
New contributor
Can you append to your question, the contents of/etc/apt/sources.list
– Charles Green
9 hours ago
Contents of /etc/apt/sources.list appended.
– wdb
9 hours ago
1
I don't have an answer for this, but I had noticed that https://packages.ubuntu.com was behaving poorly yesterday. Today it does not show 'libasm-java' in Xenial, although it does appear in Trusty and Bionix. I think you could wait it out (ugly) or contact the server administrator "rhonda@ubuntu.com"
– Charles Green
9 hours ago
Thanks, @CharlesGreen
– wdb
6 hours ago
It appears that the package is back and available now - Please trysudo apt update && sudo apt upgrade
again
– Charles Green
6 hours ago
|
show 1 more comment
Can you append to your question, the contents of/etc/apt/sources.list
– Charles Green
9 hours ago
Contents of /etc/apt/sources.list appended.
– wdb
9 hours ago
1
I don't have an answer for this, but I had noticed that https://packages.ubuntu.com was behaving poorly yesterday. Today it does not show 'libasm-java' in Xenial, although it does appear in Trusty and Bionix. I think you could wait it out (ugly) or contact the server administrator "rhonda@ubuntu.com"
– Charles Green
9 hours ago
Thanks, @CharlesGreen
– wdb
6 hours ago
It appears that the package is back and available now - Please trysudo apt update && sudo apt upgrade
again
– Charles Green
6 hours ago
Can you append to your question, the contents of
/etc/apt/sources.list
– Charles Green
9 hours ago
Can you append to your question, the contents of
/etc/apt/sources.list
– Charles Green
9 hours ago
Contents of /etc/apt/sources.list appended.
– wdb
9 hours ago
Contents of /etc/apt/sources.list appended.
– wdb
9 hours ago
1
1
I don't have an answer for this, but I had noticed that https://packages.ubuntu.com was behaving poorly yesterday. Today it does not show 'libasm-java' in Xenial, although it does appear in Trusty and Bionix. I think you could wait it out (ugly) or contact the server administrator "rhonda@ubuntu.com"
– Charles Green
9 hours ago
I don't have an answer for this, but I had noticed that https://packages.ubuntu.com was behaving poorly yesterday. Today it does not show 'libasm-java' in Xenial, although it does appear in Trusty and Bionix. I think you could wait it out (ugly) or contact the server administrator "rhonda@ubuntu.com"
– Charles Green
9 hours ago
Thanks, @CharlesGreen
– wdb
6 hours ago
Thanks, @CharlesGreen
– wdb
6 hours ago
It appears that the package is back and available now - Please try
sudo apt update && sudo apt upgrade
again– Charles Green
6 hours ago
It appears that the package is back and available now - Please try
sudo apt update && sudo apt upgrade
again– Charles Green
6 hours ago
|
show 1 more 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
});
}
});
wdb is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1117986%2fcant-upgrade-ubuntu-16-04-5-lts-to-18-04-1-lts-because-cant-upgrade-libbluray%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
wdb is a new contributor. Be nice, and check out our Code of Conduct.
wdb is a new contributor. Be nice, and check out our Code of Conduct.
wdb is a new contributor. Be nice, and check out our Code of Conduct.
wdb is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1117986%2fcant-upgrade-ubuntu-16-04-5-lts-to-18-04-1-lts-because-cant-upgrade-libbluray%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
Can you append to your question, the contents of
/etc/apt/sources.list
– Charles Green
9 hours ago
Contents of /etc/apt/sources.list appended.
– wdb
9 hours ago
1
I don't have an answer for this, but I had noticed that https://packages.ubuntu.com was behaving poorly yesterday. Today it does not show 'libasm-java' in Xenial, although it does appear in Trusty and Bionix. I think you could wait it out (ugly) or contact the server administrator "rhonda@ubuntu.com"
– Charles Green
9 hours ago
Thanks, @CharlesGreen
– wdb
6 hours ago
It appears that the package is back and available now - Please try
sudo apt update && sudo apt upgrade
again– Charles Green
6 hours ago