LINUX.ORG.RU

apt-get, что-то с зависимостями, как пофиксить?


0

1

Приветствую, пытаюсь установить dev библиотеки gtk, а оно ругается, как исправить, чтоб всё поставилось(как сделать бацко :) )?

kirill@athlon:~/REPOSITORIES/gtksheetx$ sudo apt-get install libgtk2.0-dev
[sudo] password for kirill: 
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:
  libasound2: Breaks: libasound2-plugins (< 1.0.24-0ubuntu3) but 1.0.22-0ubuntu6 is to be installed
  libglib2.0-0: Breaks: gnome-control-center (< 1:3) but 1:2.30.1-0ubuntu2 is to be installed
E: Broken packages
kirill@athlon:~/REPOSITORIES/gtksheetx$ 

★★★★★

Это значит, что надо подробнее объяснить, что за дистр и какие репы подключены. Любители аптитуда как обычно не прочитали, что написано.

shell-script ★★★★★
()
Ответ на: комментарий от xterro

Это намек на то, что пора валить на дженту.

Ваш К.О.

lyrix87
()
Ответ на: комментарий от xterro

Осторожно, эта штуковина любит сносить половину системных пакетов, в результате чего от системы могут остаться одни лишь иксы...

lyrix87
()

Наверняка поставилась какая-то версия выше чем нужно с левого ppa скажем. Тупо и просто это можно отследить и разрулить в synaptic. А так суть в том что нужно отследить все зависимости и посмотреть какие версии пакетов стоят, и потом поставить те которые нужны, обычно стабильные что пониже.

anonymous_sama ★★★★★
()
Ответ на: комментарий от lyrix87

Это проблема всех дебиан дистрибутивов, помню как то на работе нужен был виртуал бокс, он встал , но делетнул много нужных пакетов

q9
()
Ответ на: комментарий от xterro

Всё, разобрался, как оказалось у меня были подключены репы из более старщей версии Ubuntu(Oneiric) пытался оттыда поставить kicad посвежее, всем спасибо что натолкнули на мысль :)

xterro ★★★★★
() автор топика
Ответ на: комментарий от Debasher

apt-get хреново решает зависимости

О, школота на марше. Нет, он их решает нормально, нужно только прочесть вывод и попытаться понять, где ты (или, возможно, мейнтейнер, если sid) напортачил.

anonymous
()

Варианты:
apt-get -f install
aptitude install libgtk2.0-dev

alltiptop ★★★★★
()
Ответ на: комментарий от lyrix87

осторожно, не умеющим читать вообще противопоказано пользоваться компьютером

leave ★★★★★
()
Ответ на: комментарий от leave

Он не из локального, из оф. репы. В любом случае уже решил проблему )

xterro ★★★★★
() автор топика
Ответ на: комментарий от ritsufag

И всё же в контексе работы с зависимостями они ведут себя по-разному -_-

melkor217 ★★★★★
()
Ответ на: комментарий от LongLiveUbuntu

Хоть я уже решил проблему, но вот мой /etc/apt/sources.list (проблема была из-за последних строчек :) )

# deb cdrom:[Ubuntu 10.04.4 LTS _Lucid Lynx_ - Release i386 (20120214.2)]/ lucid main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://ru.archive.ubuntu.com/ubuntu/ lucid main restricted
deb-src http://ru.archive.ubuntu.com/ubuntu/ lucid main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://ru.archive.ubuntu.com/ubuntu/ lucid-updates main restricted
deb-src http://ru.archive.ubuntu.com/ubuntu/ lucid-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://ru.archive.ubuntu.com/ubuntu/ lucid universe
deb-src http://ru.archive.ubuntu.com/ubuntu/ lucid universe
deb http://ru.archive.ubuntu.com/ubuntu/ lucid-updates universe
deb-src http://ru.archive.ubuntu.com/ubuntu/ lucid-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://ru.archive.ubuntu.com/ubuntu/ lucid multiverse
deb-src http://ru.archive.ubuntu.com/ubuntu/ lucid multiverse
deb http://ru.archive.ubuntu.com/ubuntu/ lucid-updates multiverse
deb-src http://ru.archive.ubuntu.com/ubuntu/ lucid-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://ru.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse
# deb-src http://ru.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb-src http://archive.canonical.com/ubuntu lucid partner

deb http://security.ubuntu.com/ubuntu lucid-security main restricted
deb-src http://security.ubuntu.com/ubuntu lucid-security main restricted
deb http://security.ubuntu.com/ubuntu lucid-security universe
deb-src http://security.ubuntu.com/ubuntu lucid-security universe
deb http://security.ubuntu.com/ubuntu lucid-security multiverse
deb-src http://security.ubuntu.com/ubuntu lucid-security multiverse
# deb http://archive.canonical.com/ubuntu oneiric partner

# deb http://ru.archive.ubuntu.com/ubuntu/ oneiric main restricted

xterro ★★★★★
() автор топика
25 апреля 2014 г.

Юзать aptitude.

anonymous
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.