Beta Version
You're viewing documentation for version v1.1.0. Beta versions are subject to changes and may not represent the final stable release. Do not use in production environments.
pkg-add
| PLAKAR-PKG-ADD(1) | General Commands Manual | PLAKAR-PKG-ADD(1) |
NAME
plakar-pkg-add —
Install Plakar plugins
SYNOPSIS
plakar pkg add plugin
... |
DESCRIPTION
The plakar pkg add command adds a local or
a remote plugin.
If plugin matches an existing local file, it is installed directly. Otherwise, it is treated as a recipe name and downloaded from the Plakar plugin server which requires a login via the plakar-login(1) command.
Installing plugins without logging in is possible via the plakar-pkg-build(1) command, provided you have the necessary dependencies to build it locally (currently, official plugins require make and a working Go toolchain).
To force local resolution use an absolute path, otherwise to force remote fetching pass an HTTP or HTTPS URL.
FILES
- ~/.cache/plakar/plugins/
- Plugin cache directory. Respects
XDG_CACHE_HOMEif set. - ~/.local/share/plakar/plugins
- Plugin directory. Respects
XDG_DATA_HOMEif set.
SEE ALSO
plakar-login(1), plakar-pkg-build(1), plakar-pkg-create(1), plakar-pkg-rm(1), plakar-pkg-show(1)
| November 27, 2025 | Plakar |
Found a bug or mistake in the documentation? Create an issue on GitHub