Atom Posted February 23, 2018 Share Posted February 23, 2018 (edited) I wondered if anyone has installed the restricted extras on Ubuntu? Mainly I am concerned with how these might affect Houdini operation. I don't want to break my working system at this point but I would like to get the additional codecs. This commands is reported to install a bunch of extra things, like Flash, which I don't want. sudo apt-get install ubuntu-restricted-extras Is there a better command to get only the codecs portion of restricted extras? Edited February 24, 2018 by Atom Quote Link to comment Share on other sites More sharing options...
goldleaf Posted February 24, 2018 Share Posted February 24, 2018 I wouldn't guess it would affect Ubuntu at all (I feel like I used to install that package, but I can't recall for sure). You can get a better idea of what it'll provide (since it's a meta-package) with apt-cache showpkg: $ apt-cache showpkg ubuntu-restricted-extras Package: ubuntu-restricted-extras Versions: 65 (/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_xenial_multiverse_binary-amd64_Packages) Description Language: File: /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_xenial_multiverse_binary-amd64_Packages MD5: 5625deefba56f767d8e27098e82e3e9d Description Language: File: /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_xenial_multiverse_binary-i386_Packages MD5: 5625deefba56f767d8e27098e82e3e9d Description Language: en File: /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_xenial_multiverse_i18n_Translation-en MD5: 5625deefba56f767d8e27098e82e3e9d Reverse Depends: ubuntu-restricted-extras:i386,ubuntu-restricted-extras Dependencies: 65 - ubuntu-restricted-addons (0 (null)) ttf-mscorefonts-installer (0 (null)) unrar (0 (null)) libavcodec-extra (0 (null)) ubuntu-restricted-extras:i386 (32 (null)) Provides: 65 - Reverse Provides: And if you look into ubuntu-restricted-addons, it lists more codecs: $ apt-cache showpkg ubuntu-restricted-addons Package: ubuntu-restricted-addons Versions: 23 (/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_xenial_multiverse_binary-amd64_Packages) Description Language: File: /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_xenial_multiverse_binary-amd64_Packages MD5: d4aa4cd0f0f949dc257017988928544e Description Language: File: /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_xenial_multiverse_binary-i386_Packages MD5: d4aa4cd0f0f949dc257017988928544e Description Language: en File: /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_xenial_multiverse_i18n_Translation-en MD5: d4aa4cd0f0f949dc257017988928544e Reverse Depends: ubuntu-restricted-extras,ubuntu-restricted-addons ubuntu-restricted-addons:i386,ubuntu-restricted-addons Dependencies: 23 - gstreamer1.0-plugins-ugly (0 (null)) flashplugin-installer (0 (null)) gstreamer1.0-plugins-bad (0 (null)) gstreamer1.0-libav (0 (null)) gstreamer1.0-fluendo-mp3 (0 (null)) chromium-codecs-ffmpeg-extra (0 (null)) oxideqt-codecs-extra (0 (null)) ubuntu-restricted-addons:i386 (32 (null)) Provides: 23 - Reverse Provides: So if you want to avoid non-codec stuff, you can just install the gstreamer and libavcodec packages. That'll leave out the rar, font, and flash packages. Hope that helps! Quote Link to comment Share on other sites More sharing options...
Atom Posted February 24, 2018 Author Share Posted February 24, 2018 Thanks, I did locate the libavcodec .deb file and installed that. That did not seem to hurt Houdini at all. sudo apt-get install libavcodec-extra Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.