Ubuntu 16.04: E: Package 'libqwt6' has no installation candidate
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
I have already tried sudo apt-get update & sudo apt-get upgrade. It didn't work.
I tried to install the package by sudo apt install libqwt, but I get the same error.
Any type of help is highly appreciated.
16.04
add a comment |Â
up vote
0
down vote
favorite
I have already tried sudo apt-get update & sudo apt-get upgrade. It didn't work.
I tried to install the package by sudo apt install libqwt, but I get the same error.
Any type of help is highly appreciated.
16.04
Be careful & accurate with commands as&&
and&
have different meanings (and will likely have different results). The package 'libqwt6' is for Ubuntu 14.04 LTS (amd64, armhf, i38...) and isn't for 16.04 LTS (due changes, its purpose is provided by libqwt6abi1) packages.ubuntu.com/search?keywords=libqwt6
â guiverc
Feb 8 at 0:24
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have already tried sudo apt-get update & sudo apt-get upgrade. It didn't work.
I tried to install the package by sudo apt install libqwt, but I get the same error.
Any type of help is highly appreciated.
16.04
I have already tried sudo apt-get update & sudo apt-get upgrade. It didn't work.
I tried to install the package by sudo apt install libqwt, but I get the same error.
Any type of help is highly appreciated.
16.04
16.04
asked Feb 7 at 19:18
user792549
11
11
Be careful & accurate with commands as&&
and&
have different meanings (and will likely have different results). The package 'libqwt6' is for Ubuntu 14.04 LTS (amd64, armhf, i38...) and isn't for 16.04 LTS (due changes, its purpose is provided by libqwt6abi1) packages.ubuntu.com/search?keywords=libqwt6
â guiverc
Feb 8 at 0:24
add a comment |Â
Be careful & accurate with commands as&&
and&
have different meanings (and will likely have different results). The package 'libqwt6' is for Ubuntu 14.04 LTS (amd64, armhf, i38...) and isn't for 16.04 LTS (due changes, its purpose is provided by libqwt6abi1) packages.ubuntu.com/search?keywords=libqwt6
â guiverc
Feb 8 at 0:24
Be careful & accurate with commands as
&&
and &
have different meanings (and will likely have different results). The package 'libqwt6' is for Ubuntu 14.04 LTS (amd64, armhf, i38...) and isn't for 16.04 LTS (due changes, its purpose is provided by libqwt6abi1) packages.ubuntu.com/search?keywords=libqwt6â guiverc
Feb 8 at 0:24
Be careful & accurate with commands as
&&
and &
have different meanings (and will likely have different results). The package 'libqwt6' is for Ubuntu 14.04 LTS (amd64, armhf, i38...) and isn't for 16.04 LTS (due changes, its purpose is provided by libqwt6abi1) packages.ubuntu.com/search?keywords=libqwt6â guiverc
Feb 8 at 0:24
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
libqwt6
is only available in the repositories through Trusty. Since Trusty, there's been multiple packages produced by qwt
's source package:
- libqwt-dev: Qt widgets library for technical applications (development, qt4)
- libqwt-dev-dbgsym: debug symbols for package libqwt-dev
- libqwt-doc: Qt widgets library for technical applications (documentation)
- libqwt-headers: Qt widgets library for technical applications (header files)
- libqwt-qt5-6: Qt widgets library for technical applications (runtime, qt5)
- libqwt-qt5-6-dbgsym: debug symbols for package libqwt-qt5-6
- libqwt-qt5-dev: Qt widgets library for technical applications (development, qt5)
- libqwt-qt5-dev-dbgsym: debug symbols for libqwt-qt5-dev
- libqwt6abi1: Qt widgets library for technical applications (runtime, qt4)
- libqwt6abi1-dbgsym: debug symbols for libqwt6abi1
- libqwtmathml-dev: Text Engine for Qwt (development, qt4)
- libqwtmathml-qt5-6: Text Engine for Qwt (runtime, qt5)
- libqwtmathml-qt5-6-dbgsym: debug symbols for package libqwtmathml-qt5-6
- libqwtmathml-qt5-dev: Text Engine for Qwt (development, qt5)
- libqwtmathml6abi1: Text Engine for Qwt (runtime, qt4)
- libqwtmathml6abi1-dbgsym: debug symbols for libqwtmathml6abi1
It is likely that one of these packages are what you need, but it looks like there's different Qt version dependencies for each. Identify the one you need, and install that one specifically.
I am not able to install any of dbgsym packages, I am getting the "E: Unable to locate package libqwt-dev-dbgsym" error for each of them. I installed all other packages, yet I have the same issue (E: Package 'libqwt6' has no installation candidate).
â user792549
Feb 7 at 19:52
I have installed the packages, I am still getting the same error. Building dependency tree Reading state information... Done Note, selecting 'libncurses5-dev' instead of 'libncurses-dev' Package libqwt6 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 'libqwt6' has no installation candidate
â user792549
Feb 7 at 20:42
@user792549 It sounds like you need to runsudo apt-get update
among other things. Try runningsudo apt-get update
and then seeing if you can then get package candidates for installation. (I've only ever seen this on a system that hasn't updated recently)
â Thomas Wardâ¦
Feb 8 at 15:08
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
libqwt6
is only available in the repositories through Trusty. Since Trusty, there's been multiple packages produced by qwt
's source package:
- libqwt-dev: Qt widgets library for technical applications (development, qt4)
- libqwt-dev-dbgsym: debug symbols for package libqwt-dev
- libqwt-doc: Qt widgets library for technical applications (documentation)
- libqwt-headers: Qt widgets library for technical applications (header files)
- libqwt-qt5-6: Qt widgets library for technical applications (runtime, qt5)
- libqwt-qt5-6-dbgsym: debug symbols for package libqwt-qt5-6
- libqwt-qt5-dev: Qt widgets library for technical applications (development, qt5)
- libqwt-qt5-dev-dbgsym: debug symbols for libqwt-qt5-dev
- libqwt6abi1: Qt widgets library for technical applications (runtime, qt4)
- libqwt6abi1-dbgsym: debug symbols for libqwt6abi1
- libqwtmathml-dev: Text Engine for Qwt (development, qt4)
- libqwtmathml-qt5-6: Text Engine for Qwt (runtime, qt5)
- libqwtmathml-qt5-6-dbgsym: debug symbols for package libqwtmathml-qt5-6
- libqwtmathml-qt5-dev: Text Engine for Qwt (development, qt5)
- libqwtmathml6abi1: Text Engine for Qwt (runtime, qt4)
- libqwtmathml6abi1-dbgsym: debug symbols for libqwtmathml6abi1
It is likely that one of these packages are what you need, but it looks like there's different Qt version dependencies for each. Identify the one you need, and install that one specifically.
I am not able to install any of dbgsym packages, I am getting the "E: Unable to locate package libqwt-dev-dbgsym" error for each of them. I installed all other packages, yet I have the same issue (E: Package 'libqwt6' has no installation candidate).
â user792549
Feb 7 at 19:52
I have installed the packages, I am still getting the same error. Building dependency tree Reading state information... Done Note, selecting 'libncurses5-dev' instead of 'libncurses-dev' Package libqwt6 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 'libqwt6' has no installation candidate
â user792549
Feb 7 at 20:42
@user792549 It sounds like you need to runsudo apt-get update
among other things. Try runningsudo apt-get update
and then seeing if you can then get package candidates for installation. (I've only ever seen this on a system that hasn't updated recently)
â Thomas Wardâ¦
Feb 8 at 15:08
add a comment |Â
up vote
2
down vote
libqwt6
is only available in the repositories through Trusty. Since Trusty, there's been multiple packages produced by qwt
's source package:
- libqwt-dev: Qt widgets library for technical applications (development, qt4)
- libqwt-dev-dbgsym: debug symbols for package libqwt-dev
- libqwt-doc: Qt widgets library for technical applications (documentation)
- libqwt-headers: Qt widgets library for technical applications (header files)
- libqwt-qt5-6: Qt widgets library for technical applications (runtime, qt5)
- libqwt-qt5-6-dbgsym: debug symbols for package libqwt-qt5-6
- libqwt-qt5-dev: Qt widgets library for technical applications (development, qt5)
- libqwt-qt5-dev-dbgsym: debug symbols for libqwt-qt5-dev
- libqwt6abi1: Qt widgets library for technical applications (runtime, qt4)
- libqwt6abi1-dbgsym: debug symbols for libqwt6abi1
- libqwtmathml-dev: Text Engine for Qwt (development, qt4)
- libqwtmathml-qt5-6: Text Engine for Qwt (runtime, qt5)
- libqwtmathml-qt5-6-dbgsym: debug symbols for package libqwtmathml-qt5-6
- libqwtmathml-qt5-dev: Text Engine for Qwt (development, qt5)
- libqwtmathml6abi1: Text Engine for Qwt (runtime, qt4)
- libqwtmathml6abi1-dbgsym: debug symbols for libqwtmathml6abi1
It is likely that one of these packages are what you need, but it looks like there's different Qt version dependencies for each. Identify the one you need, and install that one specifically.
I am not able to install any of dbgsym packages, I am getting the "E: Unable to locate package libqwt-dev-dbgsym" error for each of them. I installed all other packages, yet I have the same issue (E: Package 'libqwt6' has no installation candidate).
â user792549
Feb 7 at 19:52
I have installed the packages, I am still getting the same error. Building dependency tree Reading state information... Done Note, selecting 'libncurses5-dev' instead of 'libncurses-dev' Package libqwt6 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 'libqwt6' has no installation candidate
â user792549
Feb 7 at 20:42
@user792549 It sounds like you need to runsudo apt-get update
among other things. Try runningsudo apt-get update
and then seeing if you can then get package candidates for installation. (I've only ever seen this on a system that hasn't updated recently)
â Thomas Wardâ¦
Feb 8 at 15:08
add a comment |Â
up vote
2
down vote
up vote
2
down vote
libqwt6
is only available in the repositories through Trusty. Since Trusty, there's been multiple packages produced by qwt
's source package:
- libqwt-dev: Qt widgets library for technical applications (development, qt4)
- libqwt-dev-dbgsym: debug symbols for package libqwt-dev
- libqwt-doc: Qt widgets library for technical applications (documentation)
- libqwt-headers: Qt widgets library for technical applications (header files)
- libqwt-qt5-6: Qt widgets library for technical applications (runtime, qt5)
- libqwt-qt5-6-dbgsym: debug symbols for package libqwt-qt5-6
- libqwt-qt5-dev: Qt widgets library for technical applications (development, qt5)
- libqwt-qt5-dev-dbgsym: debug symbols for libqwt-qt5-dev
- libqwt6abi1: Qt widgets library for technical applications (runtime, qt4)
- libqwt6abi1-dbgsym: debug symbols for libqwt6abi1
- libqwtmathml-dev: Text Engine for Qwt (development, qt4)
- libqwtmathml-qt5-6: Text Engine for Qwt (runtime, qt5)
- libqwtmathml-qt5-6-dbgsym: debug symbols for package libqwtmathml-qt5-6
- libqwtmathml-qt5-dev: Text Engine for Qwt (development, qt5)
- libqwtmathml6abi1: Text Engine for Qwt (runtime, qt4)
- libqwtmathml6abi1-dbgsym: debug symbols for libqwtmathml6abi1
It is likely that one of these packages are what you need, but it looks like there's different Qt version dependencies for each. Identify the one you need, and install that one specifically.
libqwt6
is only available in the repositories through Trusty. Since Trusty, there's been multiple packages produced by qwt
's source package:
- libqwt-dev: Qt widgets library for technical applications (development, qt4)
- libqwt-dev-dbgsym: debug symbols for package libqwt-dev
- libqwt-doc: Qt widgets library for technical applications (documentation)
- libqwt-headers: Qt widgets library for technical applications (header files)
- libqwt-qt5-6: Qt widgets library for technical applications (runtime, qt5)
- libqwt-qt5-6-dbgsym: debug symbols for package libqwt-qt5-6
- libqwt-qt5-dev: Qt widgets library for technical applications (development, qt5)
- libqwt-qt5-dev-dbgsym: debug symbols for libqwt-qt5-dev
- libqwt6abi1: Qt widgets library for technical applications (runtime, qt4)
- libqwt6abi1-dbgsym: debug symbols for libqwt6abi1
- libqwtmathml-dev: Text Engine for Qwt (development, qt4)
- libqwtmathml-qt5-6: Text Engine for Qwt (runtime, qt5)
- libqwtmathml-qt5-6-dbgsym: debug symbols for package libqwtmathml-qt5-6
- libqwtmathml-qt5-dev: Text Engine for Qwt (development, qt5)
- libqwtmathml6abi1: Text Engine for Qwt (runtime, qt4)
- libqwtmathml6abi1-dbgsym: debug symbols for libqwtmathml6abi1
It is likely that one of these packages are what you need, but it looks like there's different Qt version dependencies for each. Identify the one you need, and install that one specifically.
answered Feb 7 at 19:29
![](https://i.stack.imgur.com/jLgkr.jpg?s=32&g=1)
![](https://i.stack.imgur.com/jLgkr.jpg?s=32&g=1)
Thomas Wardâ¦
41.8k23115167
41.8k23115167
I am not able to install any of dbgsym packages, I am getting the "E: Unable to locate package libqwt-dev-dbgsym" error for each of them. I installed all other packages, yet I have the same issue (E: Package 'libqwt6' has no installation candidate).
â user792549
Feb 7 at 19:52
I have installed the packages, I am still getting the same error. Building dependency tree Reading state information... Done Note, selecting 'libncurses5-dev' instead of 'libncurses-dev' Package libqwt6 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 'libqwt6' has no installation candidate
â user792549
Feb 7 at 20:42
@user792549 It sounds like you need to runsudo apt-get update
among other things. Try runningsudo apt-get update
and then seeing if you can then get package candidates for installation. (I've only ever seen this on a system that hasn't updated recently)
â Thomas Wardâ¦
Feb 8 at 15:08
add a comment |Â
I am not able to install any of dbgsym packages, I am getting the "E: Unable to locate package libqwt-dev-dbgsym" error for each of them. I installed all other packages, yet I have the same issue (E: Package 'libqwt6' has no installation candidate).
â user792549
Feb 7 at 19:52
I have installed the packages, I am still getting the same error. Building dependency tree Reading state information... Done Note, selecting 'libncurses5-dev' instead of 'libncurses-dev' Package libqwt6 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 'libqwt6' has no installation candidate
â user792549
Feb 7 at 20:42
@user792549 It sounds like you need to runsudo apt-get update
among other things. Try runningsudo apt-get update
and then seeing if you can then get package candidates for installation. (I've only ever seen this on a system that hasn't updated recently)
â Thomas Wardâ¦
Feb 8 at 15:08
I am not able to install any of dbgsym packages, I am getting the "E: Unable to locate package libqwt-dev-dbgsym" error for each of them. I installed all other packages, yet I have the same issue (E: Package 'libqwt6' has no installation candidate).
â user792549
Feb 7 at 19:52
I am not able to install any of dbgsym packages, I am getting the "E: Unable to locate package libqwt-dev-dbgsym" error for each of them. I installed all other packages, yet I have the same issue (E: Package 'libqwt6' has no installation candidate).
â user792549
Feb 7 at 19:52
I have installed the packages, I am still getting the same error. Building dependency tree Reading state information... Done Note, selecting 'libncurses5-dev' instead of 'libncurses-dev' Package libqwt6 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 'libqwt6' has no installation candidate
â user792549
Feb 7 at 20:42
I have installed the packages, I am still getting the same error. Building dependency tree Reading state information... Done Note, selecting 'libncurses5-dev' instead of 'libncurses-dev' Package libqwt6 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 'libqwt6' has no installation candidate
â user792549
Feb 7 at 20:42
@user792549 It sounds like you need to run
sudo apt-get update
among other things. Try running sudo apt-get update
and then seeing if you can then get package candidates for installation. (I've only ever seen this on a system that hasn't updated recently)â Thomas Wardâ¦
Feb 8 at 15:08
@user792549 It sounds like you need to run
sudo apt-get update
among other things. Try running sudo apt-get update
and then seeing if you can then get package candidates for installation. (I've only ever seen this on a system that hasn't updated recently)â Thomas Wardâ¦
Feb 8 at 15:08
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1003984%2fubuntu-16-04-e-package-libqwt6-has-no-installation-candidate%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
Be careful & accurate with commands as
&&
and&
have different meanings (and will likely have different results). The package 'libqwt6' is for Ubuntu 14.04 LTS (amd64, armhf, i38...) and isn't for 16.04 LTS (due changes, its purpose is provided by libqwt6abi1) packages.ubuntu.com/search?keywords=libqwt6â guiverc
Feb 8 at 0:24