mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-13 23:15:41 +02:00
unopkg: add page (#14109)
This commit is contained in:
parent
80ad3f1cb9
commit
846a9aecc2
1 changed files with 30 additions and 0 deletions
30
pages/linux/unopkg.md
Normal file
30
pages/linux/unopkg.md
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
# 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}}`
|
Loading…
Add table
Reference in a new issue