From 3ec5f674bbca6f5ff87e310ddc17e7d260306ed4 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 12 Dec 2012 21:56:09 +0200 Subject: [PATCH] rpm: some additions --- articles/cheatsheets/rpm.html | 19 ++++++++++++++++++- articles/cheatsheets/rpm.html.md | 22 +++++++++++++++++++++- 2 files changed, 39 insertions(+), 2 deletions(-) diff --git a/articles/cheatsheets/rpm.html b/articles/cheatsheets/rpm.html index 1947e14..5fa42d8 100644 --- a/articles/cheatsheets/rpm.html +++ b/articles/cheatsheets/rpm.html @@ -149,9 +149,26 @@ yum install kernel-devel
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 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

+

Some commands mentioned here are copied from [Linux.fi] wiki, but it's in Finnish.

+
+ + + + + + + + + + +