web-dev-qa-db-ja.com

誰かがこれが何を意味するのか、どのように修正するのか教えてもらえますか?

私がやりたかったのは、コンピューターにvlcを置くことだけでした。これは、お尻の本当の痛みに変わりつつあります。ソフトウェアセンターを実行するためだけに更新およびアップグレードする必要がありましたが、vlcをインストールしようとすると次のようになります。実際に何かをインストールしようとすると、パッケージの依存関係のエラーメッセージが表示されます。..これが私の取引です。これはまったく新しいコンピューターで、ubuntuはユーザーフレンドリーではありません。彼らは、コンピューターオタク言語を話すことによって、彼らがどれほど賢いかを見せようとしています。システムが人々からのより良い助けを持っているなら、多分私たちはそれが窓の簡単さであることを望みません。これを手伝ってください。初心者のubuntu初心者が理解できる言語で話してください。事前に感謝します。

The following packages have unmet dependencies:
 vlc : Depends: vlc-nox (= 2.0.8+git20130825+r612-0~r43~precise1) but it is not going to be installed
       Depends: libavcodec53 (>= 4:0.8-1~) but it is not going to be installed or
                libavcodec-extra-53 (>= 4:0.8-1~) but it is not going to be installed
       Depends: libva-x11-1 (> 1.0.15~) but it is not installable
       Depends: libva1 (> 1.0.15~) but it is not installable
       Recommends: vlc-plugin-notify (= 2.0.8+git20130825+r612-0~r43~precise1) but it is not going to be installed
       Recommends: vlc-plugin-Pulse (= 2.0.8+git20130825+r612-0~r43~precise1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

THEN;私はubuntuに付属のムービープレーヤーを使用しようとしましたが、コーデックまたは何かを検索する必要があると言いましたが、インストールボタンを押すとムービーを再生するために必要なものが検索され、このエラーが発生しました;

gstreamer0.10-ffmpeg: Depends: libavcodec-extra-53 (>= 4:0.7.3-1) but 4:0.8.6ubuntu0.12.04.1 is to be installed
                      Depends: libavformat-extra-53 (>= 4:0.7.3-1) but 4:0.8.6ubuntu0.12.04.1 is to be installed
                      Depends: libavutil-extra-51 (>= 4:0.7.3-1) but 4:0.8.6ubuntu0.12.04.1 is to be installed
                      Depends: libc6 (>= 2.7) but 2.15-0ubuntu10.4 is to be installed
                      Depends: libglib2.0-0 (>= 2.31.2) but 2.32.3-0ubuntu1 is to be installed
                      Depends: libgstreamer-plugins-base0.10-0 (>= 0.10.31) but 0.10.36-1ubuntu0.1 is to be installed
                      Depends: libgstreamer0.10-0 (>= 0.10.31) but 0.10.36-1ubuntu1 is to be installed
                      Depends: liborc-0.4-0 (>= 1:0.4.16) but 1:0.4.16-1ubuntu2 is to be installed
                      Depends: libpostproc-extra-52 (>= 4:0.7.3-1) but 4:0.8.6ubuntu0.12.04.1 is to be installed
                      Depends: libswscale-extra-2 (>= 4:0.7.3-1) but 4:0.8.6ubuntu0.12.04.1 is to be installed

私は自分のコンピューターを2つの目的に使用しています。映画を見ることとlibreオフィスで書くことです。私は多くの執筆を行っていますが、それは良いですが、私は何も見ることができないからです。もう一度助けてください、ありがとう。デニー

更新:

Synapticをインストールしようとしましたが、これは次のとおりです。

dennis@dennis-X201EP:~$ Sudo apt-get install synaptic
[Sudo] password for dennis: 
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 resolve the situation:

The following packages have unmet dependencies:
 synaptic : Depends: libept1.4.12 but it is not installable
            Recommends: rarian-compat but it is not installable
E: Unable to correct problems, you have held broken packages.

VLCを再度インストールして、これを取得しようとしました:

dennis@dennis-X201EP:~$ Sudo apt-get install vlc
[Sudo] password for dennis: 
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 resolve the situation:

The following packages have unmet dependencies:
 vlc : Depends: vlc-nox (= 2.0.8+git20130825+r612-0~r43~precise1) but it is not going to be installed
       Depends: libavcodec53 (>= 4:0.8-1~) but it is not going to be installed or
                libavcodec-extra-53 (>= 4:0.8-1~) but it is not going to be installed
       Depends: libva-x11-1 (> 1.0.15~) but it is not installable
       Depends: libva1 (> 1.0.15~) but it is not installable
       Recommends: vlc-plugin-notify (= 2.0.8+git20130825+r612-0~r43~precise1) but it is not going to be installed
       Recommends: vlc-plugin-Pulse (= 2.0.8+git20130825+r612-0~r43~precise1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

助けてくれてありがとう(そして編集者のカストロ)。

3
Denny

システムを更新/アップグレードすると、VLCと互換性のないパッケージがインストールされたようです

VLCを完全に削除することで、この問題を修正できます。

  • ターミナルで次のコマンドを実行します。

    $ Sudo apt-get --purge remove vlc*
    $ Sudo apt-get autoremove vlc*
    
  • 壊れたパッケージを修正します。

    $ Sudo apt-get autoremove
    $ Sudo apt-get --purge remove
    $ Sudo apt-get autoclean
    $ Sudo apt-get clean
    $ Sudo apt-get -f install
    
  • VLCを再度インストールします:

    $ Sudo apt-get update
    $ Sudo apt-get install vlc
    

Synapticパッケージマネージャーは、このような問題を修正するための優れたツールです。そのようなファイルをそこで検索することにより、強制的にインストールできます。

  • まだインストールしていない場合は、最初にsynapticパッケージマネージャーをインストールします。

    $ Sudo apt-get install synaptic
    
  • 次に、シナプスパッケージマネージャーを開きます->クリックカスタムフィルター左下-> 壊れた左上をクリックすると、すべての壊れたパッケージがすべての壊れたパッケージに対して試行されます。また、残りのパッケージがより多くのオプションにある場合、残余パッケージとして取得します。

  • 強制的にインストールするには:

    不足しているパッケージを検索する->ハイライトする(チェックマークを付けない)-> パッケージメニュー-> 強制バージョン-> リストから選択-> Force Version -> 適用

それがあなたのために働くことを願っています。

2
Saurav Kumar

あなたの問題は更新されていないパッケージリストとリポジトリだと思います。

最初のgoto buntu-software-center and gotoEdit-> software sources

main、restricted、universe、multiverseリポジトリがチェックされていることを確認してください。

その後、kumarが言ったように、Sudo apt-get updateを使用し、パッケージリストを必ず更新してください。 Sudo apt-get install <anything>で必要なものをインストールします

1