PACSTALL
The AUR Ubuntu never had
Pacstall will attempt to become the AUR Ubuntu wishes it had. It takes the AUR and puts a spin on it, making it easier to install programs without scouring github repos and the likes
You can grab the deb file here although they aren't as up to date as running one of the commands below. If that's not your thing you can run this command:
sudo bash -c "$(curl -fsSL https://git.io/JfHDM)"Or with wget:
sudo bash -c "$(wget -q https://git.io/JfHDM -O -)"This is not the repository for pacscripts (PKGBUILD). They are here. Even though there are packages here, they are for testing pacstall, so I don't have to jump back and forth between repo's.
sudo pacstall -I fooThis will install foo. Equivalent of apt install
sudo pacstall -R fooThis will remove foo. Equivalent of apt remove
sudo pacstall -S fooThis will search for foo in repositories. Equivalent of apt search
sudo pacstall -CThis will open a window where you can choose a repository
sudo pacstall -UThis will update pacstall's scripts
sudo pacstall -UpThis will update packages. Equivalent of apt upgrade
