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)
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)
- Open terminal by click ALT+T
- Than write/copy below command in terminal
Here if you install wine1.7 or wine1.5 than enter wine version in below commandsudo apt-get --purge remove wine
- Remove wine directories and all sub folders from system.
- After deleting all related folders Enter below commend in terminal.
sudo apt-get remove --purge wine
- If you got any error in below command than try after restarting system.
- Than enter below command for clean system
sudo apt-get update sudo apt-get autoclean sudo apt-get clean sudo apt-get autoremove
No comments :
Post a Comment