1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-10 13:15:43 +02:00

unopkg: add page (#14109)

This commit is contained in:
Wiktor Perskawiec 2024-10-11 19:16:35 +02:00 committed by GitHub
parent 80ad3f1cb9
commit 846a9aecc2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

30
pages/linux/unopkg.md Normal file
View 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}}`