Skip to main content

Posts

Showing posts with the label hplip

Printer Setting in Ubuntu via hplip

I f you have a HP printer at your office or at your home and if you are a vivid user of Ubuntu, then you definitely might have tried to install the printer driver for the same. I have been trying to do that for a couple of years! Alas but things didn't worked for me, mainly because of the fact that hp doesn't provide drivers for the printer in the cds, but rather asks to use a utility called hplip (an abbreviation for HP Linux Imaging and Printing). For one thing in Ubuntu one can install hplip using the package manager apt . You can install hplip using this command in an Ubuntu Box. sudo apt-get install hplip-gui After successful installation of hplip, one can run the program hplip form command line by the command hp-setup . The first window looks like this, where-in one have to select the type of connection with the printer. I have a network printer attached, hence I optionally selected to input the IP address of the printer. After hplip has obtained the i...