• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / Completely Remove WINE From Linux Ubuntu Systems

Completely Remove WINE From Linux Ubuntu Systems

By Sourabh / March 9, 2015 Category: How To, Ubuntu

How to completely uninstall Wine in Linux Ubuntu? How to completely remove Wine in Linux Ubuntu? Learn to remove wine folder and all the applications in that folder.

Uninstalling Wine via synaptic will keeps showing it in the application menu. It will uninstall Wine but leave the folders under the Applications menu.

In case you want to completely remove Wine, the ususal uninstall command would leave you wondering what went wrong. If you want a complete uninstall, execute the following commands in Terminal in the following order.


sudo apt-get remove wine
rm -rf $HOME/.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

After deleting the files run command:

sudo apt-get remove –purge wine

Again run the following commands to correct any installation error.


sudo apt-get update
sudo apt-get autoclean
sudo apt-get clean
sudo apt-get autoremove

That’s all. After running the above set of commands, Wine is completely removed from your Ubuntu PC.

To Remove Wine Menu Entries Without Terminal

When you install wine, it creates a “wine” menu in your applications menu, and this menu is partly user specific. To remove the menu entries, open the menu editor and disable or remove the wine related entries. You can also remove the /home/username/.wine folder be either enabling hidden files in nautilus.

You can also open the menu editor from the Dash by press alt+f2 and type alacarte Click on the icon, and the menu editor will come up. Now remove the menu entries.

Tags: Completely Remove Wine in Ubuntu 14.04, Completely Uninstall Wine in Ubuntu 14.04, Linux, Remove Wine in Ubuntu 14.04, Ubuntu, Ubuntu 14.04, Uninstall Wine, Uninstall Wine in Ubuntu

Primary Sidebar

Latest Posts

Ubuntu 25.04 ‘Plucky Puffin’ Is Available To Download

How to Login as Root User in Linux Terminal

Install Firefox In Ubuntu Terminal Command Line

How To Check Kernel Installed Date In Linux Ubuntu

How To List All Kernel Modules That Are Loaded In Ubuntu

Enable Ubuntu Auto Login Without Password

Download Ubuntu 25.04 Official Default Wallpapers

How To Fix Initramfs Error In Ubuntu Command Line

How To Check All Available Kernel Version In Linux Ubuntu

3 Best Artificial Intelligence Domain Name Generators

© 2025 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap