Announcements

Help Wizard

Step 1

NEXT STEP

How to completely remove spotify in linux?

Solved!

How to completely remove spotify in linux?

apt-get purge doesn't completely remove spotify, when I reinstall I'm still logged in with my libraries immediately loaded.

Reply

Accepted Solutions
Marked as solution

It is because apt doesn't touch your /home directory. You have to manually delete them.

To remove the Spotify Config Folder in your /home Directory.

rm -R ~/.config/spotify

in Terminal.

Or you check the hidden files option in your Filemanager and navigate to the .config folder in your /home Directory and delete the spotify folder.

View solution in original post

1 Reply
Marked as solution

It is because apt doesn't touch your /home directory. You have to manually delete them.

To remove the Spotify Config Folder in your /home Directory.

rm -R ~/.config/spotify

in Terminal.

Or you check the hidden files option in your Filemanager and navigate to the .config folder in your /home Directory and delete the spotify folder.

Suggested posts