Files
cheatsheet-tldr/tldr/linux/unopkg
2025-03-09 00:16:26 +00:00

36 lines
618 B
Plaintext

---
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]}}`