From 15c5a2f5ef20015c7ed76c629fdf1646513630c2 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 13 Dec 2012 17:28:32 +0200 Subject: [PATCH] rpm: add shell-things depedencies & disabling boot splash. I should make file like this for Debian too. --- articles/cheatsheets/rpm.html | 10 +++++++--- articles/cheatsheets/rpm.html.md | 17 +++++++++++++++-- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/articles/cheatsheets/rpm.html b/articles/cheatsheets/rpm.html index cce6287..0b5730d 100644 --- a/articles/cheatsheets/rpm.html +++ b/articles/cheatsheets/rpm.html @@ -131,7 +131,7 @@ rpm -ivh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el&

Installing Virtualbox guest additions

yum install dkms # requires EPEL on CentOS.
yum install VirtualBox-guest # Requires RPM Fusion
-

Or using guest additions shipped with VirtualBox;

+

Or using guest additions shipped with VirtualBox;

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

@@ -147,9 +147,14 @@ rpm -ivh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el&

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
+

Disabling boot screen

+

Remove "rhgb" before "quiet" in /etc/default/grub & run:

+
grub2-mkconfig -o /boot/grub2/grub.cfg
+

Installing things which I want to have

+
yum install @development-tools git zsh tmux oidentd pastebinit syslinux most htop lynx gpg-agent curl pandoc

-

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

+

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


@@ -161,7 +166,6 @@ rpm -ivh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el& -