diff --git a/articles/cheatsheets/rpm.html b/articles/cheatsheets/rpm.html index 5fa42d8..9403818 100644 --- a/articles/cheatsheets/rpm.html +++ b/articles/cheatsheets/rpm.html @@ -129,19 +129,14 @@ rpm -ivh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el&

Ensure that it's enabled by looking at /etc/yum/pluginconf.d/priorities.conf ! "enabled" should be 1

Edit all .repo files in /etc/yum.repos.d/ and add PRIORITY=X to everything. My priorities are listed on same table as repositories themselves.

Installing Virtualbox guest additions

-
yum install dkms # requires some of the 3rd party repositories, EPEL on CentOS.
-
yum install VirtualBox-guest # Fedora only ( ? ) Requires RPM Fusion
+
yum install dkms # requires EPEL on CentOS.
+
yum install VirtualBox-guest # Requires RPM Fusion

Or using guest additions shipped with VirtualBox;

-
yum groupinstall "Development Tools"
-yum install kernel-devel
-

Press HOST + D and cd to the mount point and run the Linux Additions installer and after successful installation, reboot

-

Installing LibreOffice (for people not installing from DVD) in Fedora

-
yum groupinstall office
-

Installing Finnsh language

-

and replacing "finnish" or "fi" with your native language

-
yum groupinstall finnish-support
-

or with KDE

-
yum install kde-l10n-fi
+
yum install @development-tools kernel-devel
+

Press HOST + D and cd to the mount point and run the Linux Additions installer and after successful installation, reboot. These didn't work for me on Fedora 17, but worked on CentOS. With Fedora I recommend installing VirtualBox-guest from RPM Fusion.

+

Installing LibreOffice & language support (for people not installing from DVD) in Fedora

+

Remember to replace "finnish" and "fi" with your language

+
yum install @office @finnish-support kde-l10n-fi

Installing all Gnome shell extensions

yum install gnome-tweak-tool "gnome-shell-extension-*" # This might not be a good idea.

Use gnome-tweak-tool to enable/disable them. They might need reboot/logging in again before they appear in gnome-tweak-tool.

@@ -150,7 +145,7 @@ yum install kernel-devel

Installing Flash

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

Installing NVidia restricted drivers

-
yum install kmod-nvidia # requires RPM Fusion
+
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 fe425f8..8cd2d80 100644 --- a/articles/cheatsheets/rpm.html.md +++ b/articles/cheatsheets/rpm.html.md @@ -111,40 +111,28 @@ Edit all .repo files in /etc/yum.repos.d/ and add PRIORITY=X to everything. My p ## Installing Virtualbox guest additions ``` -yum install dkms # requires some of the 3rd party repositories, EPEL on CentOS. +yum install dkms # requires EPEL on CentOS. ``` ``` -yum install VirtualBox-guest # Fedora only ( ? ) Requires RPM Fusion +yum install VirtualBox-guest # Requires RPM Fusion ``` Or using guest additions shipped with [VirtualBox]; ``` -yum groupinstall "Development Tools" -yum install kernel-devel +yum install @development-tools kernel-devel ``` -Press HOST + D and cd to the mount point and run the Linux Additions installer and after successful installation, reboot +Press HOST + D and cd to the mount point and run the Linux Additions installer and after successful installation, reboot. These didn't work for me on Fedora 17, but worked on CentOS. With Fedora I recommend installing VirtualBox-guest from RPM Fusion. + +## Installing LibreOffice & language support (for people not installing from DVD) in Fedora + +Remember to replace "finnish" and "fi" with your language -## Installing LibreOffice (for people not installing from DVD) in Fedora ``` -yum groupinstall office -``` - -## Installing Finnsh language - -and replacing "finnish" or "fi" with your native language - -``` -yum groupinstall finnish-support -``` - -or with KDE - -``` -yum install kde-l10n-fi +yum install @office @finnish-support kde-l10n-fi ``` ## Installing all Gnome shell extensions @@ -170,7 +158,7 @@ yum install flash-plugin # requires Adobe Flash repository to be enabled. ## Installing NVidia restricted drivers ``` -yum install kmod-nvidia # requires RPM Fusion +yum install akmod-nvidia kmod-nvidia # requires RPM Fusion ``` ## Installing (restricted?) miscellaneous things