Fedora: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 31: | Line 31: | ||
{{Root|yum install vdpauinfo libva-vdpau-driver libva-utils}} | {{Root|yum install vdpauinfo libva-vdpau-driver libva-utils}} | ||
=== Repository === | ==== Repository ==== | ||
{{Note|You need to add the [[Fedora#RPM_Fusion_Repository]] first.}} | {{Note|You need to add the [[Fedora#RPM_Fusion_Repository|RPM Fusion Repository]] first.}} | ||
{{Root|yum install akmod-nvidia xorg-x11-drv-nvidia-libs}} | {{Root|yum install akmod-nvidia xorg-x11-drv-nvidia-libs}} | ||
=== Manual === | ==== Manual ==== | ||
{{Root|systemctl stop kdm.service}} | {{Root|systemctl stop kdm.service}} | ||
| Line 48: | Line 48: | ||
{{Root|systemctl start kdm.service}} | {{Root|systemctl start kdm.service}} | ||
== Scanner drivers == | === SANE Scanner drivers === | ||
{{Root|yum install sane-backends-drivers-scanners}} | {{Root|yum install sane-backends-drivers-scanners}} | ||
== MP3 support == | == Additional Multimedia Codecs == | ||
=== MP3 support === | |||
{{Note|You need to add the [[Fedora#RPM_Fusion_Repository|RPM Fusion Repository]] first.}} | {{Note|You need to add the [[Fedora#RPM_Fusion_Repository|RPM Fusion Repository]] first.}} | ||
| Line 58: | Line 60: | ||
{{Root|yum install gstreamer-plugins-ugly}} | {{Root|yum install gstreamer-plugins-ugly}} | ||
== Google Chrome == | == Additional Software == | ||
=== Google Chrome === | |||
{{File|/etc/yum.repos.d/google-chrome.repo| | {{File|/etc/yum.repos.d/google-chrome.repo| | ||
<pre> | <pre> | ||
| Line 72: | Line 76: | ||
{{Root|yum install google-chrome-<stable/beta/unstable>}} | {{Root|yum install google-chrome-<stable/beta/unstable>}} | ||
== Steam == | === Steam === | ||
{{File|/etc/yum.repos.d/steam.repo| | {{File|/etc/yum.repos.d/steam.repo| | ||
<pre> | <pre> | ||
| Line 86: | Line 90: | ||
{{Root|yum install steam}} | {{Root|yum install steam}} | ||
== KDE - Localization == | === KDE - Localization === | ||
{{Root|yum install kde-l10n-German}} | {{Root|yum install kde-l10n-German}} | ||
== Skanlite - KDE scanner application == | === Skanlite - KDE scanner application === | ||
{{Root|yum install skanlite}} | {{Root|yum install skanlite}} | ||
== KeePassX - Password manager == | === KeePassX - Password manager === | ||
{{Root|yum install keepassx}} | {{Root|yum install keepassx}} | ||
== Tomahawk - Music player == | === Tomahawk - Music player === | ||
{{Root|yum install tomahawk}} | {{Root|yum install tomahawk}} | ||
== Yum help == | == Fedora Package Manager (Yum) help == | ||
=== Fix | === Fix restarting transaction that never finish === | ||
{{Root|yum-complete-transaction --cleanup-only}} | {{Root|yum-complete-transaction --cleanup-only}} | ||
Revision as of 16:53, 21 May 2013
Basics
Becomming Root
$ su -l
GRUB 2 - Changing default boot order
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.
# 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
NVIDIA (proprietary)
# yum install vdpauinfo libva-vdpau-driver libva-utils
Repository
Note: You need to add the RPM Fusion Repository first.
# yum install akmod-nvidia xorg-x11-drv-nvidia-libs
Manual
# systemctl stop kdm.service
# chmod u+x NVIDIA-Linux-x86_64-319.17.run
# ./NVIDIA-Linux-x86_64-319.17.run
# systemctl start kdm.service
SANE Scanner drivers
# yum install sane-backends-drivers-scanners
Additional Multimedia Codecs
MP3 support
Note: You need to add the RPM Fusion Repository first.
# yum install gstreamer-plugins-ugly
Additional 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 restarting transaction that never finish
# yum-complete-transaction --cleanup-only