How to Install and Uninstall cvs.x86_64 Package on Oracle Linux 8

Last updated: May 03,2024

1. Install "cvs.x86_64" package

This guide covers the steps necessary to install cvs.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install cvs.x86_64

2. Uninstall "cvs.x86_64" package

Learn how to uninstall cvs.x86_64 on Oracle Linux 8:

$ sudo dnf remove cvs.x86_64 $ sudo dnf autoremove

3. Information about the cvs.x86_64 package on Oracle Linux 8

Last metadata expiration check: 1:19:29 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : cvs
Version : 1.11.23
Release : 52.el8
Architecture : x86_64
Size : 594 k
Source : cvs-1.11.23-52.el8.src.rpm
Repository : epel
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.