11 codecs ubuntu-restricted-extras
例如,当我使用 Lubuntu 时,我需要受 ubuntu 限制吗?还是那些 xubuntu 或 kubuntu 的?他们是否在 lubuntu-restricted 中添加了一些增强功能,例如补充媒体编解码器?
apt-cache search --names-only ".*ubuntu-restricted-(addons|extras)"
kubuntu-restricted-addons - Commonly used restricted packages for Kubuntu
kubuntu-restricted-extras - Commonly used restricted packages for Kubuntu
lubuntu-restricted-addons - Commonly used restricted packages for Lubuntu
lubuntu-restricted-extras - Commonly used restricted packages for Lubuntu
ubuntu-restricted-addons - Commonly used restricted packages for Ubuntu
ubuntu-restricted-extras - Commonly used restricted packages for Ubuntu
xubuntu-restricted-addons - Commonly used restricted packages for Xubuntu
xubuntu-restricted-extras - Commonly used restricted packages for Xubuntu
Run Code Online (Sandbox Code Playgroud)
-addons
对比 -extras
查看包很容易看出这些是元包- 它们只是依赖于其他包并且它们自己是空的。它们存在的唯一原因是通过设置依赖项来简化用户安装一组包的过程。
通过查看这些的依赖关系,您可以看到它-extras
依赖于-addons
,从而使前者成为后者的扩展。
两个包的描述 ( apt-cache show ubuntu-restricted-addons
):
Ubuntu 常用的受限包
这个包依赖于 Ubuntu Universe 和 multiverse 存储库中的一些常用包。
你不应该直接安装这个包,而是安装这个
ubuntu-restricted-extras
包。
apt-cache show ubuntu-restricted-extras
:
Ubuntu 常用的受限包
这个包依赖于 Ubuntu multiverse 仓库中一些常用的包。
安装此软件包将支持 MP3 播放和解码,支持各种其他音频格式(GStreamer 插件)、Microsoft 字体、Flash 插件、LAME(创建压缩音频文件)和 DVD 播放。
请注意,这不会安装 libdvdcss2,并且不会让您播放加密的 DVD。有关更多信息,请参阅 https://help.ubuntu.com/community/RestrictedFormats/PlayingDVDs
另请注意,来自 multiverse 的软件包在某些国家/地区受到版权或法律问题的限制。有关更多信息,请参阅 http://www.ubuntu.com/ubuntu/licensing。
现在这个谜团解开了,让我们看看 Ubuntu 衍生部分有什么不同。
ubuntu-
对比kubuntu-
对比lubuntu-
对比xubuntu-
这仅取决于衍生品决定运送和推荐的内容。有时这包括桌面环境特定的包。一些例子:
libk3b6-extracodecs
in的依赖kubuntu-restricted-addons
仅对 KDE 有效,因为此包仅适用于 K3b(KDE 光盘刻录应用程序)。lubuntu
集合似乎包含更少的依赖项,尤其是不包括gstreamer
编解码器。这可能表明 LXDE 的默认播放器不是基于 GStreamer 的,不安装 Lubuntu 安装中可能未使用的所有类型的 GStreamer 库是明智的。