Forrest logo
back to the snap tool

snap:tldr:99ae1

snap: Uninstall a package.
$ snap remove ${package_name}
try on your machine

The command "snap remove" is used to uninstall or remove a Snap package from the system.

In the command "snap remove ${package_name}", "${package_name}" is a placeholder for the actual name of the Snap package that you want to remove. You need to replace "${package_name}" with the name of the package you want to uninstall.

For example, if you want to remove a Snap package called "example-app", the command would be "snap remove example-app". This command will uninstall the "example-app" Snap package from your system.

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 snap tool