Ubuntu: 正确安装wine Wine 1.7 not installing on Xubuntu 15.10

The needed packages are currently not available for Wily. Check this filtered page.

Wait some days and the Wily packages are likely to be available. In the meantime, install the Vivid packages:

wget http://mirrors.kernel.org/ubuntu/pool/main/libg/libgphoto2/libgphoto2-port10_2.5.4-1.1ubuntu1_i386.deb
wget http://mirrors.kernel.org/ubuntu/pool/main/libg/libgphoto2/libgphoto2-port10_2.5.4-1.1ubuntu1_amd64.deb
sudo dpkg -i libgphoto2-port10*.deb
sudo apt-get install -f
sudo apt-get install wine1.7

share from: http://askubuntu.com/a/689045

How to Install Wine 1.8 Stable via New PPA in Ubuntu 16.04

The Wine Team finally announced the new stable Wine 1.8 release. The new Wine PPA maintained by WinHQ.org has built the packages for Ubuntu 16.04, Ubuntu 15.10, Ubuntu 15.04, Ubuntu 14.04, Ubuntu 12.04, and their derivatives.

This release represents 17 months of development effort and around 13,000 individual changes. The main highlights are the implementation of DirectWrite and Direct2D, and the new Pulse Audio driver.

It also contains a lot of improvements across the board, as well as support for many new applications and games. See the release notes for a summary of the major changes.

I must apologize that the new PPA contains the latest dev release (so far it’s wine 1.9.0) packaged by official wine website WineHQ. Please read the bottom link about this built.To get Wine 1.8 stable release, use the Ubuntu Wine Team PPA managed by Scott Ritchie and Maarten Lankhorst.

Select use only one of these PPAs, you may remove a PPA via Software & Updates -> Other Software tab or by running command:

Install Wine 1.8 Stable from Ubuntu Wine Team PPA:

Open terminal from Unity Dash, App Launcher, or via Ctrl+Alt+T shortcut key. When it opens, paste below commands and run one by one.

1. Add the PPA via command:

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

Type in your password when it asks, no visual feedback so type in mind and hit Enter to continue.

add-wine-ppa

2. Update package cache and install wine1.8:

sudo apt-get update

sudo apt-get install wine1.8 winetricks

Install latest Wine Dev release from the Official WineHQ PPA:

Open terminal from Unity Dash, App Launcher, or via Ctrl+Alt+T shortcut key. When it opens, paste below commands and run one by one.

1. For 64-bit system, rum command to enable 32 bit architecture:

sudo dpkg --add-architecture i386

Type in your password when it asks, no visual feedback so type in mind and hit Enter to continue.

2. Add the wine PPA:

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

new-wine-ppa-600x108

3. Once you have the PPA added in your system, run below commands one by one to refresh package caches and install Wine 1.8:

sudo apt-get update

sudo apt-get install --install-recommends winehq-devel

The installation automatically replaces old wine releases installed on your system.

4. Finally you may run below command to initialize your wine configuration.

winecfg

wine1-8-configuration-443x450

For more, read the wiki page.

 

sudo add-apt-repository --remove ppa:name/name

本文:Ubuntu: 正确安装wine Wine 1.7 not installing on Xubuntu 15.10

Loading

Add a Comment

Your email address will not be published. Required fields are marked *

Time limit is exhausted. Please reload CAPTCHA.