Archive

Posts Tagged ‘linux wine’

Playing PES 2012 on Linux with Wine

September 29th, 2011 6 comments

Playing Pro Evolution Soccer PES 2012 with Linux you can! Just follow the simple installation of the game with Wine to jump-start your game.



Pro Evolution Soccer PES 2012

The nice thing is that the installation of Linux requires the same number of operations than on Windows, no tricks or turns strange:

  • Insert the CD of the game;
  • Start the setup.exe file;
  • Accept the license;
  • Enter the serial number;
  • Install the game;
  • Close the setup screen at the end;

Once the installation is finished you just look in the dash pes12.exe Unity to start the game! Here’s a video demonstration of PES on Ubuntu :

As the article showed only requirement to install PES 2012 Wine on Linux is already ready to have on your system. If not you can follow this simple guide to install Wine on your Ubuntu.

Run Windows Programs on Linux with Wine

September 29th, 2011 No comments

This guide will tell you how to install all the components necessary to run Linux programs on Windows Desktop.

Natively this is impossible because it would require a set of libraries, fonts and present information only on Microsoft systems. To install all these thinks Wine on Linux.

Linux Wine Installing

Installing Wine

To install Wine on Ubuntu should always use the latest updates by downloading packages from the repository (this may take a few minutes):

sudo apt-add-repository ppa ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.3

Perform a Windows program

After installation you will have your menu with Windows applications in the Applications -> Wine -> Programs

You can run Windows programs open the console and type for example:

wine. /program.exe

All programs that require installation, after you run them directly from the application menu.