Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Latest commit

 

History

History
49 lines (31 loc) · 837 Bytes

README.md

File metadata and controls

49 lines (31 loc) · 837 Bytes

THIS SOFTWARE IS NOW UNMAINTAINED

Anyway, there's better software out there. Distrobox is a suitable alternative.

pactest

Do you frequently test software but forget to uninstall it, or want to use software without it adding or removing files from your system? This script creates a chroot for you to test software from the AUR in.

output

Installation

Use your preferred AUR helper to install pactest-git

paru -S pactest-git

Usage

Setup chroot

pactest -s

Install software in chroot

pactest -i example

Execute software in chroot

pactest -x example

Delete chroot

pactest -d

Chroot into chroot

pactest -c