如何安装受 ubuntu 限制的附加功能但不安装 Flash?

Cel*_*lso 3 flash software-installation

正如标题所说!我只想知道如何在没有 Flash 软件包的情况下安装 Ubuntu Restricted Extras。

Pan*_*her 8

受限制的附加组件是一个元包

https://help.ubuntu.com/community/MetaPackages

元包不是单个包,而是包列表。

这个想法是让你更容易,而不是安装每个单独的包,你安装元包。

要查看受限制的附加程序中的软件包列表,请参阅

http://packages.ubuntu.com/precise/ubuntu-restricted-extras

这指向

http://packages.ubuntu.com/precise/ubuntu-restricted-addons

所以 ...

sudo apt-get install gstreamer0.10-ffmpeg gstreamer0.10-fluendo-mp3 gstreamer0.10-pitfdll gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly gstreamer0.10-plugins-bad-multiverse libavcodec-extra-53 ttf-mscorefonts-installer unrar 
Run Code Online (Sandbox Code Playgroud)