1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 15:19:43 +01:00
tldr/pages/linux/unopkg.md
2024-10-11 22:46:35 +05:30

524 B

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