mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
385 B
Plaintext
22 lines
385 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# eopkg
|
|
|
|
> Package manager for Solus.
|
|
> More information: <https://help.getsol.us/docs/user/package-management/basics/>.
|
|
|
|
- Install a specific package:
|
|
|
|
`sudo eopkg install {{package}}`
|
|
|
|
- Update all packages:
|
|
|
|
`sudo eopkg upgrade`
|
|
|
|
- Search for packages:
|
|
|
|
`sudo eopkg search {{search_term}}`
|