subhra74 / snowflake

Graphical SFTP client and terminal emulator with helpful utilities
GNU General Public License v3.0
2.15k stars 231 forks source link

Provide uninstall instructions for binary installer #161

Open tacerus opened 3 years ago

tacerus commented 3 years ago

Is your feature request related to a problem? Please describe. This does not concern an issue with the application itself.

Describe the solution you'd like Provide either an uninstall script, or instructions which file paths to delete in order to fully remove the application from the system. The terminal output of the binary installer only shows it copying files into /opt/, however there also seem to be files in /usr/bin/ and /usr/share/, causing concern there might be leftovers in other directories.

Describe alternatives you've considered Listing all files being created and/or modified during the binary install in a wiki article, in order for the user to remove them manually if an uninstallation is desired.

Additional context Not applicable.

424778940z commented 2 years ago

I did following by read the installer log

sudo rm -rf /opt/snowflake
sudo rm -rf /usr/bin/snowflake
sudo rm -rf /usr/share/applications/snowflake.desktop
rm -rf ~/snowflake-ssh