Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uninstalling chaiNNer does not remove files in HOME on Linux #2751

Open
RunDevelopment opened this issue Apr 6, 2024 · 0 comments
Open

Uninstalling chaiNNer does not remove files in HOME on Linux #2751

RunDevelopment opened this issue Apr 6, 2024 · 0 comments
Labels
bug Something isn't working Linux Issue pertains specifically to Linux

Comments

@RunDevelopment
Copy link
Member

Description
Uninstalling chaiNNer on Linux leaves behind files in ~/.config/chaiNNer/ (which contains our integrated python) and ~/.cache/chainner_pip/ (which is basically the package download cache).

Those directories should be removed (mostly) when uninstalling chaiNNer. The only thing that should be left are ~/.config/chaiNNer/settings.json and ~/.config/chaiNNer/logs/. Settings are good to keep for re-installs and logs are important to diagnose issues.

The main task here will be to figure out how to run our code during package uninstallation or how to make the (un)installer remove those files for us.


Originally reported by @ipeevski here.

On linux, the directory is $HOME/.config/chaiNNer It's north of 5Gb after uninstall ...

Another directory that is left over is $HOME/.cache/chainner_pip

@RunDevelopment RunDevelopment added bug Something isn't working Linux Issue pertains specifically to Linux labels Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Linux Issue pertains specifically to Linux
Projects
None yet
Development

No branches or pull requests

1 participant