-
-
Notifications
You must be signed in to change notification settings - Fork 59
Home
Elsie edited this page Oct 14, 2024
·
12 revisions
- To install a package, run
pacstall -I pkg
- To search for a package, run
pacstall -S pkg
- To remove a package, run
pacstall -R pkg
If you haven’t caught on by now, the first letter of the flag pertains to the action. Some exceptions apply, such as pacstall -Ci pkg
for querying info. For all flags, you can run pacstall --help
or man 8 pacstall
.