How can I easily install missing hplip dependencies?
Having installed HPLIP on my 10.10 system, the HP Photosmart 420 gives "Device Communication Error" code 5012 when I try to print. Running hp-check
lists 11 missing dependencies. Do I have to install them all one by one or is there an easier way to get the printer going? What is the command to install a dependency?
package-management hplip
add a comment |
Having installed HPLIP on my 10.10 system, the HP Photosmart 420 gives "Device Communication Error" code 5012 when I try to print. Running hp-check
lists 11 missing dependencies. Do I have to install them all one by one or is there an easier way to get the printer going? What is the command to install a dependency?
package-management hplip
On a side note, your system should have all required dependencies forhplip
already installed if you installed it from the Ubuntu repos through the package management tool of your choice. Or did you install it from elsewhere?
– Christopher Kyle Horton
Mar 6 '12 at 16:51
add a comment |
Having installed HPLIP on my 10.10 system, the HP Photosmart 420 gives "Device Communication Error" code 5012 when I try to print. Running hp-check
lists 11 missing dependencies. Do I have to install them all one by one or is there an easier way to get the printer going? What is the command to install a dependency?
package-management hplip
Having installed HPLIP on my 10.10 system, the HP Photosmart 420 gives "Device Communication Error" code 5012 when I try to print. Running hp-check
lists 11 missing dependencies. Do I have to install them all one by one or is there an easier way to get the printer going? What is the command to install a dependency?
package-management hplip
package-management hplip
edited Mar 6 '12 at 16:50
Christopher Kyle Horton
10.4k1269142
10.4k1269142
asked Mar 6 '12 at 16:39
Rosco
31118
31118
On a side note, your system should have all required dependencies forhplip
already installed if you installed it from the Ubuntu repos through the package management tool of your choice. Or did you install it from elsewhere?
– Christopher Kyle Horton
Mar 6 '12 at 16:51
add a comment |
On a side note, your system should have all required dependencies forhplip
already installed if you installed it from the Ubuntu repos through the package management tool of your choice. Or did you install it from elsewhere?
– Christopher Kyle Horton
Mar 6 '12 at 16:51
On a side note, your system should have all required dependencies for
hplip
already installed if you installed it from the Ubuntu repos through the package management tool of your choice. Or did you install it from elsewhere?– Christopher Kyle Horton
Mar 6 '12 at 16:51
On a side note, your system should have all required dependencies for
hplip
already installed if you installed it from the Ubuntu repos through the package management tool of your choice. Or did you install it from elsewhere?– Christopher Kyle Horton
Mar 6 '12 at 16:51
add a comment |
5 Answers
5
active
oldest
votes
In terminal
sudo apt-get -f install hplip
should fix it
There is the other option here : source
which has the download and installation instructions. It has a section that will run
DEPENDENCY AND CONFLICT RESOLUTION
This is the direct download source
I installed hplip as indicated but it still says missing dependancies. When I tried installing the first missing dep. ie "CUPS devel" it could not find said dependancy.
– Rosco
Mar 7 '12 at 17:00
are you able to give us the print from terminal as to the error message
– Ringtail
Mar 7 '12 at 17:04
Thanks for the info BlueXrider. When I do that I get this:Could not open the file /home/mystuff/Downloads/hplip-3.12.2.run using the Unicode (UTF-8) character encoding.Which char encoding do I need?
– Rosco
Mar 9 '12 at 12:17
this is the web site hplipopensource.com/hplip-web/index.html follow the instructions at the left of it. Where it says Install and Setup
– Ringtail
Mar 9 '12 at 12:56
Thanks BlueXrider. Did that and fixed all dependancies. Rebooted PC.But still get this:Type: Printer Device URI: hp:/usb/Photosmart_420_series?serial=CN59N250BX04HP PPD: /etc/cups/ppd/Photosmart_420.ppd PPD Description: HP Photosmart 420 Series, hpcups 3.10.6 Printer status: printer Photosmart_420 is idle. enabled since Fri 09 Mar 2012 17:30:26 GMT error: Unable to communicate with device (code=12): hp:/usb/Photosmart_420_series?serial=CN59N250BX04HP error: Device not found error: Communication status: Failed
– Rosco
Mar 9 '12 at 17:38
|
show 1 more comment
The dependencies can be installed following instructions here:
http://hplipopensource.com/hplip-web/install/manual/distros/ubuntu.html
hplip is not a dependency, it's the package that contains hp-check and other utilities. The dependencies such as "CUPS devel", "Python devel", "PyQt4" and so on can be installed using the following command for Ubuntu 10.04 and up, according to current info from link above (but I recommend checking for updated info):
sudo apt-get install --assume-yes libcups2 cups libcups2-dev cups-bsd cups-client libcupsimage2-dev libdbus-1-dev build-essential ghostscript openssl libjpeg62-dev libsnmp-dev libtool libusb-dev python-imaging policykit-1 policykit-1-gnome python-qt4 python-qt4-dbus python-dbus python-gobject python-dev python-notify python python-reportlab libsane libsane-dev sane-utils xsane
add a comment |
If you know what the needed packages are, you can simply run the usual sudo apt-get install
in a terminal, followed by the names of the packages required.
add a comment |
I also had this problem. The way for this to work is to install the hplip toolbox from the software center. Then sudo hp-toolbox
and then you should be able to install the correct plugin. In fact if you type hp-
then tab you should see a bunch of for HP printers.
-1 just tried this and get warning: hp-toolbox should not be run as root/superuser, followed immediately by error: dBus initialization error. Exiting.
– Tom Brossman
Feb 2 '13 at 14:14
add a comment |
I also had the problem of the printer being seen but not printing. I actually manually added a new instance of the same printer with a new name and description and stuff and it started printing. I'm using SteamOS and I first used:
sudo hp-setup -i
Then I have chosen the identified printer (k209a) but renamed to just the model, added location and description. When it prompted to print a test page I did so without hope but the "Stupid Old Black printer" started to print :)
New contributor
add a comment |
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%2f110580%2fhow-can-i-easily-install-missing-hplip-dependencies%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
In terminal
sudo apt-get -f install hplip
should fix it
There is the other option here : source
which has the download and installation instructions. It has a section that will run
DEPENDENCY AND CONFLICT RESOLUTION
This is the direct download source
I installed hplip as indicated but it still says missing dependancies. When I tried installing the first missing dep. ie "CUPS devel" it could not find said dependancy.
– Rosco
Mar 7 '12 at 17:00
are you able to give us the print from terminal as to the error message
– Ringtail
Mar 7 '12 at 17:04
Thanks for the info BlueXrider. When I do that I get this:Could not open the file /home/mystuff/Downloads/hplip-3.12.2.run using the Unicode (UTF-8) character encoding.Which char encoding do I need?
– Rosco
Mar 9 '12 at 12:17
this is the web site hplipopensource.com/hplip-web/index.html follow the instructions at the left of it. Where it says Install and Setup
– Ringtail
Mar 9 '12 at 12:56
Thanks BlueXrider. Did that and fixed all dependancies. Rebooted PC.But still get this:Type: Printer Device URI: hp:/usb/Photosmart_420_series?serial=CN59N250BX04HP PPD: /etc/cups/ppd/Photosmart_420.ppd PPD Description: HP Photosmart 420 Series, hpcups 3.10.6 Printer status: printer Photosmart_420 is idle. enabled since Fri 09 Mar 2012 17:30:26 GMT error: Unable to communicate with device (code=12): hp:/usb/Photosmart_420_series?serial=CN59N250BX04HP error: Device not found error: Communication status: Failed
– Rosco
Mar 9 '12 at 17:38
|
show 1 more comment
In terminal
sudo apt-get -f install hplip
should fix it
There is the other option here : source
which has the download and installation instructions. It has a section that will run
DEPENDENCY AND CONFLICT RESOLUTION
This is the direct download source
I installed hplip as indicated but it still says missing dependancies. When I tried installing the first missing dep. ie "CUPS devel" it could not find said dependancy.
– Rosco
Mar 7 '12 at 17:00
are you able to give us the print from terminal as to the error message
– Ringtail
Mar 7 '12 at 17:04
Thanks for the info BlueXrider. When I do that I get this:Could not open the file /home/mystuff/Downloads/hplip-3.12.2.run using the Unicode (UTF-8) character encoding.Which char encoding do I need?
– Rosco
Mar 9 '12 at 12:17
this is the web site hplipopensource.com/hplip-web/index.html follow the instructions at the left of it. Where it says Install and Setup
– Ringtail
Mar 9 '12 at 12:56
Thanks BlueXrider. Did that and fixed all dependancies. Rebooted PC.But still get this:Type: Printer Device URI: hp:/usb/Photosmart_420_series?serial=CN59N250BX04HP PPD: /etc/cups/ppd/Photosmart_420.ppd PPD Description: HP Photosmart 420 Series, hpcups 3.10.6 Printer status: printer Photosmart_420 is idle. enabled since Fri 09 Mar 2012 17:30:26 GMT error: Unable to communicate with device (code=12): hp:/usb/Photosmart_420_series?serial=CN59N250BX04HP error: Device not found error: Communication status: Failed
– Rosco
Mar 9 '12 at 17:38
|
show 1 more comment
In terminal
sudo apt-get -f install hplip
should fix it
There is the other option here : source
which has the download and installation instructions. It has a section that will run
DEPENDENCY AND CONFLICT RESOLUTION
This is the direct download source
In terminal
sudo apt-get -f install hplip
should fix it
There is the other option here : source
which has the download and installation instructions. It has a section that will run
DEPENDENCY AND CONFLICT RESOLUTION
This is the direct download source
edited Mar 9 '12 at 0:32
answered Mar 6 '12 at 16:53
Ringtail
13.5k1249176
13.5k1249176
I installed hplip as indicated but it still says missing dependancies. When I tried installing the first missing dep. ie "CUPS devel" it could not find said dependancy.
– Rosco
Mar 7 '12 at 17:00
are you able to give us the print from terminal as to the error message
– Ringtail
Mar 7 '12 at 17:04
Thanks for the info BlueXrider. When I do that I get this:Could not open the file /home/mystuff/Downloads/hplip-3.12.2.run using the Unicode (UTF-8) character encoding.Which char encoding do I need?
– Rosco
Mar 9 '12 at 12:17
this is the web site hplipopensource.com/hplip-web/index.html follow the instructions at the left of it. Where it says Install and Setup
– Ringtail
Mar 9 '12 at 12:56
Thanks BlueXrider. Did that and fixed all dependancies. Rebooted PC.But still get this:Type: Printer Device URI: hp:/usb/Photosmart_420_series?serial=CN59N250BX04HP PPD: /etc/cups/ppd/Photosmart_420.ppd PPD Description: HP Photosmart 420 Series, hpcups 3.10.6 Printer status: printer Photosmart_420 is idle. enabled since Fri 09 Mar 2012 17:30:26 GMT error: Unable to communicate with device (code=12): hp:/usb/Photosmart_420_series?serial=CN59N250BX04HP error: Device not found error: Communication status: Failed
– Rosco
Mar 9 '12 at 17:38
|
show 1 more comment
I installed hplip as indicated but it still says missing dependancies. When I tried installing the first missing dep. ie "CUPS devel" it could not find said dependancy.
– Rosco
Mar 7 '12 at 17:00
are you able to give us the print from terminal as to the error message
– Ringtail
Mar 7 '12 at 17:04
Thanks for the info BlueXrider. When I do that I get this:Could not open the file /home/mystuff/Downloads/hplip-3.12.2.run using the Unicode (UTF-8) character encoding.Which char encoding do I need?
– Rosco
Mar 9 '12 at 12:17
this is the web site hplipopensource.com/hplip-web/index.html follow the instructions at the left of it. Where it says Install and Setup
– Ringtail
Mar 9 '12 at 12:56
Thanks BlueXrider. Did that and fixed all dependancies. Rebooted PC.But still get this:Type: Printer Device URI: hp:/usb/Photosmart_420_series?serial=CN59N250BX04HP PPD: /etc/cups/ppd/Photosmart_420.ppd PPD Description: HP Photosmart 420 Series, hpcups 3.10.6 Printer status: printer Photosmart_420 is idle. enabled since Fri 09 Mar 2012 17:30:26 GMT error: Unable to communicate with device (code=12): hp:/usb/Photosmart_420_series?serial=CN59N250BX04HP error: Device not found error: Communication status: Failed
– Rosco
Mar 9 '12 at 17:38
I installed hplip as indicated but it still says missing dependancies. When I tried installing the first missing dep. ie "CUPS devel" it could not find said dependancy.
– Rosco
Mar 7 '12 at 17:00
I installed hplip as indicated but it still says missing dependancies. When I tried installing the first missing dep. ie "CUPS devel" it could not find said dependancy.
– Rosco
Mar 7 '12 at 17:00
are you able to give us the print from terminal as to the error message
– Ringtail
Mar 7 '12 at 17:04
are you able to give us the print from terminal as to the error message
– Ringtail
Mar 7 '12 at 17:04
Thanks for the info BlueXrider. When I do that I get this:Could not open the file /home/mystuff/Downloads/hplip-3.12.2.run using the Unicode (UTF-8) character encoding.Which char encoding do I need?
– Rosco
Mar 9 '12 at 12:17
Thanks for the info BlueXrider. When I do that I get this:Could not open the file /home/mystuff/Downloads/hplip-3.12.2.run using the Unicode (UTF-8) character encoding.Which char encoding do I need?
– Rosco
Mar 9 '12 at 12:17
this is the web site hplipopensource.com/hplip-web/index.html follow the instructions at the left of it. Where it says Install and Setup
– Ringtail
Mar 9 '12 at 12:56
this is the web site hplipopensource.com/hplip-web/index.html follow the instructions at the left of it. Where it says Install and Setup
– Ringtail
Mar 9 '12 at 12:56
Thanks BlueXrider. Did that and fixed all dependancies. Rebooted PC.But still get this:Type: Printer Device URI: hp:/usb/Photosmart_420_series?serial=CN59N250BX04HP PPD: /etc/cups/ppd/Photosmart_420.ppd PPD Description: HP Photosmart 420 Series, hpcups 3.10.6 Printer status: printer Photosmart_420 is idle. enabled since Fri 09 Mar 2012 17:30:26 GMT error: Unable to communicate with device (code=12): hp:/usb/Photosmart_420_series?serial=CN59N250BX04HP error: Device not found error: Communication status: Failed
– Rosco
Mar 9 '12 at 17:38
Thanks BlueXrider. Did that and fixed all dependancies. Rebooted PC.But still get this:Type: Printer Device URI: hp:/usb/Photosmart_420_series?serial=CN59N250BX04HP PPD: /etc/cups/ppd/Photosmart_420.ppd PPD Description: HP Photosmart 420 Series, hpcups 3.10.6 Printer status: printer Photosmart_420 is idle. enabled since Fri 09 Mar 2012 17:30:26 GMT error: Unable to communicate with device (code=12): hp:/usb/Photosmart_420_series?serial=CN59N250BX04HP error: Device not found error: Communication status: Failed
– Rosco
Mar 9 '12 at 17:38
|
show 1 more comment
The dependencies can be installed following instructions here:
http://hplipopensource.com/hplip-web/install/manual/distros/ubuntu.html
hplip is not a dependency, it's the package that contains hp-check and other utilities. The dependencies such as "CUPS devel", "Python devel", "PyQt4" and so on can be installed using the following command for Ubuntu 10.04 and up, according to current info from link above (but I recommend checking for updated info):
sudo apt-get install --assume-yes libcups2 cups libcups2-dev cups-bsd cups-client libcupsimage2-dev libdbus-1-dev build-essential ghostscript openssl libjpeg62-dev libsnmp-dev libtool libusb-dev python-imaging policykit-1 policykit-1-gnome python-qt4 python-qt4-dbus python-dbus python-gobject python-dev python-notify python python-reportlab libsane libsane-dev sane-utils xsane
add a comment |
The dependencies can be installed following instructions here:
http://hplipopensource.com/hplip-web/install/manual/distros/ubuntu.html
hplip is not a dependency, it's the package that contains hp-check and other utilities. The dependencies such as "CUPS devel", "Python devel", "PyQt4" and so on can be installed using the following command for Ubuntu 10.04 and up, according to current info from link above (but I recommend checking for updated info):
sudo apt-get install --assume-yes libcups2 cups libcups2-dev cups-bsd cups-client libcupsimage2-dev libdbus-1-dev build-essential ghostscript openssl libjpeg62-dev libsnmp-dev libtool libusb-dev python-imaging policykit-1 policykit-1-gnome python-qt4 python-qt4-dbus python-dbus python-gobject python-dev python-notify python python-reportlab libsane libsane-dev sane-utils xsane
add a comment |
The dependencies can be installed following instructions here:
http://hplipopensource.com/hplip-web/install/manual/distros/ubuntu.html
hplip is not a dependency, it's the package that contains hp-check and other utilities. The dependencies such as "CUPS devel", "Python devel", "PyQt4" and so on can be installed using the following command for Ubuntu 10.04 and up, according to current info from link above (but I recommend checking for updated info):
sudo apt-get install --assume-yes libcups2 cups libcups2-dev cups-bsd cups-client libcupsimage2-dev libdbus-1-dev build-essential ghostscript openssl libjpeg62-dev libsnmp-dev libtool libusb-dev python-imaging policykit-1 policykit-1-gnome python-qt4 python-qt4-dbus python-dbus python-gobject python-dev python-notify python python-reportlab libsane libsane-dev sane-utils xsane
The dependencies can be installed following instructions here:
http://hplipopensource.com/hplip-web/install/manual/distros/ubuntu.html
hplip is not a dependency, it's the package that contains hp-check and other utilities. The dependencies such as "CUPS devel", "Python devel", "PyQt4" and so on can be installed using the following command for Ubuntu 10.04 and up, according to current info from link above (but I recommend checking for updated info):
sudo apt-get install --assume-yes libcups2 cups libcups2-dev cups-bsd cups-client libcupsimage2-dev libdbus-1-dev build-essential ghostscript openssl libjpeg62-dev libsnmp-dev libtool libusb-dev python-imaging policykit-1 policykit-1-gnome python-qt4 python-qt4-dbus python-dbus python-gobject python-dev python-notify python python-reportlab libsane libsane-dev sane-utils xsane
answered Apr 7 '12 at 13:18
Paul
1503
1503
add a comment |
add a comment |
If you know what the needed packages are, you can simply run the usual sudo apt-get install
in a terminal, followed by the names of the packages required.
add a comment |
If you know what the needed packages are, you can simply run the usual sudo apt-get install
in a terminal, followed by the names of the packages required.
add a comment |
If you know what the needed packages are, you can simply run the usual sudo apt-get install
in a terminal, followed by the names of the packages required.
If you know what the needed packages are, you can simply run the usual sudo apt-get install
in a terminal, followed by the names of the packages required.
answered Mar 6 '12 at 16:48
Christopher Kyle Horton
10.4k1269142
10.4k1269142
add a comment |
add a comment |
I also had this problem. The way for this to work is to install the hplip toolbox from the software center. Then sudo hp-toolbox
and then you should be able to install the correct plugin. In fact if you type hp-
then tab you should see a bunch of for HP printers.
-1 just tried this and get warning: hp-toolbox should not be run as root/superuser, followed immediately by error: dBus initialization error. Exiting.
– Tom Brossman
Feb 2 '13 at 14:14
add a comment |
I also had this problem. The way for this to work is to install the hplip toolbox from the software center. Then sudo hp-toolbox
and then you should be able to install the correct plugin. In fact if you type hp-
then tab you should see a bunch of for HP printers.
-1 just tried this and get warning: hp-toolbox should not be run as root/superuser, followed immediately by error: dBus initialization error. Exiting.
– Tom Brossman
Feb 2 '13 at 14:14
add a comment |
I also had this problem. The way for this to work is to install the hplip toolbox from the software center. Then sudo hp-toolbox
and then you should be able to install the correct plugin. In fact if you type hp-
then tab you should see a bunch of for HP printers.
I also had this problem. The way for this to work is to install the hplip toolbox from the software center. Then sudo hp-toolbox
and then you should be able to install the correct plugin. In fact if you type hp-
then tab you should see a bunch of for HP printers.
edited Dec 22 '12 at 2:15
Eric Carvalho
41.2k17113144
41.2k17113144
answered Dec 22 '12 at 1:27
Leon Zap
91
91
-1 just tried this and get warning: hp-toolbox should not be run as root/superuser, followed immediately by error: dBus initialization error. Exiting.
– Tom Brossman
Feb 2 '13 at 14:14
add a comment |
-1 just tried this and get warning: hp-toolbox should not be run as root/superuser, followed immediately by error: dBus initialization error. Exiting.
– Tom Brossman
Feb 2 '13 at 14:14
-1 just tried this and get warning: hp-toolbox should not be run as root/superuser, followed immediately by error: dBus initialization error. Exiting.
– Tom Brossman
Feb 2 '13 at 14:14
-1 just tried this and get warning: hp-toolbox should not be run as root/superuser, followed immediately by error: dBus initialization error. Exiting.
– Tom Brossman
Feb 2 '13 at 14:14
add a comment |
I also had the problem of the printer being seen but not printing. I actually manually added a new instance of the same printer with a new name and description and stuff and it started printing. I'm using SteamOS and I first used:
sudo hp-setup -i
Then I have chosen the identified printer (k209a) but renamed to just the model, added location and description. When it prompted to print a test page I did so without hope but the "Stupid Old Black printer" started to print :)
New contributor
add a comment |
I also had the problem of the printer being seen but not printing. I actually manually added a new instance of the same printer with a new name and description and stuff and it started printing. I'm using SteamOS and I first used:
sudo hp-setup -i
Then I have chosen the identified printer (k209a) but renamed to just the model, added location and description. When it prompted to print a test page I did so without hope but the "Stupid Old Black printer" started to print :)
New contributor
add a comment |
I also had the problem of the printer being seen but not printing. I actually manually added a new instance of the same printer with a new name and description and stuff and it started printing. I'm using SteamOS and I first used:
sudo hp-setup -i
Then I have chosen the identified printer (k209a) but renamed to just the model, added location and description. When it prompted to print a test page I did so without hope but the "Stupid Old Black printer" started to print :)
New contributor
I also had the problem of the printer being seen but not printing. I actually manually added a new instance of the same printer with a new name and description and stuff and it started printing. I'm using SteamOS and I first used:
sudo hp-setup -i
Then I have chosen the identified printer (k209a) but renamed to just the model, added location and description. When it prompted to print a test page I did so without hope but the "Stupid Old Black printer" started to print :)
New contributor
New contributor
answered Dec 27 at 16:12
ZyBeX86
11
11
New contributor
New contributor
add a comment |
add a comment |
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f110580%2fhow-can-i-easily-install-missing-hplip-dependencies%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
On a side note, your system should have all required dependencies for
hplip
already installed if you installed it from the Ubuntu repos through the package management tool of your choice. Or did you install it from elsewhere?– Christopher Kyle Horton
Mar 6 '12 at 16:51