How To Install cvs-doc.noarch on Amazon Linux 2
In this tutorial we learn how to install cvs-doc.noarch in Amazon Linux 2. cvs-doc.noarch is Additional documentation for Concurrent Versions System
Introduction
In this tutorial we learn how to install cvs-doc.noarch on Amazon Linux 2.
What is cvs-doc.noarch
FAQ, RCS format description, parallel development how-to, and Texinfo pages in PDF.
We can use yum to install cvs-doc.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install cvs-doc.noarch.
Install cvs-doc.noarch on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install cvs-doc.noarch using yum by running the following command:
sudo yum -y install cvs-doc.noarch
How To Uninstall cvs-doc.noarch on Amazon Linux 2
To uninstall only the cvs-doc.noarch package we can use the following command:
sudo yum remove cvs-doc.noarch
cvs-doc.noarch Package Contents on Amazon Linux 2
/usr/share/doc/cvs-doc-1.11.23
/usr/share/doc/cvs-doc-1.11.23/COPYING
/usr/share/doc/cvs-doc-1.11.23/FAQ
/usr/share/doc/cvs-doc-1.11.23/RCSFILES
/usr/share/doc/cvs-doc-1.11.23/cvs-paper.pdf
/usr/share/doc/cvs-doc-1.11.23/cvs.pdf
/usr/share/doc/cvs-doc-1.11.23/cvsclient.pdf
References
Summary
In this tutorial we learn how to install cvs-doc.noarch on Amazon Linux 2 using yum.