5

I wanted to fully uninstall lutris. What I did is run these commands:

sudo apt remove lutris
sudo apt autoremove

Sadly I found that there are 27 GB still in the directories (local , share, lutris, runners, wine).

Zanna
  • 72,312

1 Answers1

5

It is absolutely expected and normal practice.
APT does not touch user files in home directory on package removal.

So you have to remove the Lutris associated directory inside home folder manually.

N0rbert
  • 103,263