Synaptic(Debian Wheezy)の「...破損したパッケージ...」メッセージにどのように反応しますか?

Synaptic(Debian Wheezy)の「...破損したパッケージ...」メッセージにどのように反応しますか?

synaptocDebian-Wheezyに問題があります。

    uname -a
    Linux primergy 3.2.0-4-686-pae #1 SMP Debian 3.2.65-1+deb7u1 i686 GNU/Linux

アプリをインストールしようとすると、次のようにlibaudit1表示されます。

    Could not apply changes!
    Fix broken packages first.*

ここを編集し、/etc/apt/sources.list同様の質問にいくつかの追加項目を追加しました。

    # problem with synaptic 2015-05-21 (from stack-exchange):

    deb http://ftp.ua.debian.org/debian jessie main # contrib non-free # 
    #deb-src http://ftp.ua.debian.org/debian jessie main # contrib non-free # 
    deb http://ftp.ua.debian.org/debian jessie-updates main # contrib non-free #
    #deb-src http://ftp.ua.debian.org/debian jessie-updates main # contrib non-free #

今試してみましたが、このようなエラーが発生しました!お金を維持してください:)

与えられた資格:

   root@primergy:/home/kampmann# aptitude why libaudit1
   i   adduser Depends passwd (>= 1:4.0.12)  
   p   passwd  Depends libaudit1 (>= 1:2.2.1)
   root@primergy:/home/kampmann# aptitude why-not libaudit1
   Unable to find a reason to remove libaudit1.
   root@primergy:/home/kampmann# aptitude why passwd   
   i   libuuid1 Depends passwd
   root@primergy:/home/kampmann# aptitude why libuuid1
   i   libxapian22 Depends libuuid1 (>= 2.16)
   root@primergy:/home/kampmann# aptitude why adduser 
   i   red5-server Depends adduser (>= 3.11)
   root@primergy:/home/kampmann# 

インストールできない理由はありますか?libaudit1

一般的に:システムをアップグレードしたいのですが、そのようなメッセージは約1800です!

第二に、私は次のことをしました。

root@primergy:/home/kampmann# apt-get install libaudit1
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:
 libglib2.0-0 : Breaks: glib-networking (< 2.33.12) but 2.32.3-1 is to be installed
N: Ignoring file 'skype-debian.old' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'mono' in directory '/etc/apt/sources.list.d/' as it has no filename extension
N: Ignoring file 'skype-debian.old' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'mono' in directory '/etc/apt/sources.list.d/' as it has no filename extension
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
root@primergy:/home/kampmann# 

私の質問:Debian Wheezyを次のバージョンにアップグレードする必要がありますか?

ベストアンサー1

次のソースのリストに注釈を付けてcontrib使用します。non-free

最初のソースルールは次のとおりです。

deb http://ftp.debian.org/debian/ wheezy main contrib non-free

それから:

apt-get update ; apt-get -f install ; apt-get install libaudit1;

おすすめ記事