How to Install and Uninstall cvs-buildpackage Package on Kali Linux

Last updated: May 14,2024

1. Install "cvs-buildpackage" package

Please follow the step by step instructions below to install cvs-buildpackage on Kali Linux

$ sudo apt update $ sudo apt install cvs-buildpackage

2. Uninstall "cvs-buildpackage" package

Here is a brief guide to show you how to uninstall cvs-buildpackage on Kali Linux:

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

3. Information about the cvs-buildpackage package on Kali Linux

Package: cvs-buildpackage
Version: 5.26+nmu1
Installed-Size: 125
Maintainer: Debian QA Group
Architecture: all
Depends: dpkg-dev, cvs
Size: 61428
SHA256: 37ecea2dd4601bb86c52bc6d4566c9ef43d3534e88761c5bc3c71f76d96235fd
SHA1: 0f89a3d5f546ba515aa0c0ff8d3d0c9994d85d40
MD5sum: 2c5d3de3f293462f5d201871a6f905ec
Description: set of Debian package scripts for CVS source trees
This package provides the capability to inject or import Debian
source packages into a CVS repository, build a Debian package from
the CVS repository, and helps in integrating upstream changes into
the repository.
.
The import or inject process takes a dsc (Debian source control)
file, and imports it into CVS. The module path can maintains
distribution and section information; for example, one may inject
hemm/hemm/devel/make into the repository.
.
The build process works analogously to dpkg-buildpackage, and can be
used from within the checked out source tree, or with additional
information, can be used from anywhere. In the latter case, you can
build any previous version of the package, as long as the
corresponding orig.tar.gz file is still around. The build script
checks out the relevant version from the CVS repository, and runs
dpkg-buildpackage to create the Debian package.
.
Combined, these utilities provide an infrastructure to facilitate the
use of CVS by Debian maintainers. This allows one to keep separate
CVS branches of a package for stable, unstable, and possibly
experimental distributions, along with the other benefits of a
version control system.
.
This can be used to generate a unified CVS source tree, for example.
Description-md5:
Tag: devel::buildtools, devel::debian, devel::packaging, devel::rcs,
implemented-in::perl, interface::commandline, role::program,
scope::utility, suite::debian, use::synchronizing,
works-with::software:source
Section: vcs
Priority: optional
Filename: pool/main/c/cvs-buildpackage/cvs-buildpackage_5.26+nmu1_all.deb