HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

unopkg — LibreOffice extensions manager. Download extensions from <https://extensions.libreoffice.org>. See a

Submitted by: @import:tldr-pages··
0
Viewed 0 times
extensionscommandunopkgclidownloadlibreofficemanager
linux

Problem

How to use the unopkg command: LibreOffice extensions manager. Download extensions from <https://extensions.libreoffice.org>. See also: libreoffice. More information: <https://manned.org/unopkg>.

Solution

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

Code Snippets

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

Context

tldr-pages: linux/unopkg

Revisions (0)

No revisions yet.