How To Install hpijs on CentOS 7
Introduction
In this tutorial we learn how to install hpijs on CentOS 7.
What is hpijs
hpijs is a collection of optimized drivers for HP printers. hpijs supports the DeskJet 350C, 600C, 600C Photo, 630C, Apollo 2000, Apollo 2100, Apollo 2560, DeskJet 800C, DeskJet 825, DeskJet 900, PhotoSmart, DeskJet 990C, and PhotoSmart 100 series.
We can use yum or dnf to install hpijs on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install hpijs.
Install hpijs on CentOS 7 Using yum
Update yum database with yum using the following command.
sudo yum makecache
After updating yum database, We can install hpijs using yum by running the following command:
sudo yum -y install hpijs
Install hpijs on CentOS 7 Using dnf
If you don’t have dnf installed you can install DNF on CentOS 7 first.
Update yum database with dnf using the following command.
sudo dnf makecache
After updating yum database, We can install hpijs using dnf by running the following command:
sudo dnf -y install hpijs
How To Uninstall hpijs on CentOS 7
To uninstall only the hpijs package we can use the following command:
sudo dnf remove hpijs
References
Summary
In this tutorial we learn how to install hpijs on CentOS 7 using yum and dnf.