Quote:
Originally Posted by ask1996
I get the following error File contains parsing errors:
file:///etc/yum.repos.d/steam-fp.repo
[line 3] : /fedora-21/.
here is the output of my file:
Code:
[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
|
Simple. This is the .repo file as 'wget' would show it.
Code:
[fedora-steam]
name=Steam for Fedora
baseurl=http://negativo17.org/repos/steam/fedora-$releasever/$basearch/
enabled=1
skip_if_unavailable=1
gpgkey=http://negativo17.org/repos/RPM-GPG-KEY-slaanesh
gpgcheck=1
[fedora-steam-source]
name=Steam for Fedora - Source
baseurl=http://negativo17.org/repos/steam/fedora-$releasever/SRPMS
enabled=0
skip_if_unavailable=1
gpgkey=http://negativo17.org/repos/RPM-GPG-KEY-slaanesh
gpgcheck=1
Spot the ten differences ;-p
Quote:
Originally Posted by ask1996
I am new to Fedora
|
In that case: welcome to your new shiny Linux distribution.
There's a few things you should know and do
first:
0) Read your Linux distributions user and admin documentation as it allows you to get up to speed quickly with how things are done "the Linux way".
1) Think then ask if unsure and before doing stuff as that allows you to learn without making major mistakes.
2) Contemplate making backups as that allows you to correct mistakes efficiently.
*) And use an unprivileged account for common daily tasks (not root).