remove-guides / remove-wine-ubuntu

Remove all wine files and dependecies from ubuntu based distros

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wine

Remove Wine from Ubuntu based distros

Remove all dependencies and remaining files from wine



To run use:

chmod +x remove-wine.py
sudo ./remove-wine.py

or 

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

About

Remove all wine files and dependecies from ubuntu based distros


Languages

Language:Python 100.0%