Showing posts with label Ubuntu. Show all posts
Showing posts with label Ubuntu. Show all posts

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.

Sunday, January 4, 2015

Adobe Dreamweaver in Ubuntu

If you use ubuntu and you want to install Dreamweaver in that than it is hard for install it.
In ubuntu not support exe file so your Dreamweaver setup file for ubtuntu any version is not use in that.
Ubuntu only support deb file for install any program in that and Adobe not provide deb files for Dreamweaver.
If you use regular Dreamweaver in window and need it on your ubuntu system than use below steps.

  1. Install latest wine in ubuntu.
  2. Than download Adobe Dreamweaver 8 from many sources.
  3. Right click on exe setup file.
  4. Open with wine.
  5. Install complate setup as window.
  6. Now run Dreamweaver in ubuntu using wine.
  7. If you want to buy serial or get serial key from anywhere.
Here if you try to install latest version of Dreamweaver like CS6, CS5 OR CC than many links if you usefully that.

But this is best way for easy to use Dreamweaver in ubuntu.