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

Last updated: February 06,2025

1. Install "rcs.x86_64" package

Please follow the guidance below to install rcs.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install rcs.x86_64

2. Uninstall "rcs.x86_64" package

Please follow the guidance below to uninstall rcs.x86_64 on Amazon Linux 2:

$ sudo yum remove rcs.x86_64 $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : rcs
Arch : x86_64
Version : 5.9.0
Release : 5.amzn2.0.2
Size : 231 k
Repo : amzn2-core/2/x86_64
Summary : Revision Control System (RCS) file version management tools
URL : http://www.gnu.org/software/rcs/
License : GPLv3+
Description : The Revision Control System (RCS) is a system for managing
: multiple versions of files. RCS automates the storage, retrieval,
: logging, identification and merging of file revisions. RCS is
: useful for text files that are revised frequently (for example,
: programs, documentation, graphics, papers and form letters).
:
: The rcs package should be installed if you need a system for
: managing different versions of files.