Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
tutorial:program:oppm [2020/06/05 00:30]
vexatos [Registering packages globally]
tutorial:program:oppm [2021/01/20 17:32]
hawk777 [Using OPPM] Add register and unregister commands
Line 23: Line 23:
 - `oppm uninstall <​package>​`  ​ - `oppm uninstall <​package>​`  ​
 Removes every file of the specified package from your system. Removes every file of the specified package from your system.
 +
 +- `oppm register <​userorgroup>/<​repository>​`
 +Adds the Github repository found at `https://​github.com/<​userorgroup>/<​repository>​` as an additional source of programs. The repository must have a branch named `master`, and that branch must contain a properly structured file named `programs.cfg` in its root directory.
 +
 +- `oppm unregister <​userorgroup>/<​repository>​`
 +Removes the Github repository found at `https://​github.com/<​userorgroup>/<​repository>​` from the list of additional repositories to search.
  
 ##​Registering packages locally ##​Registering packages locally