mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 04:01:39 +00:00
Update cheatsheets
This commit is contained in:
35
tldr/linux/unopkg
Normal file
35
tldr/linux/unopkg
Normal file
@@ -0,0 +1,35 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# unopkg
|
||||
|
||||
> LibreOffice extensions manager.
|
||||
> Download extensions from <https://extensions.libreoffice.org>.
|
||||
> See also: `libreoffice`.
|
||||
> More information: <https://manned.org/unopkg>.
|
||||
|
||||
- Add and deploy given extension:
|
||||
|
||||
`unopkg add {{path/to/extension}}`
|
||||
|
||||
- Remove extension:
|
||||
|
||||
`unopkg remove {{extensions_id}}`
|
||||
|
||||
- Display information about deployed extensions:
|
||||
|
||||
`unopkg list`
|
||||
|
||||
- Raise extensions dialog (GUI):
|
||||
|
||||
`unopkg gui`
|
||||
|
||||
- Reinstall all deployed extensions:
|
||||
|
||||
`unopkg reinstall`
|
||||
|
||||
- Display help:
|
||||
|
||||
`unopkg {{-h|--help}}`
|
||||
Reference in New Issue
Block a user