Commands
Plugin Manager
Load plugin manager with plugins and language modules:
Load plugin manager with plugins and language modules ignoring missing or conflict packages:
Unload plugin manager:
Search for plugins
Show information about a module:
Show information about a plugin:
List running modules:
List running plugins:
Misc
Show help:
Version information:
Package Manager
Like other package managers, plg can synchronize package lists with the software repositories to allow the user to download and install packages with a simple command by solving all required dependencies.
Install packages
You can install a single package or multiple packages using plugify
command in this fashion:
To install a single package or multiple packages from file manifest:
To install a single package or multiple packages from HTTP manifest:
To install missing packages to resolve all of current dependencies:
Update packages
To update a single package or multiple packages:
To update all installed packages:
Remove an installed package
To remove a single package or multiple packages, leaving all of its dependencies installed:
To remove all installed packages:
To remove a conflicted packages with unresolved dependencies:
Search for packages
Print all local packages:
Print all remote packages:
You can search for remote packages by name:
You can search for local packages by name:
Manage packages
You can snapshot installed packages into manifest file. File will be automatically generated at the base directory.
This command is essential for adding packages that are not in the default repositories. Developers create and maintain these repositories and allow others to add them via URLs. Since these are unofficial repositories, add them from trusted sources to avoid potential security threats.