Ошибки при установке вина в ubuntu 14.04 LTS

Я следовал ниже процедур для установки wine в Ubuntu 14.04 LTS:

add-apt-repository ppa:ubuntu-wine/ppa 
apt-get update 
apt-get install -y wine

Однако я вижу ниже сообщений об ошибках:

The following packages have unmet dependencies:

 unity-control-center : Depends: libcheese-gtk23 (>= 3.4.0) but it is not going to be installed
                        Depends: libcheese7 (>= 3.0.1) but it is not going to be installed

 wine : Depends: wine1.6 but it is not going to be installed or
                 wine1.8 but it is not going to be installed

E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

После того, как я сделал проверку в системе, unity-control-center был уже установлен. И я встречаюсь с тем же сообщением об ошибке при попытке установить wine1.6.

Любая справка будет цениться!

Спасибо!

============

обновленный

Согласно предложениям A.B.'s, это выводы:

lsb_release -a

LSB Version:    core-2.0-amd64:core-2.0-noarch:core-3.0-amd64:core- 3.0-noarch:core-3.1-amd64:core-3.1-noarch:core-3.2-amd64:core-3.2-noarch:core-4.0-amd64:core-4.0-noarch:core-4.1-amd64:core-4.1-noarch:security-4.0-amd64:security-4.0-noarch:security-4.1-amd64:security-4.1-noarch
Distributor ID: Ubuntu
Description:    Ubuntu 14.04.3 LTS
Release:    14.04
Codename:   trusty

uname -a

Linux yiliang-PORTEGE-Z930 3.19.0-43-generic #49~14.04.1-Ubuntu SMP Thu Dec 31 15:44:49 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

apt-get install libcheese-gtk23 libcheese7

Reading package lists... Done
Building dependency tree       
Reading state information... Done
libcheese-gtk23 is already the newest version.
libcheese7 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.

apt-get install wine1.8

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
 wine1.8 : Depends: wine1.8-i386 (= 1:1.8.0-0ubuntu1)
E: Unable to correct problems, you have held broken packages.

Вывод

apt-cache policy wine wine1.6 wine 1.8 unity-control-center libcheese-gtk23 libcheese7

очень длинно и может быть получен доступ отсюда.

wine:
  Installed: (none)
  Candidate: 1:1.8.0-0ubuntu1
  Version table:
     1:1.8.0-0ubuntu1 0
        500 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ trusty/main amd64 Packages
     1:1.6.2-0ubuntu4 0
        500 http://sg.archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages

wine1.6:
  Installed: (none)
  Candidate: 1:1.6.2-0ubuntu4
  Version table:
     1:1.6.2-0ubuntu4 0
        500 http://sg.archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages

wine1.8:
  Installed: (none)
  Candidate: 1:1.8.0-0ubuntu1
  Version table:
     1:1.8.0-0ubuntu1 0
        500 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ trusty/main amd64 Packages

unity-control-center:
  Installed: 14.04.3+14.04.20150916-0ubuntu1
  Candidate: 14.04.3+14.04.20150916-0ubuntu1
  Version table:
 *** 14.04.3+14.04.20150916-0ubuntu1 0
        500 http://sg.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
        100 /var/lib/dpkg/status
     14.04.3+14.04.20140410-0ubuntu1 0
        500 http://sg.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

libcheese-gtk23:
  Installed: 3.10.2-0ubuntu2
  Candidate: 3.10.2-0ubuntu2
  Version table:
 *** 3.10.2-0ubuntu2 0
        500 http://sg.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
        100 /var/lib/dpkg/status

libcheese7:
  Installed: 3.10.2-0ubuntu2
  Candidate: 3.10.2-0ubuntu2
  Version table:
 *** 3.10.2-0ubuntu2 0
        500 http://sg.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
        100 /var/lib/dpkg/status

wine1.8-i386:
  Installed: (none)
  Candidate: (none)
  Version table:
2
задан 10 January 2016 в 18:20

3 ответа

Необходимо включить 32-разрядную поддержку в Кв. на Ubuntu 14.04, 64-разрядной для успешной установки вина:

sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install wine
1
ответ дан 3 December 2019 в 06:18

можно попробовать следующий сначала:

sudo apt-get install -f
sudo apt-get update
sudo apt-get upgrade

Затем

Для установки Вина, открывают терминал путем удара ‘CTRL + ALT + T†˜ от рабочего стола и выполняют следующие команды один за другим на терминале.

sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.8
sudo apt-get install winetricks
-2
ответ дан 3 December 2019 в 06:18

откройте Terminal и выполните команду один за другим:

sudo apt-get clean
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install wine

надежда эта команда полезна

-3
ответ дан 3 December 2019 в 06:18

Другие вопросы по тегам:

Похожие вопросы: