Fedora: Difference between revisions

From Q
Jump to navigation Jump to search
Tgurr (talk | contribs)
Created page with "== Google Chrome == {{File|/etc/yum.repos.d/google-chrome.repo| <pre> [google-chrome] name=google-chrome baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch enable..."
 
Tgurr (talk | contribs)
No edit summary
Line 1: Line 1:
== Google Chrome ==
== Google Chrome ==
{{Command|su -l}}


{{File|/etc/yum.repos.d/google-chrome.repo|
{{File|/etc/yum.repos.d/google-chrome.repo|
Line 11: Line 13:
</pre>
</pre>
}}
}}
{{Command|su -l}}


{{Root|yum install google-chrome-<stable/beta/unstable>}}
{{Root|yum install google-chrome-<stable/beta/unstable>}}


== Steam ==
== Steam ==
{{Command|su -l}}


{{File|/etc/yum.repos.d/steam.repo|
{{File|/etc/yum.repos.d/steam.repo|
Line 28: Line 30:
</pre>
</pre>
}}
}}
{{Command|su -l}}


{{Root|yum install steam}}
{{Root|yum install steam}}

Revision as of 15:45, 16 May 2013

Google Chrome

$ su -l
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

$ su -l
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