xpm

x package manager, a uniform interface to various POSIX package managers
git clone git://src.gearsix.net/xpm
Log | Files | Refs | Atom | README

commit 8aee505726c9fcdf5cd1dca70072e65e62825dfe
parent 9ab84dfbea208d30aa347a01093f823cd7e3f2ec
Author: gearsix <gearsix@tuta.io>
Date:   Sun,  3 Apr 2022 13:29:24 +0100

apt remove -> apt purge

Diffstat:
Mxpm.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xpm.sh b/xpm.sh @@ -73,7 +73,7 @@ xpm_install() { xpm_remove() { if [ $(command -v apt) ]; then - sudo apt remove $@ + sudo apt purge $@ elif [ $(command -v zypper) ]; then sudo zypper remove -u $@ elif [ $(command -v xbps-remove) ]; then