How to Install and Uninstall pbuilder Package on openSUSE Leap

Last updated: May 21,2024

1. Install "pbuilder" package

Please follow the step by step instructions below to install pbuilder on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install pbuilder

2. Uninstall "pbuilder" package

Please follow the steps below to uninstall pbuilder on openSUSE Leap:

$ sudo zypper remove pbuilder

3. Information about the pbuilder package on openSUSE Leap

Information for package pbuilder:
---------------------------------
Repository : Main Repository
Name : pbuilder
Version : 0.215-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 329.5 KiB
Installed : No
Status : not installed
Source package : pbuilder-0.215-bp155.2.9.src
Upstream URL : http://pbuilder.alioth.debian.org
Summary : Personal package builder for .deb packages
Description :
pbuilder constructs a chroot system, and builds a package inside the
chroot. It uses apt extensively, and a local mirror, or a fast
connection to a Debian/Ubuntu 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 developers, to allow running pbuilder
just like "debuild", as a normal user.