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

Last updated: May 18,2024

1. Install "svn-buildpackage" package

This guide covers the steps necessary to install svn-buildpackage on Kali Linux

$ sudo apt update $ sudo apt install svn-buildpackage

2. Uninstall "svn-buildpackage" package

Learn how to uninstall svn-buildpackage on Kali Linux:

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

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

Package: svn-buildpackage
Version: 0.8.8
Installed-Size: 1034
Maintainer: Debian QA Group
Architecture: all
Depends: subversion, devscripts (>= 2.10.54), perl:any, libsvn-perl, file, wget, unp, liburi-perl, libcapture-tiny-perl, libfile-libmagic-perl, liblocale-gettext-perl
Recommends: debhelper
Size: 219812
SHA256: d0ca5137156b07eac26259b7ff2c9b892fa3e9e36cce1de9c27a84042cfb7e79
SHA1: 38dad4be38a2336703783652614c56014014ba3f
MD5sum: eee73f469fb68d99fd9d8f9c8e744e12
Description: helper programs to maintain Debian packages with Subversion
svn-buildpackage (formerly svn-devscripts) contains tools that help to
automate the task of maintaining Debian packages inside of a Subversion
repository. They are intended to be used by Debian maintainers to simplify
the error-prone actions with the svn, devscripts, and dpkg-dev utilities.
.
- svn-inject: creates the initial directory structure of a
Debian-SVN repository and imports existing packages
- svn-upgrade: imports upstream changes into the upstream branch and
updates the Debian trunk directory, merging and tagging as needed
- svn-buildpackage: wrapper around dpkg-buildpackage (or other builders),
exporting/merging/tagging source as needed
- svn-do: exports a source, runs a command inside the exported source and,
if the command succeeds, copies back the debian/ tree
- uclean: removes redundant files from upstream source packages
.
The package also includes a detailed HOWTO document.
Description-md5:
Tag: devel::debian, devel::packaging, devel::rcs, implemented-in::perl,
interface::commandline, role::program, scope::utility, suite::debian,
works-with::software:package
Section: vcs
Priority: optional
Filename: pool/main/s/svn-buildpackage/svn-buildpackage_0.8.8_all.deb