Options (8)
-S, --searchbooleanSearch the package database for a package name
Example:
pacstall {{[-S|--search]}} {{query}}-I, --installbooleanInstall a package
Example:
pacstall {{[-I|--install]}} {{package}}-R, --removebooleanRemove a package
Example:
pacstall {{[-R|--remove]}} {{package}}-A, --add-repobooleanAdd a repository to the database (only GitHub and GitLab are supported)
Example:
pacstall {{[-A|--add-repo]}} {{remote_repository_location}}-U, --updatebooleanUpdate pacstall's scripts
Example:
pacstall {{[-U|--update]}}--upgradebooleanUpdate all packages
Example:
pacstall {{[-Up|--upgrade]}}--cache-infobooleanDisplay information about a package
Example:
pacstall {{[-Ci|--cache-info]}} {{package}}-L, --listbooleanList all installed packages
Example:
pacstall {{[-L|--list]}}Examples (8)
Search the package database for a package name
pacstall [-S|--search] queryInstall a package
pacstall [-I|--install] packageRemove a package
pacstall [-R|--remove] packageAdd a repository to the database (only GitHub and GitLab are supported)
pacstall [-A|--add-repo] remote_repository_locationUpdate pacstall's scripts
pacstall [-U|--update]Update all packages
pacstall [-Up|--upgrade]Display information about a package
pacstall [-Ci|--cache-info] packageList all installed packages
pacstall [-L|--list]made by @shridhargupta | data from tldr-pages