How to Install and Uninstall pbuilder Package on Kali Linux

Last updated: May 21,2024

1. Install "pbuilder" package

Here is a brief guide to show you how to install pbuilder on Kali Linux

$ sudo apt update $ sudo apt install pbuilder

2. Uninstall "pbuilder" package

Please follow the guidelines below to uninstall pbuilder on Kali Linux:

$ sudo apt remove pbuilder $ sudo apt autoclean && sudo apt autoremove

3. Information about the pbuilder package on Kali Linux

Package: pbuilder
Version: 0.231
Installed-Size: 977
Maintainer: Debian pbuilder maintenance team
Architecture: all
Depends: debootstrap (>= 1.0.97) | cdebootstrap, dpkg-dev (>= 1.17.0), debconf (>= 0.5) | debconf-2.0
Recommends: devscripts, eatmydata, fakeroot, net-tools | iproute2, sudo
Suggests: cowdancer, gdebi-core
Size: 359812
SHA256: ae552ca2d700e0faa04cc1ed29e3b770b4040f06d4b2a7828401372fbec16e0c
SHA1: ab016a9320e103fb40c8108f9852a272fdd71080
MD5sum: e8133d51dcb267f49f4cb66df4f7490a
Description: personal package builder for Debian packages
pbuilder constructs a chroot system, and builds a package inside the
chroot.
It is an ideal system to use to check
that a package has correct build-dependencies.
It uses apt extensively, and a local mirror, or a fast connection
to a Debian mirror is ideal, but not necessary.
.
"pbuilder create" uses debootstrap to create a chroot image.
.
"pbuilder update" updates the image to the current state of
testing/unstable/whatever
.
"pbuilder build" takes a *.dsc file and builds a binary in the chroot
image.
.
pdebuild is a wrapper for Debian Developers, to allow running
pbuilder just like "debuild", as a normal user.
Description-md5:
Multi-Arch: foreign
Homepage: https://pbuilder-team.pages.debian.net/pbuilder
Tag: devel::packaging, interface::commandline, role::program, scope::utility,
suite::debian, works-with::software:source
Section: devel
Priority: optional
Filename: pool/main/p/pbuilder/pbuilder_0.231_all.deb