Fedora: Difference between revisions

From Q
Jump to navigation Jump to search
Tgurr (talk | contribs)
No edit summary
Tgurr (talk | contribs)
No edit summary
Line 24: Line 24:


Required by:
Required by:
* [[Fedora#Graphics_-_NVIDIA_.28proprietary.29|Graphics - NVIDIA (proprietary)]]
* [[Fedora#Repository_.28recommended.29|Graphics - NVIDIA (proprietary)]]
* [[Fedora#MP3_support|MP3 support]]
* [[Fedora#MP3_support|MP3 support]]


Line 47: Line 47:


===== Latest =====
===== Latest =====
{{Root|yum --enablerepo=rpmfusion-nonfree-rawhide install akmod-nvidia}}
{{Root|<nowiki>yum --enablerepo=rpmfusion-nonfree-rawhide install akmod-nvidia</nowiki>}}


==== Manual (not recommended) ====
==== Manual (not recommended) ====

Revision as of 17:18, 21 May 2013

Basics

Becomming Root

$ su -l

Multiboot - Change default boot order (GRUB 2)

File: /etc/default/grub
GRUB_DEFAULT=saved
# grub2-mkconfig -o /boot/grub2/grub.cfg
# grep ^menuentry /boot/grub2/grub.cfg | cut -d "'" -f2
# grub2-set-default <menu entry number>
# grub2-editenv list

RPM Fusion Repository

RPM Fusion provides software that the Fedora Project or Red Hat doesn't want to ship.

Required by:

# yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
# yum localinstall --nogpgcheck http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm


Drivers

Graphics - NVIDIA (proprietary)

# yum install vdpauinfo libva-vdpau-driver libva-utils

Repository (recommended)

Note: You need to add the RPM Fusion Repository first.
Note: akmod takes care of automatically rebuilding the kernel module after each kernel update.
Stable
# yum install akmod-nvidia
Latest
# yum --enablerepo=rpmfusion-nonfree-rawhide install akmod-nvidia

Manual (not recommended)

Warning: You manually need to go though the setup after each kernel update to rebuild the kernel module.
# systemctl stop kdm.service
# wget http://download.nvidia.com/XFree86/Linux-x86_64/319.17/NVIDIA-Linux-x86_64-319.17.run
# chmod u+x NVIDIA-Linux-x86_64-319.17.run
# ./NVIDIA-Linux-x86_64-319.17.run
# systemctl start kdm.service

Scanner - SANE compatible

# yum install sane-backends-drivers-scanners


Multimedia Codecs

MP3 support

Note: You need to add the RPM Fusion Repository first.
# yum install gstreamer-plugins-ugly


Software

Google Chrome

File: /etc/yum.repos.d/google-chrome.repo
[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
# yum install google-chrome-<stable/beta/unstable>

Steam

File: /etc/yum.repos.d/steam.repo
[steam]
name=Steam RPM packages (and dependencies) for Fedora
baseurl=http://spot.fedorapeople.org/steam/fedora-$releasever/
enabled=1
skip_if_unavailable=1
gpgcheck=0
# yum install steam

KDE - Localization

# yum install kde-l10n-German

Skanlite - KDE scanner application

# yum install skanlite

KeePassX - Password manager

# yum install keepassx

Tomahawk - Music player

# yum install tomahawk


Fedora Package Manager (Yum) help

Fix a self-restarting transaction that never finishes

# yum-complete-transaction --cleanup-only