{"id":1408,"date":"2021-12-16T13:56:33","date_gmt":"2021-12-16T10:56:33","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/07\/27\/how-to-purge-wine-from-linux\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/07\/27\/how-to-purge-wine-from-linux\/"},"modified":"2021-12-16T13:56:33","modified_gmt":"2021-12-16T10:56:33","slug":"how-to-purge-wine-from-linux","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1408-how-to-purge-wine-from-linux\/","title":{"rendered":"How to purge Wine from Linux"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>If you\u2019ve decided not to use Wine anymore on your Linux PC, you\u2019ll probably want to know how to uninstall it and purge all Wine programs from your system. Sadly, if you\u2019re a new user, there\u2019s no built-in way to remove Wine from your system. Instead, you\u2019ll have to do it manually. Here\u2019s how.<\/p>\n<p>Note: In this guide, we\u2019ll show you exactly how you can remove Wine. We\u2019ll cover the \u201cwine\u201d package. If you installed Wine on your Linux PC with a different package, you\u2019re on your own.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignleft size-full wp-image-406115\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-purge-wine-from-linux.png\" alt=\"\" width=\"1200\" height=\"384\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-purge-wine-from-linux.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-purge-wine-from-linux-4.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-purge-wine-from-linux-6.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-purge-wine-from-linux-8.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<h2>Purge Wine from Ubuntu<\/h2>\n<p>To purge Wine from Ubuntu, start by opening up a terminal window. You can do this by pressing\u00a0<strong>Ctrl + Alt + T\u00a0<\/strong>on the keyboard. Or, search for \u201cTerminal\u201d in the app menu.<\/p>\n<p>Once the terminal window is open, start by deleting the Wine folder in your home directory using the\u00a0<strong>rm\u00a0<\/strong>command.\u00a0<\/p>\n<pre>\nrm -rf ~\/.wine\n<\/pre>\n<p>After deleting this folder, uninstall all Wine packages. Be sure to use the\u00a0<strong>\u2013purge\u00a0<\/strong>command-line switch to erase any configuration files that Wine has on Ubuntu.\u00a0<\/p>\n<pre>\nsudo apt-get remove wine* --purge\n<\/pre>\n<p>When the installation is complete, you\u2019ll also have to run the\u00a0<strong>autoremove\u00a0<\/strong>command to eliminate any leftover Wine packages that might still be there on the system.<\/p>\n<pre>\nsudo apt-get autoremove -y\n<\/pre>\n<p>With the\u00a0<strong>autoremove\u00a0<\/strong>command complete, Wine is purged from Ubuntu.<\/p>\n<h2>Purge Wine from Debian<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignleft size-full wp-image-406115\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-purge-wine-from-linux.png\" alt=\"\" width=\"1200\" height=\"384\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-purge-wine-from-linux.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-purge-wine-from-linux-4.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-purge-wine-from-linux-6.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-purge-wine-from-linux-8.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p>To thoroughly purge and uninstall Wine from Debian, start by opening up a terminal window on the Debian desktop. Do this by pressing <strong>Ctrl + Alt + T\u00a0<\/strong>on the keyboard or search for \u201cTerminal\u201d in the app menu. Next, use the <strong>rm\u00a0<\/strong>command to delete your Wine folder from your home directory with the terminal window open. This folder holds all Wine-related apps.<\/p>\n<pre>\nrm -rf ~\/.Wine\n<\/pre>\n<p>Next, use the\u00a0<strong>apt-get remove\u00a0<\/strong>command to uninstall the Wine app and any Wine-related programs on Debian. Finally, be sure to use the <strong>\u2013purge\u00a0<\/strong>command-line switch, as this will also erase any configuration files that happen to be on the system.\u00a0<\/p>\n<pre>\nsudo apt-get remove wine* --purge\n<\/pre>\n<p>When everything is uninstalled from Debian, you\u2019ll also need to use the\u00a0<strong>autoremove\u00a0<\/strong>command to get rid of any remaining Wine packages that might still be there.\u00a0<\/p>\n<pre>\nsudo apt-get autoremove -y\n<\/pre>\n<p>Now that the\u00a0<strong>autoremove\u00a0<\/strong>command is complete, Wine will be purged from Debian.<\/p>\n<h2>Purge Wine from Arch Linux<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignleft size-full wp-image-406114\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-purge-wine-from-linux-2.png\" alt=\"\" width=\"1200\" height=\"588\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-purge-wine-from-linux-2.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-purge-wine-from-linux-10.png 300w, https:\/\/www.addictivetips.com\/app\/uploads\/2021\/07\/wine-folder-fs8-1024x502.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-purge-wine-from-linux-12.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p>To get the Wine application purged from Arch Linux, start by opening up a terminal window on the desktop. When the terminal window is open and ready to use, delete your Wine folder using the\u00a0<strong>rm\u00a0<\/strong>command.\u00a0<\/p>\n<pre>\nrm -rf ~\/.Wine\n<\/pre>\n<p>After deleting the Wine folder, you\u2019ll next need to uninstall the Wine package. However, while doing this, don\u2019t use the\u00a0<strong>pacman -R<\/strong>, command as this will only uninstall the \u201cwine\u201d package, instead of the \u201cwine\u201d package and all its dependencies.<\/p>\n<p>Instead, uninstall the \u201cwine\u201d package using the\u00a0<strong>-Rsc\u00a0<\/strong>command-line switch. This command will help you delete everything related to Wine on your computer that exists.<\/p>\n<pre>\nsudo pacman -Rsc wine\n<\/pre>\n<h2>Purge Wine from Fedora<\/h2>\n<p>To start, open up a terminal window on the Fedora desktop press\u00a0<strong>Ctrl + Alt + T\u00a0<\/strong>on the keyboard, or search for \u201cTerminal\u201d in the app menu and launch it that way. When the terminal window is open, use the\u00a0<strong>rm\u00a0<\/strong>command to delete your Wine folder from the computer.<\/p>\n<pre>\nrm -rf ~\/.Wine\n<\/pre>\n<p>Now that the Wine folder is removed from Fedora, you\u2019ll need to uninstall the Wine packages from Fedora. Thankfully, unlike a lot of other Linux OSes, there\u2019s no need to purge anything. Dnf does it automatically.<\/p>\n<pre>\nsudo dnf remove wine -y\n<\/pre>\n<p>After uninstalling the Wine packages from your system, Wine will be purged from Fedora.<\/p>\n<h2>Purge Wine from OpenSUSE<\/h2>\n<p>To purge Wine from OpenSUSE, start by deleting your Wine folder from the computer. To do that, you\u2019ll need to open up a terminal window. Open up a terminal by pressing\u00a0<strong>Ctrl + Alt + T\u00a0<\/strong>on the keyboard. You can also open one by searching for \u201cTerminal\u201d in the app menu.<\/p>\n<p>Next, using the\u00a0<strong>rm\u00a0<\/strong>command, delete the Wine folder from your home directory. Keep in mind; this will remove all of your Wine programs and files installed.<\/p>\n<pre>\nrm -rf ~\/.Wine\n<\/pre>\n<p>After deleting the Wine folder, you will need to get rid of the Wine packages on your system. To do that, use the\u00a0<strong>zypper rm\u00a0<\/strong>command, but be sure to include the <strong>-u<\/strong> command-line switch. This switch will also allow you to uninstall all related dependencies to the \u201cwine\u201d packages on your OpenSUSE system.<\/p>\n<pre>\nsudo zypper rm -u wine\n<\/pre>\n<p>Once the installation of the Wine package and the rest of the dependencies are complete, you\u2019ll have purged Wine from your OpenSUSE system.<\/p>\n<h2>\u00a0<\/h2>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles If you\u2019ve decided not to use Wine anymore on your Linux PC, you\u2019ll probably want to know how to uninstall it and purge all Wine programs from your system. Sadly, if you\u2019re a new user, there\u2019s no built-in way to remove Wine from your system. Instead, you\u2019ll have to do it manually. Here\u2019s &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1409,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[21],"tags":[33],"_links":{"self":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1408"}],"collection":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/comments?post=1408"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1408\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1409"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1408"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1408"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1408"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}