-
Bug
-
Resolution: Done
-
Major
-
None
-
6.12.0, 6.11.0, 6.13.0, 6.14.0, 6.15.0
Document URL:
Section Number and Name:
Section 15.5. Uninstalling the Foreman templates plugin
Step 3
Describe the issue:
As per the current document, the following steps are provided:
3. Uninstall the plugin:
~~~
$ satellite-maintain packages remove foreman-plugin-templates
~~~
Suggestions for improvement:
Checking the Satellite version 6.15, 6.14, 6.13, 6.12, 6.11, 6.10, and 6.9 there is no option "remove" in satellite-maintain packages command:
~~~
$ satellite-maintain packages remove foreman-plugin-templates
ERROR: No such sub-command 'remove'
See: 'satellite-maintain packages --help'
$ satellite-maintain packages -h
Usage:
satellite-maintain packages [OPTIONS] SUBCOMMAND [ARG] ...
Parameters:
SUBCOMMAND subcommand
[ARG] ... subcommand arguments
Subcommands:
lock Prevent packages from automatic update
unlock Enable packages for automatic update
status Check if packages are protected against update
check-update Check for available package updates
install Install packages in an unlocked session
update Update packages in an unlocked session
is-locked Check if update of packages is allowed
Options:
-h, --help print help~~~
Either the step should be removed or the option "remove" should made available.
- relates to
-
SAT-26276 Consistently handle plugin installations
- Backlog