編集
出力をさらに掘り下げた後
dpkg --get-selections | xargs apt-cache policy | grep -B5 'multiverse'
meta-packageが存在することがわかりましたubuntu-restricted-addons
。/var/lib/dpkg/info/ubuntu-restricted-addons.list
ファイルに私を指摘/usr/share/doc/ubuntu-restricted-addons/README.Debian
そのファイル状態の内容:
このパッケージはubuntu-restricted-extrasとubuntu-restricted-addonsに分割され、デスクトップCDインストーラー(遍在)が元のubuntu-restricted-extrasパッケージで利用可能なパッケージのサブセットをインストールできるようにしました。
今後、ubuntu-restricted-extrasにはマルチバースパッケージのみを含める必要がありますが、ubuntu-restricted-addonsにはメインパッケージとユニバースパッケージ、および弁護士が審査したマルチバースのパッケージを含める必要があります。
ubuntu-restricted-extrasはubuntu-restricted-addonsに依存しているため、ユーザーはデスクトップCDインストーラーの外部にubuntu-restricted-addonsをインストールしないようにしてください。これが、ubuntu-restricted-addonsの警告とスパース記述の背後にある理由です。
-Evan Dandrea Thu、2010年8月5日16:14:43 -0400
したがって、Ubuntuインストーラーを使用すると、ubuntu-restricted-addons
メタパッケージをインストールできます。
apt-cache
そのパッケージに何が入るかを教えてくれます:
xieerqi:
$ apt-cache depends ubuntu-restricted-addons
ubuntu-restricted-addons
Recommends: gstreamer0.10-plugins-ugly
Recommends: gstreamer1.0-plugins-ugly
Recommends: flashplugin-installer
flashplugin-installer:i386
Recommends: gstreamer0.10-plugins-bad
Recommends: gstreamer1.0-plugins-bad
Recommends: gstreamer1.0-libav
Recommends: gstreamer0.10-fluendo-mp3
Recommends: gstreamer1.0-fluendo-mp3
Recommends: chromium-codecs-ffmpeg-extra
Recommends: oxideqt-codecs-extra
Conflicts: ubuntu-restricted-addons:i386
これは、私の15.10仮想マシンとほぼ同じ出力です。
したがって、私の結論は、リポジトリubuntu-restricted-addons
からmultiverse
サードパーティのソフトウェアが来るということです。
元の投稿/etc/apt/sources.list
ファイルの
観点からdeb http://archive.ubuntu.com/ubuntu $RELEASE multiverse
は、deb http://archive.ubuntu.com/ubuntu $RELEASE restricted
リポジトリからだけでなく、あらゆるソフトウェアが含まれます。
また、software-properties-gtk
プログラム内の参照です
これらのリポジトリのパッケージを一覧表示するには
awk '/^Package/' /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_$(lsb_release -c | awk '{print $2}' )_multiverse_binary-$(dpkg --print-architecture)_Packages
そして
awk '/^Package/' /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_$(lsb_release -c | awk '{print $2}' )_restricted_binary-$(dpkg --print-architecture)_Packages
multiverse
し、restricted
リポジトリを?