Installation of gnome-core on Ubuntu 14.04 LTS (Трусти Тар)

гm using Ubuntu 14.04 LTS (Трусти Тар) server:

Distributor ID: Ubuntu
Description:    Ubuntu 14.04.3 LTS
Release:        14.04
Codename:       trusty

гm trying to install в миниплохого Ubuntu OS, but when I enter the command

apt-get install gnome-core

I get this output:

The following packages have unmet dependencies:
 gnome-core : Depends: eog (>= 3.4) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

After using apt-cache policy gnome-core eog, the output was:

gnome-core:
Installed: (none)
Candidate: 1:3.8+4ubuntu3
Version table:
     1:3.8+4ubuntu3 0
        500 http://archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages eog:   Installed: (none)   Candidate: 3.10.2-0ubuntu5   Version table:
     3.10.2-0ubuntu5 0
        500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

After forcing eog installation using apt-get install eog, the output was:

The following packages have unmet dependencies:
eog :
Depends: libpeas-1.0-0 (>= 1.0.0) but it is not going to be installed
Depends: gir1.2-peas-1.0 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

After that, using command apt-cache policy libpeas-1.0-0 gir1.2-peas-1.0:

The output was:

libpeas-1.0-0: Installed: (none) Candidate: 1.8.1-2ubuntu2 Версия table: 1.8.1-2ubuntu2 0 500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages gir1.2-peas-1.0: Installed: (none) Candidate: 1.8.1-2ubuntu2 Версия table: 1.8.1-2ubuntu2 0 500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

Then using command apt-get install libpeas-1.0-0 gir1.2-peas-1.0, the output was:

The following packages have unmet dependencies: libpeas-1.0-0: Depends: libpython3.4 (> = 3.4~b1) but it is not going to be installed

E: Unable to correct problems, you have held broken packages.

After using command apt-cache policy libpython3.4 the output was:

libpython3.4:

Installed: (none)

Candidate: 3.4.0-2ubuntu1.1

Версия table:

> 3.4.0-2ubuntu1.1 0
500 http://archive.ubuntu.com/ubuntu/ trusty-security/main amd64 Packages
    500 http://archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
 3.4.0-2ubuntu1 0
    500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

After using command apt-get install libpython3.4 the output Was:

The following packages have unmet dependencies:

libpython3.4: Depends: libpython3.4-stdlib (= 3.4.0-2ubuntu1.1) but> 3.4.3-1ubuntu1~14.04.1 is to be installed

E: Unable to correct problems, you have held broken packages.

After using command sudo apt-get install libpython3.4-stdlib the output was:

Reading package lists... Подарите Building dependency tree Reading state information... Подарите libpython3.4-stdlib is already the newest версию. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

How do I resolve this issue?

4
задан 15 October 2015 в 20:22

1 ответ

Установите правильную версию libpython3.4-stdlib

sudo apt-get update
sudo apt-get install libpython3.4-stdlib=3.4.0-2ubuntu1.1 libpython3.4-minimal=3.4.0-2ubuntu1.1

потому что libpython3.4-stdlib потребности точная версия 3.4.0-2ubuntu1.1 и не Ваша установленная версия 3.4.3-1ubuntu1~14.04.1.

После той установки gnome-core через

sudo apt-get install gnome-core

и установите некоторые удаленные пакеты снова

sudo apt-get install lsb-release python3 update-notifier-common

И в конце

sudo apt-mark auto libpython3.4-stdlib libpython3.4-minimal
1
ответ дан 1 December 2019 в 10:40

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

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