this post was submitted on 09 May 2024
5 points (85.7% liked)

Linux Cafe

61 readers
1 users here now

This is a friendly and welcoming place for all Linux users, from the curious to try, to the veteran sysadmins. Join our Discord: https://discord.gg/YY4zrNR

founded 1 year ago
MODERATORS
5
submitted 9 months ago* (last edited 9 months ago) by cosmicrookie to c/linuxcafe
 

So I recently tried Mailspring, and decided it was not for me. So i found it on the menu, right clicked and selected uninstall (Mint Cinnamon).

Now I am concerned if all files and cache have been deleted. I then ran "apt remove mailspring" ( My firt stime typing my own command on the terminal by memory!!!! - i feel so nerdy in a good way!!). Anyway, that could not locate package.

Should I be concerned of it having left any files behind, or am I safe to assume that all files have been deleted?

The reason why I am asking is, that the program (mailspring) was running when I deleted it though the menu and kept running after deletion! I just couldn't find it on the menu any longer.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 9 months ago (1 children)

If you do use apt or dpkg without purge it will possibly leave configuration files there after removing. You can use dpkg -l|grep rc and then search for entries with rc in the first column at the left. But I guess that Linux Mint did use Flatpak and not apt to install Mailspring. In that case the Mailspring app would be gone completely.

[โ€“] cosmicrookie 1 points 9 months ago