How can I install an alternative desktop on an existing Ubuntu install without installing the restricted extras (or any other non-free or known patent-encumbered packages)?
For example, if I install the xubuntu-desktop
package, it installs packages like gstreamer1.0-libav
, which would normally have to be installed from the restricted-extras package instead. I could just install the desktop environment itself (xfce4
package), but that would leave off all the normal packages that Xubuntu comes with, including desktop themes, etc.
xubuntu-desktop
with the--no-install-recommends
option – steeldriver Jan 05 '19 at 00:16xubuntu-desktop
installed, there are no packages from therestricted
-repository installed. Your examplegstreamer1.0-libav
is in theuniverse
-repository. – mook765 Jan 05 '19 at 00:23gstreamer1.0-libav
package appears to be pulled in as a dependency of the (recommended)parole
media player – steeldriver Jan 05 '19 at 00:37universe
doesn't contain copyright/license restricted packages, but it does contain patent-encumbered packages. For example, see the subpackages ofubuntu-restricted-extras
-- many areuniverse
. – tech4him Jan 05 '19 at 00:48