monoceros remove-apt-packages
Removes one or more apt packages from a workbench’s config. They are no longer
installed after the next monoceros apply.
The inverse of
monoceros add-apt-packages.
monoceros remove-apt-packages <name> <pkg> [<pkg> ...] [--yes]Pass the package names as arguments.
Examples
Section titled “Examples”monoceros remove-apt-packages acme jqmonoceros remove-apt-packages acme make tmuxBehavior
Section titled “Behavior”- Idempotent. Removing a package that is not in the list is a no-op.
- No confirmation prompt. The edit is written straight to the yml as soon as you run the command.
- Edits the yml only. Run
monoceros applyto rebuild without the packages.
See also
Section titled “See also”monoceros add-apt-packages- the inverse.