Как разрешить неудовлетворенные зависимости? [дубликат]

На этот вопрос уже есть ответ здесь:

Я пытаюсь установить Nitro с помощью этого:

sudo apt-get install nitro

И затем получаю следующее:

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:
 nitro : Depends: gir1.2-launchpad-integration-3.0 but it is not installable
E: Unable to correct problems, you have held broken packages.

Как мне решить эту проблему?

ОБНОВЛЕНИЕ

Вывод cat /etc/apt/sources.list это:

# deb cdrom:[Ubuntu 13.04 _Raring Ringtail_ - Release i386 (20130424)]/ raring main restricted
deb-src http://archive.ubuntu.com/ubuntu raring main restricted #Added by software-properties

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://kambing.ui.ac.id/ubuntu/ raring main restricted
deb-src http://kambing.ui.ac.id/ubuntu/ raring multiverse main universe restricted #Added by software-properties

## Major bug fix updates produced after the final release of the
## distribution.
deb http://kambing.ui.ac.id/ubuntu/ raring-updates main restricted
deb-src http://kambing.ui.ac.id/ubuntu/ raring-updates multiverse main universe restricted #Added by software-properties

## 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://kambing.ui.ac.id/ubuntu/ raring universe
deb http://kambing.ui.ac.id/ubuntu/ raring-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://kambing.ui.ac.id/ubuntu/ raring multiverse
deb http://kambing.ui.ac.id/ubuntu/ raring-updates multiverse

## 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://kambing.ui.ac.id/ubuntu/ raring-backports main restricted universe multiverse
deb-src http://kambing.ui.ac.id/ubuntu/ raring-backports main restricted universe multiverse #Added by software-properties

deb http://kambing.ui.ac.id/ubuntu/ raring-security main restricted
deb-src http://kambing.ui.ac.id/ubuntu/ raring-security multiverse main universe restricted #Added by software-properties
deb http://kambing.ui.ac.id/ubuntu/ raring-security universe
deb http://kambing.ui.ac.id/ubuntu/ raring-security 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 http://archive.canonical.com/ubuntu raring partner
deb-src http://archive.canonical.com/ubuntu raring partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu raring main
deb-src http://extras.ubuntu.com/ubuntu raring main
deb http://repository.spotify.com stable non-free
deb-src http://repository.spotify.com stable non-free

, а вывод cat /etc/apt/sources.list.d/*:

deb http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu raring main
deb-src http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu raring main
deb http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu raring main
deb-src http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu raring main
deb http://ppa.launchpad.net/linrunner/tlp/ubuntu raring main
deb-src http://ppa.launchpad.net/linrunner/tlp/ubuntu raring main
deb http://ppa.launchpad.net/linrunner/tlp/ubuntu raring main
deb-src http://ppa.launchpad.net/linrunner/tlp/ubuntu raring main
deb https://private-ppa.launchpad.net/commercial-ppa-uploaders/nitro/ubuntu raring main #Added by software-center; credentials stored in /etc/apt/auth.conf
deb https://private-ppa.launchpad.net/commercial-ppa-uploaders/nitro/ubuntu raring main #Added by software-center; credentials stored in /etc/apt/auth.conf
deb http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu raring main
deb-src http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu raring main
0
задан 28 April 2013 в 20:40

2 ответа

Сначала попробуйте sudo apt-get -f install, затем повторите попытку получения нитро. Если это не сработает, запустите sudo apt-get clean, затем sudo apt-get update.

0
ответ дан 28 April 2013 в 20:40

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

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