mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-05 09:55:51 +00:00
Update cheatsheets
This commit is contained in:
21
linux/eopkg
Normal file
21
linux/eopkg
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user