piuparts
.deb package installation, upgrading, and removal testing tool
Install
- All systems
-
curl cmd.cat/piuparts.sh
- Debian
-
apt-get install piuparts
- Ubuntu
-
apt-get install piuparts
- Kali Linux
-
apt-get install piuparts
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install piuparts
- Raspbian
-
apt-get install piuparts
- Dockerfile
- dockerfile.run/piuparts
piuparts
.deb package installation, upgrading, and removal testing tool
piuparts tests that .deb packages (as used by Debian) handle installation, upgrading, and removal correctly. It does this by creating a minimal Debian installation in a chroot, and installing, upgrading, and removing packages in that environment, and comparing the state of the directory tree before and after. piuparts reports any files that have been added, removed, or modified during this process. piuparts is meant as a quality assurance tool for people who create .deb packages to test them before they upload them to the Debian package archive.