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:
parent
6ae6a1bad2
commit
270dda182e
1 changed files with 16 additions and 0 deletions
16
pages/linux/eopkg.md
Normal file
16
pages/linux/eopkg.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue