Today I installed WINE because I was hoping that my Contact Manager Timer Matters 5.0 would work with it. It would not work. So I un-installed WINE. When I installed WINE it added about 450 megs of files and when I removed WINE it removed about 215 megs. That leaves a lot of files still installed.
How do I un-install all those newly installed files? I installed and un-installed through the repository.
Tried a few things I found on line --
cd $HOME
rm -rf .wine
rm -f $HOME/.config/menus/applications-merged/wine*
rm -rf $HOME/.local/share/applications/wine
rm -f $HOME/.local/share/desktop-directories/wine*
rm -f $HOME/.local/share/icons/?_*.{xpm,png}
rm -f $HOME/.local/share/icons/*-x-wine-*.{xpm,png}
rm -f $HOME/.local/share/icons/?_*.{xpm,png}
rm -f $HOME/.local/share/icons/*-x-wine-*.{xpm,png}
This sudo dpkg --get-selections |grep wine
returns this
libkwineffects1abi3 install
I did
sudo apt-get clean
How do I un-install all those newly installed files? I installed and un-installed through the repository.
Tried a few things I found on line --
cd $HOME
rm -rf .wine
rm -f $HOME/.config/menus/applications-merged/wine*
rm -rf $HOME/.local/share/applications/wine
rm -f $HOME/.local/share/desktop-directories/wine*
rm -f $HOME/.local/share/icons/?_*.{xpm,png}
rm -f $HOME/.local/share/icons/*-x-wine-*.{xpm,png}
rm -f $HOME/.local/share/icons/?_*.{xpm,png}
rm -f $HOME/.local/share/icons/*-x-wine-*.{xpm,png}
This sudo dpkg --get-selections |grep wine
returns this
libkwineffects1abi3 install
I did
sudo apt-get clean
Comment