mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-24 11:52:06 +00:00
Update cheatsheets
This commit is contained in:
34
linux/pamac
Normal file
34
linux/pamac
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# pamac
|
||||
|
||||
> A command-line utility for the GUI package manager pamac.
|
||||
> If you can't see the AUR packages, enable it in `/etc/pamac.conf` or in the GUI.
|
||||
> More information: <https://wiki.manjaro.org/index.php/Pamac>.
|
||||
|
||||
- Install a new package:
|
||||
|
||||
`pamac install {{package_name}}`
|
||||
|
||||
- Remove a package and its no longer required dependencies (orphans):
|
||||
|
||||
`pamac remove --orphans {{package_name}}`
|
||||
|
||||
- Search the package database for a package:
|
||||
|
||||
`pamac search {{package_name}}`
|
||||
|
||||
- List installed packages:
|
||||
|
||||
`pamac list --installed`
|
||||
|
||||
- Check for package updates:
|
||||
|
||||
`pamac checkupdates`
|
||||
|
||||
- Upgrade all packages:
|
||||
|
||||
`pamac upgrade`
|
||||
Reference in New Issue
Block a user