From a250576afd294351fa39d39b073aa91a046740c5 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 13 Dec 2012 16:08:59 +0200 Subject: [PATCH] DO NOT EVER INSTALL RESTRICTED DRIVERS ON DISTRIBUTIONS WHICH DON'T HAVE THEM IN MAIN REPOSITORIES! --- articles/cheatsheets/rpm.html | 2 -- articles/cheatsheets/rpm.html.md | 6 ------ 2 files changed, 8 deletions(-) diff --git a/articles/cheatsheets/rpm.html b/articles/cheatsheets/rpm.html index 9403818..cce6287 100644 --- a/articles/cheatsheets/rpm.html +++ b/articles/cheatsheets/rpm.html @@ -144,8 +144,6 @@ rpm -ivh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el&
yum install "gstreamer-plugins-*" --skip-broken # Might not be a good idea...

Installing Flash

yum install flash-plugin # requires Adobe Flash repository to be enabled.
-

Installing NVidia restricted drivers

-
yum install akmod-nvidia kmod-nvidia # requires RPM Fusion

Installing (restricted?) miscellaneous things

Codecs, restricted font technologies etc.

yum install audacious-plugins-freeworld k3b-extras-freeworld xine-lib-extras-freeworld libdvdcss vlc mozilla-vlc unrar freetype-freeworld
diff --git a/articles/cheatsheets/rpm.html.md b/articles/cheatsheets/rpm.html.md index 8cd2d80..b7ace87 100644 --- a/articles/cheatsheets/rpm.html.md +++ b/articles/cheatsheets/rpm.html.md @@ -155,12 +155,6 @@ yum install "gstreamer-plugins-*" --skip-broken # Might not be a good idea... yum install flash-plugin # requires Adobe Flash repository to be enabled. ``` -## Installing NVidia restricted drivers - -``` -yum install akmod-nvidia kmod-nvidia # requires RPM Fusion -``` - ## Installing (restricted?) miscellaneous things Codecs, restricted font technologies etc.