HPLIP missing packages

Multi tool use
Ubuntu 18.04.1, HPLIP 3.17.10.
I am attempting to install HPLIP using Synaptic. The installation reports no errors. But, when I start the HP system tray, I get this error message:
File "/usr/bin/hp-toolbox", line 269, in <module>
QApplication, ui_package = utils.import_dialog(ui_toolkit)
TypeError: 'NoneType' object is not iterable
Also, the HP icon in the tray area does nothing if I click on it - although I am able to start the HPLIP Toolbox, and that seems to work.
When I run hp-check
, it tells me that the following packages are missing/incompatible, and that I need to install them manually:
libnetsnmp-devel
snmp-mibs-downloader
libsnmp-dev
I do not know where to find the first two, nor how to install them manually.
Regarding libsnmp-dev
: It is not installed, but via Synaptic versions 5.7.3+dfsg-1.8ubuntu3 and 5.7.3+dfsg-1.8ubuntu3.1 are available to install. However, when I try to install libsnmp-dev
via Synaptic, it tells me that the following packages will be removed - but I don't want them to be removed (especially npm
):
libssl1.0-dev
node-gyp
nodejs-dev
npm
So, I need some help here: How do I get the missing packages installed, get HPLIP working, get rid of the error message (above), and make the HP system tray to work, without uninstalling npm
and those other packages?
I show below the output of the command:
apt-cache policy libssl1.0-dev node-gyp nodejs-dev npm
main1@system1:~$ apt-cache policy libssl1.0-dev node-gyp nodejs-dev npm
libssl1.0-dev:
Installed: 1.0.2n-1ubuntu5.2
Candidate: 1.0.2n-1ubuntu5.2
Version table:
*** 1.0.2n-1ubuntu5.2 500
500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages
500 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
100 /var/lib/dpkg/status
1.0.2n-1ubuntu5 500
500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages
node-gyp:
Installed: 3.6.2-1ubuntu1
Candidate: 3.6.2-1ubuntu1
Version table:
*** 3.6.2-1ubuntu1 500
500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
500 http://archive.ubuntu.com/ubuntu bionic/universe i386 Packages
100 /var/lib/dpkg/status
nodejs-dev:
Installed: 8.10.0~dfsg-2ubuntu0.4
Candidate: 8.10.0~dfsg-2ubuntu0.4
Version table:
*** 8.10.0~dfsg-2ubuntu0.4 500
500 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages
100 /var/lib/dpkg/status
8.10.0~dfsg-2ubuntu0.2 500
500 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages
8.10.0~dfsg-2 500
500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
npm:
Installed: 3.5.2-0ubuntu4
Candidate: 3.5.2-0ubuntu4
Version table:
*** 3.5.2-0ubuntu4 500
500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
500 http://archive.ubuntu.com/ubuntu bionic/universe i386 Packages
100 /var/lib/dpkg/status
Terminal output of sudo apt install libsnmp-dev:
main1@system1:~$ sudo apt install libsnmp-dev
[sudo] password for main1:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
gyp libjs-async libjs-inherits libjs-node-uuid libuv1-dev node-abbrev
node-ansi node-ansi-color-table node-archy node-async node-balanced-match
node-block-stream node-brace-expansion node-builtin-modules
node-combined-stream node-concat-map node-cookie-jar node-delayed-stream
node-forever-agent node-form-data node-fs.realpath node-fstream
node-fstream-ignore node-github-url-from-git node-glob node-graceful-fs
node-hosted-git-info node-inflight node-inherits node-ini
node-is-builtin-module node-isexe node-json-stringify-safe node-lockfile
node-lru-cache node-mime node-minimatch node-mkdirp node-mute-stream
node-node-uuid node-nopt node-normalize-package-data node-npmlog node-once
node-osenv node-path-is-absolute node-pseudomap node-qs node-read
node-read-package-json node-request node-retry node-rimraf node-semver
node-sha node-slide node-spdx-correct node-spdx-expression-parse
node-spdx-license-ids node-tar node-tunnel-agent node-underscore
node-validate-npm-package-license node-which node-yallist
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
libpci-dev libsensors4-dev libssl-dev libssl-doc libudev-dev libwrap0-dev
The following packages will be REMOVED:
libssl1.0-dev node-gyp nodejs-dev npm
The following NEW packages will be installed:
libpci-dev libsensors4-dev libsnmp-dev libssl-dev libssl-doc libudev-dev
libwrap0-dev
0 upgraded, 7 newly installed, 4 to remove and 7 not upgraded.
Need to get 3,843 kB of archives.
After this operation, 1,932 kB of additional disk space will be used.
Do you want to continue? [Y/n]
hp
|
show 1 more comment
Ubuntu 18.04.1, HPLIP 3.17.10.
I am attempting to install HPLIP using Synaptic. The installation reports no errors. But, when I start the HP system tray, I get this error message:
File "/usr/bin/hp-toolbox", line 269, in <module>
QApplication, ui_package = utils.import_dialog(ui_toolkit)
TypeError: 'NoneType' object is not iterable
Also, the HP icon in the tray area does nothing if I click on it - although I am able to start the HPLIP Toolbox, and that seems to work.
When I run hp-check
, it tells me that the following packages are missing/incompatible, and that I need to install them manually:
libnetsnmp-devel
snmp-mibs-downloader
libsnmp-dev
I do not know where to find the first two, nor how to install them manually.
Regarding libsnmp-dev
: It is not installed, but via Synaptic versions 5.7.3+dfsg-1.8ubuntu3 and 5.7.3+dfsg-1.8ubuntu3.1 are available to install. However, when I try to install libsnmp-dev
via Synaptic, it tells me that the following packages will be removed - but I don't want them to be removed (especially npm
):
libssl1.0-dev
node-gyp
nodejs-dev
npm
So, I need some help here: How do I get the missing packages installed, get HPLIP working, get rid of the error message (above), and make the HP system tray to work, without uninstalling npm
and those other packages?
I show below the output of the command:
apt-cache policy libssl1.0-dev node-gyp nodejs-dev npm
main1@system1:~$ apt-cache policy libssl1.0-dev node-gyp nodejs-dev npm
libssl1.0-dev:
Installed: 1.0.2n-1ubuntu5.2
Candidate: 1.0.2n-1ubuntu5.2
Version table:
*** 1.0.2n-1ubuntu5.2 500
500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages
500 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
100 /var/lib/dpkg/status
1.0.2n-1ubuntu5 500
500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages
node-gyp:
Installed: 3.6.2-1ubuntu1
Candidate: 3.6.2-1ubuntu1
Version table:
*** 3.6.2-1ubuntu1 500
500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
500 http://archive.ubuntu.com/ubuntu bionic/universe i386 Packages
100 /var/lib/dpkg/status
nodejs-dev:
Installed: 8.10.0~dfsg-2ubuntu0.4
Candidate: 8.10.0~dfsg-2ubuntu0.4
Version table:
*** 8.10.0~dfsg-2ubuntu0.4 500
500 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages
100 /var/lib/dpkg/status
8.10.0~dfsg-2ubuntu0.2 500
500 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages
8.10.0~dfsg-2 500
500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
npm:
Installed: 3.5.2-0ubuntu4
Candidate: 3.5.2-0ubuntu4
Version table:
*** 3.5.2-0ubuntu4 500
500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
500 http://archive.ubuntu.com/ubuntu bionic/universe i386 Packages
100 /var/lib/dpkg/status
Terminal output of sudo apt install libsnmp-dev:
main1@system1:~$ sudo apt install libsnmp-dev
[sudo] password for main1:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
gyp libjs-async libjs-inherits libjs-node-uuid libuv1-dev node-abbrev
node-ansi node-ansi-color-table node-archy node-async node-balanced-match
node-block-stream node-brace-expansion node-builtin-modules
node-combined-stream node-concat-map node-cookie-jar node-delayed-stream
node-forever-agent node-form-data node-fs.realpath node-fstream
node-fstream-ignore node-github-url-from-git node-glob node-graceful-fs
node-hosted-git-info node-inflight node-inherits node-ini
node-is-builtin-module node-isexe node-json-stringify-safe node-lockfile
node-lru-cache node-mime node-minimatch node-mkdirp node-mute-stream
node-node-uuid node-nopt node-normalize-package-data node-npmlog node-once
node-osenv node-path-is-absolute node-pseudomap node-qs node-read
node-read-package-json node-request node-retry node-rimraf node-semver
node-sha node-slide node-spdx-correct node-spdx-expression-parse
node-spdx-license-ids node-tar node-tunnel-agent node-underscore
node-validate-npm-package-license node-which node-yallist
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
libpci-dev libsensors4-dev libssl-dev libssl-doc libudev-dev libwrap0-dev
The following packages will be REMOVED:
libssl1.0-dev node-gyp nodejs-dev npm
The following NEW packages will be installed:
libpci-dev libsensors4-dev libsnmp-dev libssl-dev libssl-doc libudev-dev
libwrap0-dev
0 upgraded, 7 newly installed, 4 to remove and 7 not upgraded.
Need to get 3,843 kB of archives.
After this operation, 1,932 kB of additional disk space will be used.
Do you want to continue? [Y/n]
hp
Please provide the output ofapt-cache policy libssl1.0-dev node-gyp nodejs-dev npm
. If you installed those packages from unofficial sources, you may have no other choice but to uninstall them or revert to the official versions.
– fkraiem
Jan 7 at 2:03
fkraiem, I have edited my original question to show the output you asked for at the end of the question. Also, as I recall, I installed these from "standard" Ubuntu repositories using Synaptic.
– dln949
Jan 7 at 7:12
Yes, everything seems good so far. Please add the output ofsudo apt install libsnmp-dev
so we can see what exactly is bothering Apt.
– fkraiem
Jan 7 at 7:30
For me it seems thatlibsnmp-dev
is not a real problem. To clarify please retry full HPLIP installation withsudo apt install hplip-gui --reinstall
and add output ofapt-cache policy hplip-data hplip hplip-gui
andhp-systray -x -g
to the question. Do you have custom Python3 and/or local python modules frompip3
?
– N0rbert
Jan 7 at 8:09
fkraiem: I added the output of sudo apt install libsnmp-dev to my original question.
– dln949
Jan 7 at 20:12
|
show 1 more comment
Ubuntu 18.04.1, HPLIP 3.17.10.
I am attempting to install HPLIP using Synaptic. The installation reports no errors. But, when I start the HP system tray, I get this error message:
File "/usr/bin/hp-toolbox", line 269, in <module>
QApplication, ui_package = utils.import_dialog(ui_toolkit)
TypeError: 'NoneType' object is not iterable
Also, the HP icon in the tray area does nothing if I click on it - although I am able to start the HPLIP Toolbox, and that seems to work.
When I run hp-check
, it tells me that the following packages are missing/incompatible, and that I need to install them manually:
libnetsnmp-devel
snmp-mibs-downloader
libsnmp-dev
I do not know where to find the first two, nor how to install them manually.
Regarding libsnmp-dev
: It is not installed, but via Synaptic versions 5.7.3+dfsg-1.8ubuntu3 and 5.7.3+dfsg-1.8ubuntu3.1 are available to install. However, when I try to install libsnmp-dev
via Synaptic, it tells me that the following packages will be removed - but I don't want them to be removed (especially npm
):
libssl1.0-dev
node-gyp
nodejs-dev
npm
So, I need some help here: How do I get the missing packages installed, get HPLIP working, get rid of the error message (above), and make the HP system tray to work, without uninstalling npm
and those other packages?
I show below the output of the command:
apt-cache policy libssl1.0-dev node-gyp nodejs-dev npm
main1@system1:~$ apt-cache policy libssl1.0-dev node-gyp nodejs-dev npm
libssl1.0-dev:
Installed: 1.0.2n-1ubuntu5.2
Candidate: 1.0.2n-1ubuntu5.2
Version table:
*** 1.0.2n-1ubuntu5.2 500
500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages
500 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
100 /var/lib/dpkg/status
1.0.2n-1ubuntu5 500
500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages
node-gyp:
Installed: 3.6.2-1ubuntu1
Candidate: 3.6.2-1ubuntu1
Version table:
*** 3.6.2-1ubuntu1 500
500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
500 http://archive.ubuntu.com/ubuntu bionic/universe i386 Packages
100 /var/lib/dpkg/status
nodejs-dev:
Installed: 8.10.0~dfsg-2ubuntu0.4
Candidate: 8.10.0~dfsg-2ubuntu0.4
Version table:
*** 8.10.0~dfsg-2ubuntu0.4 500
500 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages
100 /var/lib/dpkg/status
8.10.0~dfsg-2ubuntu0.2 500
500 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages
8.10.0~dfsg-2 500
500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
npm:
Installed: 3.5.2-0ubuntu4
Candidate: 3.5.2-0ubuntu4
Version table:
*** 3.5.2-0ubuntu4 500
500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
500 http://archive.ubuntu.com/ubuntu bionic/universe i386 Packages
100 /var/lib/dpkg/status
Terminal output of sudo apt install libsnmp-dev:
main1@system1:~$ sudo apt install libsnmp-dev
[sudo] password for main1:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
gyp libjs-async libjs-inherits libjs-node-uuid libuv1-dev node-abbrev
node-ansi node-ansi-color-table node-archy node-async node-balanced-match
node-block-stream node-brace-expansion node-builtin-modules
node-combined-stream node-concat-map node-cookie-jar node-delayed-stream
node-forever-agent node-form-data node-fs.realpath node-fstream
node-fstream-ignore node-github-url-from-git node-glob node-graceful-fs
node-hosted-git-info node-inflight node-inherits node-ini
node-is-builtin-module node-isexe node-json-stringify-safe node-lockfile
node-lru-cache node-mime node-minimatch node-mkdirp node-mute-stream
node-node-uuid node-nopt node-normalize-package-data node-npmlog node-once
node-osenv node-path-is-absolute node-pseudomap node-qs node-read
node-read-package-json node-request node-retry node-rimraf node-semver
node-sha node-slide node-spdx-correct node-spdx-expression-parse
node-spdx-license-ids node-tar node-tunnel-agent node-underscore
node-validate-npm-package-license node-which node-yallist
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
libpci-dev libsensors4-dev libssl-dev libssl-doc libudev-dev libwrap0-dev
The following packages will be REMOVED:
libssl1.0-dev node-gyp nodejs-dev npm
The following NEW packages will be installed:
libpci-dev libsensors4-dev libsnmp-dev libssl-dev libssl-doc libudev-dev
libwrap0-dev
0 upgraded, 7 newly installed, 4 to remove and 7 not upgraded.
Need to get 3,843 kB of archives.
After this operation, 1,932 kB of additional disk space will be used.
Do you want to continue? [Y/n]
hp
Ubuntu 18.04.1, HPLIP 3.17.10.
I am attempting to install HPLIP using Synaptic. The installation reports no errors. But, when I start the HP system tray, I get this error message:
File "/usr/bin/hp-toolbox", line 269, in <module>
QApplication, ui_package = utils.import_dialog(ui_toolkit)
TypeError: 'NoneType' object is not iterable
Also, the HP icon in the tray area does nothing if I click on it - although I am able to start the HPLIP Toolbox, and that seems to work.
When I run hp-check
, it tells me that the following packages are missing/incompatible, and that I need to install them manually:
libnetsnmp-devel
snmp-mibs-downloader
libsnmp-dev
I do not know where to find the first two, nor how to install them manually.
Regarding libsnmp-dev
: It is not installed, but via Synaptic versions 5.7.3+dfsg-1.8ubuntu3 and 5.7.3+dfsg-1.8ubuntu3.1 are available to install. However, when I try to install libsnmp-dev
via Synaptic, it tells me that the following packages will be removed - but I don't want them to be removed (especially npm
):
libssl1.0-dev
node-gyp
nodejs-dev
npm
So, I need some help here: How do I get the missing packages installed, get HPLIP working, get rid of the error message (above), and make the HP system tray to work, without uninstalling npm
and those other packages?
I show below the output of the command:
apt-cache policy libssl1.0-dev node-gyp nodejs-dev npm
main1@system1:~$ apt-cache policy libssl1.0-dev node-gyp nodejs-dev npm
libssl1.0-dev:
Installed: 1.0.2n-1ubuntu5.2
Candidate: 1.0.2n-1ubuntu5.2
Version table:
*** 1.0.2n-1ubuntu5.2 500
500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages
500 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
100 /var/lib/dpkg/status
1.0.2n-1ubuntu5 500
500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages
node-gyp:
Installed: 3.6.2-1ubuntu1
Candidate: 3.6.2-1ubuntu1
Version table:
*** 3.6.2-1ubuntu1 500
500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
500 http://archive.ubuntu.com/ubuntu bionic/universe i386 Packages
100 /var/lib/dpkg/status
nodejs-dev:
Installed: 8.10.0~dfsg-2ubuntu0.4
Candidate: 8.10.0~dfsg-2ubuntu0.4
Version table:
*** 8.10.0~dfsg-2ubuntu0.4 500
500 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages
100 /var/lib/dpkg/status
8.10.0~dfsg-2ubuntu0.2 500
500 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages
8.10.0~dfsg-2 500
500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
npm:
Installed: 3.5.2-0ubuntu4
Candidate: 3.5.2-0ubuntu4
Version table:
*** 3.5.2-0ubuntu4 500
500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
500 http://archive.ubuntu.com/ubuntu bionic/universe i386 Packages
100 /var/lib/dpkg/status
Terminal output of sudo apt install libsnmp-dev:
main1@system1:~$ sudo apt install libsnmp-dev
[sudo] password for main1:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
gyp libjs-async libjs-inherits libjs-node-uuid libuv1-dev node-abbrev
node-ansi node-ansi-color-table node-archy node-async node-balanced-match
node-block-stream node-brace-expansion node-builtin-modules
node-combined-stream node-concat-map node-cookie-jar node-delayed-stream
node-forever-agent node-form-data node-fs.realpath node-fstream
node-fstream-ignore node-github-url-from-git node-glob node-graceful-fs
node-hosted-git-info node-inflight node-inherits node-ini
node-is-builtin-module node-isexe node-json-stringify-safe node-lockfile
node-lru-cache node-mime node-minimatch node-mkdirp node-mute-stream
node-node-uuid node-nopt node-normalize-package-data node-npmlog node-once
node-osenv node-path-is-absolute node-pseudomap node-qs node-read
node-read-package-json node-request node-retry node-rimraf node-semver
node-sha node-slide node-spdx-correct node-spdx-expression-parse
node-spdx-license-ids node-tar node-tunnel-agent node-underscore
node-validate-npm-package-license node-which node-yallist
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
libpci-dev libsensors4-dev libssl-dev libssl-doc libudev-dev libwrap0-dev
The following packages will be REMOVED:
libssl1.0-dev node-gyp nodejs-dev npm
The following NEW packages will be installed:
libpci-dev libsensors4-dev libsnmp-dev libssl-dev libssl-doc libudev-dev
libwrap0-dev
0 upgraded, 7 newly installed, 4 to remove and 7 not upgraded.
Need to get 3,843 kB of archives.
After this operation, 1,932 kB of additional disk space will be used.
Do you want to continue? [Y/n]
hp
hp
edited Jan 7 at 20:11
dln949
asked Jan 7 at 1:57
dln949dln949
3611512
3611512
Please provide the output ofapt-cache policy libssl1.0-dev node-gyp nodejs-dev npm
. If you installed those packages from unofficial sources, you may have no other choice but to uninstall them or revert to the official versions.
– fkraiem
Jan 7 at 2:03
fkraiem, I have edited my original question to show the output you asked for at the end of the question. Also, as I recall, I installed these from "standard" Ubuntu repositories using Synaptic.
– dln949
Jan 7 at 7:12
Yes, everything seems good so far. Please add the output ofsudo apt install libsnmp-dev
so we can see what exactly is bothering Apt.
– fkraiem
Jan 7 at 7:30
For me it seems thatlibsnmp-dev
is not a real problem. To clarify please retry full HPLIP installation withsudo apt install hplip-gui --reinstall
and add output ofapt-cache policy hplip-data hplip hplip-gui
andhp-systray -x -g
to the question. Do you have custom Python3 and/or local python modules frompip3
?
– N0rbert
Jan 7 at 8:09
fkraiem: I added the output of sudo apt install libsnmp-dev to my original question.
– dln949
Jan 7 at 20:12
|
show 1 more comment
Please provide the output ofapt-cache policy libssl1.0-dev node-gyp nodejs-dev npm
. If you installed those packages from unofficial sources, you may have no other choice but to uninstall them or revert to the official versions.
– fkraiem
Jan 7 at 2:03
fkraiem, I have edited my original question to show the output you asked for at the end of the question. Also, as I recall, I installed these from "standard" Ubuntu repositories using Synaptic.
– dln949
Jan 7 at 7:12
Yes, everything seems good so far. Please add the output ofsudo apt install libsnmp-dev
so we can see what exactly is bothering Apt.
– fkraiem
Jan 7 at 7:30
For me it seems thatlibsnmp-dev
is not a real problem. To clarify please retry full HPLIP installation withsudo apt install hplip-gui --reinstall
and add output ofapt-cache policy hplip-data hplip hplip-gui
andhp-systray -x -g
to the question. Do you have custom Python3 and/or local python modules frompip3
?
– N0rbert
Jan 7 at 8:09
fkraiem: I added the output of sudo apt install libsnmp-dev to my original question.
– dln949
Jan 7 at 20:12
Please provide the output of
apt-cache policy libssl1.0-dev node-gyp nodejs-dev npm
. If you installed those packages from unofficial sources, you may have no other choice but to uninstall them or revert to the official versions.– fkraiem
Jan 7 at 2:03
Please provide the output of
apt-cache policy libssl1.0-dev node-gyp nodejs-dev npm
. If you installed those packages from unofficial sources, you may have no other choice but to uninstall them or revert to the official versions.– fkraiem
Jan 7 at 2:03
fkraiem, I have edited my original question to show the output you asked for at the end of the question. Also, as I recall, I installed these from "standard" Ubuntu repositories using Synaptic.
– dln949
Jan 7 at 7:12
fkraiem, I have edited my original question to show the output you asked for at the end of the question. Also, as I recall, I installed these from "standard" Ubuntu repositories using Synaptic.
– dln949
Jan 7 at 7:12
Yes, everything seems good so far. Please add the output of
sudo apt install libsnmp-dev
so we can see what exactly is bothering Apt.– fkraiem
Jan 7 at 7:30
Yes, everything seems good so far. Please add the output of
sudo apt install libsnmp-dev
so we can see what exactly is bothering Apt.– fkraiem
Jan 7 at 7:30
For me it seems that
libsnmp-dev
is not a real problem. To clarify please retry full HPLIP installation with sudo apt install hplip-gui --reinstall
and add output of apt-cache policy hplip-data hplip hplip-gui
and hp-systray -x -g
to the question. Do you have custom Python3 and/or local python modules from pip3
?– N0rbert
Jan 7 at 8:09
For me it seems that
libsnmp-dev
is not a real problem. To clarify please retry full HPLIP installation with sudo apt install hplip-gui --reinstall
and add output of apt-cache policy hplip-data hplip hplip-gui
and hp-systray -x -g
to the question. Do you have custom Python3 and/or local python modules from pip3
?– N0rbert
Jan 7 at 8:09
fkraiem: I added the output of sudo apt install libsnmp-dev to my original question.
– dln949
Jan 7 at 20:12
fkraiem: I added the output of sudo apt install libsnmp-dev to my original question.
– dln949
Jan 7 at 20:12
|
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
});
}
});
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%2f1107578%2fhplip-missing-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%2f1107578%2fhplip-missing-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
8kd fHgkp4zcB8XJKPUPsL U z9PUPJT mb 1GtV
Please provide the output of
apt-cache policy libssl1.0-dev node-gyp nodejs-dev npm
. If you installed those packages from unofficial sources, you may have no other choice but to uninstall them or revert to the official versions.– fkraiem
Jan 7 at 2:03
fkraiem, I have edited my original question to show the output you asked for at the end of the question. Also, as I recall, I installed these from "standard" Ubuntu repositories using Synaptic.
– dln949
Jan 7 at 7:12
Yes, everything seems good so far. Please add the output of
sudo apt install libsnmp-dev
so we can see what exactly is bothering Apt.– fkraiem
Jan 7 at 7:30
For me it seems that
libsnmp-dev
is not a real problem. To clarify please retry full HPLIP installation withsudo apt install hplip-gui --reinstall
and add output ofapt-cache policy hplip-data hplip hplip-gui
andhp-systray -x -g
to the question. Do you have custom Python3 and/or local python modules frompip3
?– N0rbert
Jan 7 at 8:09
fkraiem: I added the output of sudo apt install libsnmp-dev to my original question.
– dln949
Jan 7 at 20:12