1
0
Fork 0

Create uninstall-wine.sh

This commit is contained in:
Rishon Jonathan R 2023-01-04 16:59:15 +05:30 committed by GitHub
parent 3c6df84804
commit 3ca95f6f6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

11
uninstall-wine.sh Normal file
View File

@ -0,0 +1,11 @@
cd $HOME
rm -r .wine
rm .config/menus/applications-merged/wine*
rm -r .local/share/applications/wine
rm .local/share/desktop-directories/wine*
rm .local/share/icons/????_*.xpm
sudo apt purge winehq-stable && sudo apt autoremove
sudo apt-get update
sudo apt-get autoclean
sudo apt-get clean
sudo apt-get autoremove