mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 09:47:57 +02:00
Add pacaur command to search for a specific package
This commit is contained in:
parent
231b013e8d
commit
2aea8c71ea
@ -83,6 +83,7 @@ Note that the preferred way to open things is with the `open` function; however,
|
|||||||
- Install packages: `pacaur -S <packages>`
|
- Install packages: `pacaur -S <packages>`
|
||||||
- Remove packages (including dependencies no longer needed): `pacaur -Rs <packages>`
|
- Remove packages (including dependencies no longer needed): `pacaur -Rs <packages>`
|
||||||
- Update all packages: `pacaur -Syu`
|
- Update all packages: `pacaur -Syu`
|
||||||
|
- Search for a specific package: `pacaur -Ss <package>`
|
||||||
|
|
||||||
Note that if you ever get 404s with `pacman` or `pacaur`, you need to update your local database to the new download locations with `-Syu` first.
|
Note that if you ever get 404s with `pacman` or `pacaur`, you need to update your local database to the new download locations with `-Syu` first.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user