mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 14:43:53 +00:00
22 lines
382 B
Plaintext
22 lines
382 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# eopkg
|
|
|
|
> Package manager for Solus.
|
|
> More information: <https://getsol.us/articles/package-management/basics/en/>.
|
|
|
|
- Install a specific package:
|
|
|
|
`sudo eopkg install {{package}}`
|
|
|
|
- Update all packages:
|
|
|
|
`sudo eopkg upgrade`
|
|
|
|
- Search for packages:
|
|
|
|
`sudo eopkg search {{search_term}}`
|