Sunday, January 18, 2015

Uninstall Wine Completely in Ubuntu

For Ubuntu operating system user well known about wine.
Wine is Ubuntu software package for run windows application in Ubuntu as Ubuntu operating system.
It install from Ubuntu software center or from terminal by `sudo-apt get install wine`.

when you have not use wine or not support for your window software than must uninstall it to release space and make Ubuntu performance high.
Here process for remove Wine complacently from  Ubuntu (any version of Ubuntu)
  1. Open terminal by click ALT+T
  2. Than write/copy below command in terminal
    sudo apt-get --purge remove wine
    Here if you install wine1.7 or wine1.5 than enter wine version in below command
  3. Remove wine directories and all sub folders from system.
  4. After deleting all related folders Enter below commend in terminal.
    sudo apt-get remove --purge wine
  5. If you got any error in below command than try after restarting system.
  6. Than enter below command for clean system
    sudo apt-get update
    sudo apt-get autoclean
    sudo apt-get clean
    sudo apt-get autoremove 
Now after complete below process exit terminal and restart system than check wine remove complete from Ubuntu.

No comments :

Post a Comment