Forrest logo
back to the distrobox-rm tool

distrobox-rm:tldr:cf7e0

distrobox-rm: Remove a distrobox container forcefully.
$ distrobox-rm ${container_name} --force
try on your machine

This command is used to remove a container in a distrobox environment. Here is the breakdown of the command:

  • distrobox-rm: It is the executable or command used to remove a container in the distrobox environment.
  • ${container_name}: This is a placeholder for the name of the container that will be removed. The actual name of the container should be provided in its place.
  • --force: This flag is used to force remove the container, even if it is currently running. It overrides any warnings or errors that may occur during the removal process.
This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the distrobox-rm tool