1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

eopkg: add page (#8158)

This commit is contained in:
kai 2022-06-27 05:19:09 -05:00 committed by GitHub
parent 6ae6a1bad2
commit 270dda182e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
pages/linux/eopkg.md Normal file
View file

@ -0,0 +1,16 @@
# eopkg
> Package manager for Solus.
> More information: <https://getsol.us/articles/package-management/basics/en/>.
- Install a specific package:
`sudo eopkg install {{package_name}}`
- Update all packages:
`sudo eopkg upgrade`
- Search for packages:
`sudo eopkg search {{search_term}}`