Changes between Version 50 and Version 51 of LatestReleaseLinux


Ignore:
Timestamp:
Dec 6, 2012, 1:26:59 PM (11 years ago)
Author:
Kalev Lember
Comment:

0ad is available in the official Fedora repos

Legend:

Unmodified
Added
Removed
Modified
  • LatestReleaseLinux

    v50 v51  
    2626
    2727== Fedora ==
    28 First run:
     280 A.D. is available in the official Fedora repositories starting with F16. Install the packages by running:
     29{{{
     30sudo yum install 0ad
     31}}}
    2932
    30 {{{
    31 su -
    32 }}}
    33 Then run one of the following commands:
    34 
    35  * If you're on Fedora 17, run: `curl http://download.opensuse.org/repositories/games/Fedora_17/games.repo >/etc/yum.repos.d/obs-games.repo`
    36  * If you're on Fedora 16, run: `curl http://download.opensuse.org/repositories/games/Fedora_16/games.repo >/etc/yum.repos.d/obs-games.repo`
    37  * Fedora 15 is no longer supported.
    38 
    39 Install the package:
    40 
    41 {{{
    42 yum install 0ad
    43 }}}
    44 It should prompt "Importing GPG key 0xC862B42C ... Is this ok?" - these packages are not checked or trusted by !Fedora/Mandriva. You should not install them in security-critical environments. If you understand and accept the danger of installing unknown software, answer "y".
    45 
    46 Exit from the `su` shell:
    47 
    48 {{{
    49 exit
    50 }}}
    5133Run the game from the command-line as
    5234