• 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

Using Linux Terminal How To Get Total Disk Size In GB

Count And Find Number Of Files In A Linux Directory Using Command

Check How Many Users Are Created In Linux Ubuntu

How To Check User Permissions In Linux Using Command

Check Which Folder Is Taking More Space In Ubuntu Linux

How to Install Claude Desktop App in Ubuntu Linux

Job Scheduling Using At Command In Linux With Examples

How To Check Permissions Of A Directory In Linux Command

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

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

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