A simple package manager for helping the installation of software that is difficult to deal with to be as simple as one command and everything just works
Installation
Using official website
curl -Ssf https://pix.koompi.org/installer.sh | shInstalling from source.
git clone https://github.com/koompi/os-pix.git
cd os-pix
chmod +x build.sh
./build.sh
cd build
sudo pacman -U ./pix-version-rel-arch.pkg.tar.zstUSAGE
Getting help:
pix -hListing all packages:
pix -lInstalling multiple packages:
pix -i package-name package-name package-name Removing a package
pix -r package-name package-name package-nameUpdating all packages
pix -u