Thanks to visit codestin.com
Credit goes to github.com

Skip to content

pacstall/pacstall

Repository files navigation

Bash v5

PACSTALL

Pacstall Logo

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


Installing

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 -)"

Info

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.


Basic Commands

sudo pacstall -I foo

This will install foo. Equivalent of apt install

sudo pacstall -R foo

This will remove foo. Equivalent of apt remove

sudo pacstall -S foo

This will search for foo in repositories. Equivalent of apt search

sudo pacstall -C

This will open a window where you can choose a repository

sudo pacstall -U

This will update pacstall's scripts

sudo pacstall -Up

This will update packages. Equivalent of apt upgrade