How to Install and Uninstall pbuilder Package on openSuSE Tumbleweed

Last updated: May 21,2024

1. Install "pbuilder" package

Please follow the step by step instructions below to install pbuilder on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install pbuilder

2. Uninstall "pbuilder" package

This tutorial shows how to uninstall pbuilder on openSuSE Tumbleweed:

$ sudo zypper remove pbuilder

3. Information about the pbuilder package on openSuSE Tumbleweed

Information for package pbuilder:
---------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : pbuilder
Version : 0.231-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 348.6 KiB
Installed : No
Status : not installed
Source package : pbuilder-0.231-2.1.src
Upstream URL : https://pbuilder-team.pages.debian.net/pbuilder
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.