Suggestion: Improvements to the 1Password Uninstallation Guide on Linux with Flatpak

CharDSon
CharDSon
Community Member
edited August 2023 in Linux

In the guide on uninstalling 1Password on Linux using Flatpak, a command is mentioned that removes 1Password along with its data:

sudo flatpak uninstall com.onepassword.OnePassword && sudo rm -r ~/.var/app/com.onepassword.OnePassword/config/*

I suggest removing the "sudo" command and clarifying that administrator permissions are not required for this. Instead, you can use a built-in Flatpak function to uninstall the application and its data:

flatpak uninstall --delete-data com.onepassword.OnePassword

Additionally, in the documentation about removing Flatpak applications, the following command is mentioned:

sudo flatpak uninstall onepassword

In this case, there's no need to use "sudo," and it's important to specify the application ID correctly. For 1Password, the ID is "com.onepassword.OnePassword" rather than just "onepassword." Therefore, the correct command would be:

flatpak uninstall com.onepassword.OnePassword

The final result would look like this:

Flatpak

To remove 1Password for Linux:

flatpak uninstall com.onepassword.OnePassword

To remove 1Password for Linux and your 1Password data:

flatpak uninstall --delete-data com.onepassword.OnePassword

1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Fedora Workstation
Browser: Firefox

Comments

  • AliH1P
    edited August 2023

    Hey @CharDSon, thanks for bringing this to our attention! I'll pass these details along to the appropriate team.

    Ali

    ref: dev/web/support.1password.com#4114

This discussion has been closed.