How To Install nightview-doc on CentOS 7
Introduction
In this tutorial we learn how to install nightview-doc on CentOS 7.
What is nightview-doc
Documentation files for NightView suite in PDF, PostScript and HTML. See description of “nightview” package for more details.
We can use yum or dnf to install nightview-doc on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install nightview-doc.
Install nightview-doc on CentOS 7 Using yum
Update yum database with yum using the following command.
sudo yum makecache
After updating yum database, We can install nightview-doc using yum by running the following command:
sudo yum -y install nightview-doc
Install nightview-doc 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 nightview-doc using dnf by running the following command:
sudo dnf -y install nightview-doc
How To Uninstall nightview-doc on CentOS 7
To uninstall only the nightview-doc package we can use the following command:
sudo dnf remove nightview-doc
References
Summary
In this tutorial we learn how to install nightview-doc on CentOS 7 using yum and dnf.