How to Install and Uninstall git-cvs Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "git-cvs" package

Please follow the step by step instructions below to install git-cvs on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install git-cvs

2. Uninstall "git-cvs" package

Please follow the steps below to uninstall git-cvs on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove git-cvs $ sudo apt autoclean && sudo apt autoremove

3. Information about the git-cvs package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: git-cvs
Architecture: all
Version: 1:2.7.4-0ubuntu1.10
Multi-Arch: foreign
Priority: optional
Section: universe/devel
Source: git
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Gerrit Pape
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1015
Depends: git (>> 1:2.7.4), git (<< 1:2.7.4-.), cvsps, libdbd-sqlite3-perl
Suggests: git-doc, cvs
Filename: pool/universe/g/git/git-cvs_2.7.4-0ubuntu1.10_all.deb
Size: 69282
MD5sum: 0ee6fb4fec6562aef8a1f60bf44289d5
SHA1: edf8e94b3e5b961fac01245ddf1ff3c13d09a2e6
SHA256: 94535737b037d4d9718ef939f579d4de74288e05eb1125cccc8e09ed6b1dd7ee
SHA512: 15ac89e82cc2aaad30f37989b098ceb9973aea9cd31a04482eaa20879816e597c68acbb18221a564a5b09cbebc637ce092c9ddb6f7f703afb837668f0e5e1e96
Homepage: https://git-scm.com/
Description-en: fast, scalable, distributed revision control system (cvs interoperability)
Git is popular version control system designed to handle very large
projects with speed and efficiency; it is used for many high profile
open source projects, most notably the Linux kernel.
.
Git falls in the category of distributed source code management tools.
Every Git working directory is a full-fledged repository with full
revision tracking capabilities, not dependent on network access or a
central server.
.
This package provides the git cvsimport, cvsexportcommit, and cvsserver
tools, which allow Git to read from and write to CVS repositories and
offer access over CVS protocol to Git repositories.
.
The git cvsimport tool can incrementally import from a repository that
is being actively developed and only requires remote access over CVS
protocol. Unfortunately, in many situations the import leads to
incorrect results. For reliable, one-shot imports, cvs2git from the
cvs2svn package or parsecvs may be a better fit.
Description-md5: 5c201c3115375a8b8f735f8e7775526c

Package: git-cvs
Priority: optional
Section: universe/devel
Installed-Size: 1013
Maintainer: Ubuntu Developers
Original-Maintainer: Gerrit Pape
Architecture: all
Source: git
Version: 1:2.7.4-0ubuntu1
Depends: git (>> 1:2.7.4), git (<< 1:2.7.4-.), cvsps, libdbd-sqlite3-perl
Suggests: git-doc, cvs
Filename: pool/universe/g/git/git-cvs_2.7.4-0ubuntu1_all.deb
Size: 69290
MD5sum: 105c23f504fede578cfb7d75ffb0615c
SHA1: f918f6a3982d81f27710015887acdb8794c54c21
SHA256: cc37cc1e6408962fc52f982390f386bdfad5907cb2058a174ca36c8d38a3846d
Description-en: fast, scalable, distributed revision control system (cvs interoperability)
Git is popular version control system designed to handle very large
projects with speed and efficiency; it is used for many high profile
open source projects, most notably the Linux kernel.
.
Git falls in the category of distributed source code management tools.
Every Git working directory is a full-fledged repository with full
revision tracking capabilities, not dependent on network access or a
central server.
.
This package provides the git cvsimport, cvsexportcommit, and cvsserver
tools, which allow Git to read from and write to CVS repositories and
offer access over CVS protocol to Git repositories.
.
The git cvsimport tool can incrementally import from a repository that
is being actively developed and only requires remote access over CVS
protocol. Unfortunately, in many situations the import leads to
incorrect results. For reliable, one-shot imports, cvs2git from the
cvs2svn package or parsecvs may be a better fit.
Description-md5: 5c201c3115375a8b8f735f8e7775526c
Multi-Arch: foreign
Homepage: https://git-scm.com/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu