放置江湖步辇图有啥用:ubuntu 下安装wine 来运行windows程序

来源:百度文库 编辑:中财网 时间:2024/04/29 21:16:20

Adding the WineHQ PPA Repository:

Open the Software Sources menu by going to Applications->Ubuntu Software Center, then selecting Edit->Software Sources. Choose the Other Software tab and click Add.

Then, copy and paste the line below.

ppa:ubuntu-wine/ppa

Warning: Beta packages

The 1.3 packages here are beta packages. This means they will periodically suffer from regressions, and as a result an update may break functionality in Wine. If the stable 1.2 Wine version works for you, then you may not want to use these beta packages.

Installing Wine:

Once you have added the WineHQ PPA Repository, you are ready to install.

To get the most recent Wine 1.3 beta, click this link to install the wine1.3 package.

To install the older, stable Wine 1.2 version, click this link to install the wine1.2 package.

Upgrading to a new version of Ubuntu

If you are upgrading the entire system, such as going from Ubuntu 10.04 to 10.10, you will need to come back to this page and add the repository again. The built in update manager will not switch the Wine repository automatically.

Alternative Command Line Instructions for Installing Wine:

It is also possible to add the Wine PPA and install via the terminal. This may be useful on Kubuntu, Xubuntu, and other Ubuntu derivatives.

sudo add-apt-repository ppa:ubuntu-wine/ppa

Then update APT's package information by running 'sudo apt-get update'. You can now install Wine by typing 'sudo apt-get install wine1.3'.

If you'd like to browse the PPA manually, you can visit its Launchpad page.