Forrest logo
back to the flatpak tool

flatpak:tldr:a352c

flatpak: Remove an installed application.
$ flatpak remove ${name}
try on your machine

The command "flatpak remove ${name}" is a command-line instruction used to remove an application installed through Flatpak. Here, "${name}" is a placeholder for the name or ID of the application you wish to remove.

When executed, this command will uninstall the specified application and remove all its associated files and resources 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 flatpak tool