There does not appear to be a *buntu-restricted-extras
package for Ubuntu GNOME.
What is the correct way to install the various media codecs, etc?
There does not appear to be a *buntu-restricted-extras
package for Ubuntu GNOME.
What is the correct way to install the various media codecs, etc?
"ubuntu-restricted-extras" is part of "multiverse" section, If you can't get it using apt, first we must enable "Multiverse".
I would add:
deb http://archive.ubuntu.com/ubuntu/ zesty multiverse
to:
/etc/apt/sources.list
then:
sudo apt update
Now it should be available to you.
Which one?
Here is what's available to me:
$ apt search --names-only -- -restricted-extras
kubuntu-restricted-extras/zesty 65 amd64
Commonly used media codecs and fonts for Kubuntu
lubuntu-restricted-extras/zesty 65 amd64
Commonly used media codecs and fonts for Lubuntu
ubuntu-restricted-extras/zesty 65 amd64
Commonly used media codecs and fonts for Ubuntu
xubuntu-restricted-extras/zesty 65 amd64
Commonly used media codecs and fonts for Xubuntu
I suggest using "ubuntu-restricted-extra" for Ubuntu gnome over the other packages, most of their content are similar however cause many stuff within Unity and Gnome are close to each other I think it would be the best choice you've got.
You should use ubuntu-restricted-extras.
The only reason there are a few different versions is because some Ubuntu desktop flavors had unique requirements. kubuntu-restricted-extras add some support for KDE. Lubuntu originally did not want to include PulseAudio. And in Ubuntu 17.10+, xubuntu-restricted-extras just points to ubuntu-restricted-extras.
ubuntu-restricted-extras
,kubuntu-restricted-extras
,lubuntu-restricted-extras
, andxubuntu-restricted-extras
, but notubuntu-gnome-restricted-extras
. – Carl H Jun 13 '17 at 09:06ubuntu-restricted-extras
and see if that works for you - if all works well then you are good to go. – Thomas Ward Jun 13 '17 at 11:30