• 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

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

How To Fix Broken Packages On Ubuntu From Terminal

Re Execute The Previous Command In Linux Ubuntu Command Line

How Much RAM Is Needed For Ubuntu PC

How To Find Large Files And Directories In Linux Command Line

How To Use Clear Command History In Linux Terminal

Linux Command To Check RAM Size In Ubuntu Terminal In GB

How To Install Proprietary Drivers In Linux Ubuntu Using Terminal

How To Shutdown Linux With A 15 Minute Delay And Message

Free AI Courses With Certificate For Beginners In India

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

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