Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remove-guides/remove-wine-ubuntu
Remove all wine files and dependecies from ubuntu based distros
https://github.com/remove-guides/remove-wine-ubuntu
automation bash debian desktop linux python remove-app remove-apps remove-guides script ubuntu wine winehq
Last synced: 14 days ago
JSON representation
Remove all wine files and dependecies from ubuntu based distros
- Host: GitHub
- URL: https://github.com/remove-guides/remove-wine-ubuntu
- Owner: remove-guides
- Created: 2022-10-08T14:54:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-08T16:50:29.000Z (over 2 years ago)
- Last Synced: 2024-12-18T01:45:53.937Z (about 2 months ago)
- Topics: automation, bash, debian, desktop, linux, python, remove-app, remove-apps, remove-guides, script, ubuntu, wine, winehq
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
[ ![Wine](https://upload.wikimedia.org/wikipedia/commons/thumb/e/ed/WINE-logo.png/120px-WINE-logo.png) ](https://cli.github.com/)
# Remove [Wine](https://www.winehq.org/) from [Ubuntu](https://ubuntu.com/) based distros
## Remove all dependencies and remaining files from wine
To `run` use:
```bash
chmod +x remove-wine.py
sudo ./remove-wine.pyor
sudo python3 remove-wine.py
````SUDO` is needed, without superuser access we can't remove some files and configs
## Explanations
* This script will not remove plugins and files from vim, oh-my-zsh, compose, and other files created by user, unless if these files are in any target directories.
* Be Careful, use this script if you know what are you doing, maybe it can break other stuffs that you might want to use
### Made with 🥰 by [Dpbm](https://github.com/Dpbm)