31 lines
789 B
Text
31 lines
789 B
Text
|
================================================================
|
||
|
|
||
|
The nspluginwrapper is installed on a per user basis. All of
|
||
|
the commands can be run as an unprivileged user.
|
||
|
|
||
|
================================================================
|
||
|
|
||
|
To install all the plugins from their default locations:
|
||
|
|
||
|
nspluginwrapper -v -a -i
|
||
|
|
||
|
================================================================
|
||
|
|
||
|
To install a specific plugin:
|
||
|
|
||
|
nspluginwrapper -i path/to/plugin.so
|
||
|
|
||
|
================================================================
|
||
|
|
||
|
To remove a specific plugin:
|
||
|
|
||
|
nspluginwrapper -r path/to/plugin.so
|
||
|
|
||
|
================================================================
|
||
|
|
||
|
To view all currently installed plugins:
|
||
|
|
||
|
nspluginwrapper -l
|
||
|
|
||
|
================================================================
|