Tuesday, June 28, 2016

How to install Windows application on linux

  No comments


Many of Linux users face a big problem that they can't install some important application such as Adobe Photoshop and all Adobe products .

There is an app called Wine you can install Windows application from it .

First : Open the terminal 

Second : Type in the terminal 
$ sudo add-apt-repository ppa:ubuntu-wine/ppa 
Press Enter
Third : Type 
$ sudo apt-get update
Press Enter
Then Type 
$ sudo apt-get install -y wine1.7

The Second Step 

Go to this website Playonlinux
Choose your operating System if you are using the latest version of Ubuntu or Elementary Os then type 
wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
sudo wget http://deb.playonlinux.com/playonlinux_trusty.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux

Now you can open Playonlinux and install any Windows application from it




No comments :

Post a Comment