How to Install and Uninstall cvs.x86_64 Package on Fedora 36

Last updated: October 09,2024

1. Install "cvs.x86_64" package

Learn how to install cvs.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf 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 Fedora 36:

$ sudo dnf remove cvs.x86_64 $ sudo dnf autoremove

3. Information about the cvs.x86_64 package on Fedora 36

Last metadata expiration check: 1:01:58 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : cvs
Version : 1.11.23
Release : 59.fc36
Architecture : x86_64
Size : 594 k
Source : cvs-1.11.23-59.fc36.src.rpm
Repository : fedora
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.