How to Install and Uninstall cvs.x86_64 Package on Amazon Linux 2

Last updated: February 06,2025

1. Install "cvs.x86_64" package

Learn how to install cvs.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install cvs.x86_64

2. Uninstall "cvs.x86_64" package

In this section, we are going to explain the necessary steps to uninstall cvs.x86_64 on Amazon Linux 2:

$ sudo yum remove cvs.x86_64 $ sudo yum autoremove

3. Information about the cvs.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : cvs
Arch : x86_64
Version : 1.11.23
Release : 35.amzn2.0.2
Size : 586 k
Repo : amzn2-core/2/x86_64
Summary : Concurrent Versions System
URL : http://cvs.nongnu.org/
License : BSD and GPL+ and GPLv2+ and LGPLv2+ and zlib and Public Domain
Description : CVS (Concurrent Versions System) is a version control system that
: can record the history of your files (usually, but not always,
: source code). CVS only stores the differences between versions,
: instead of every version of every file you have ever created. CVS
: also keeps a log of who, when, and why changes occurred.
:
: CVS is very helpful for managing releases and controlling the
: concurrent editing of source files among multiple authors. Instead
: of providing version control for a collection of files in a single
: directory, CVS provides version control for a hierarchical
: collection of directories consisting of revision controlled files.
: These directories and files can then be combined together to form
: a software release.