1
0
forked from extern/nix-config

Add pacaur command to search for a specific package

This commit is contained in:
Donovan Glover 2017-11-07 20:58:36 -05:00
parent 231b013e8d
commit 2aea8c71ea
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

View File

@ -83,6 +83,7 @@ Note that the preferred way to open things is with the `open` function; however,
- Install packages: `pacaur -S <packages>`
- Remove packages (including dependencies no longer needed): `pacaur -Rs <packages>`
- 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.