stamp remove

Remove a package and untrack it

stamp remove <package> [flags]

Examples

  # remove using the manager recorded in the manifest
  stamp remove htop

  # specify a manager explicitly
  stamp remove lazygit -m brew

  # remove a DNF package group
  stamp remove "Development Tools" -m dnf --group

  # all these aliases behave the same way
  stamp uninstall htop
  stamp rm htop
  stamp delete htop
  stamp del htop

Options

  -g, --group            remove a DNF package group
  -h, --help             help for remove
  -m, --manager string   package manager to use

Options inherited from parent commands

  -j, --json      output results in JSON format
  -v, --verbose   enable debug logging
  -y, --yes       auto-accept all prompts

SEE ALSO