How to Install and Uninstall pbuilder Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 21,2024

1. Install "pbuilder" package

Please follow the guidelines below to install pbuilder on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pbuilder

2. Uninstall "pbuilder" package

Here is a brief guide to show you how to uninstall pbuilder on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the pbuilder package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: pbuilder
Priority: extra
Section: devel
Installed-Size: 933
Maintainer: Ubuntu Developers
Original-Maintainer: Debian pbuilder maintenance team
Architecture: all
Version: 0.223
Depends: debootstrap | cdebootstrap, dpkg-dev (>= 1.17.0), wget, debconf (>= 0.5) | debconf-2.0
Recommends: devscripts, fakeroot, net-tools | iproute2, sudo
Suggests: cowdancer, gdebi-core
Filename: pool/main/p/pbuilder/pbuilder_0.223_all.deb
Size: 316810
MD5sum: 083adaae9bc2ac90a87ddc19e5b5f4ae
SHA1: 6d85c82b0b790ec480ec0b4d2bbf8a360c1987c1
SHA256: d1e907bd580dc631c384af2cb276f11471d7b53cd08f582d55c77e305ee62980
Description-en: 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: a8198b8566f5ca30b1c95b4df04af8ce
Multi-Arch: foreign
Homepage: http://pbuilder.alioth.debian.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y
Task: ubuntu-sdk