mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 08:22:09 +02:00

* pages/*, style-guide: update pages, fix Markdown (commit 1) * Update pages * style-guide.de: update page * Apply suggestions from code review Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * pip3: remove search command * rpm: update path placeholder Co-authored-by: pixel <pixel+github@chrissx.de> * Update pages/linux/pkgfile.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: pixel <pixel+github@chrissx.de>
656 B
656 B
pacstall
An AUR package manager for Ubuntu. More information: https://github.com/pacstall/pacstall.
- Search the package database for a package name:
pacstall --search {{query}}
- Install a package:
pacstall --install {{package}}
- Remove a package:
pacstall --remove {{package}}
- Add a repository to the database (only GitHub and GitLab are supported):
pacstall --add-repo {{remote_repository_location}}
- Update pacstall's scripts:
pacstall --update
- Update all packages:
pacstall --upgrade
- Display information about a package:
pacstall --query-info {{package}}
- List all installed packages:
pacstall --list