Changes between Initial Version and Version 1 of GettingTheUnixRelease


Ignore:
Timestamp:
Sep 5, 2022, 12:14:51 AM (21 months ago)
Author:
Stan
Comment:

Initial version from the official web page. Remove the Chakra instructions as the distribution has been discontinued.

Legend:

Unmodified
Added
Removed
Modified
  • GettingTheUnixRelease

    v1 v1  
     1[[TOC]]
     2
     3== Introduction ==
     4This page describes how to get the latest stable release on your favorite GNU/Linux distribution. If you notice something outdated or incorrect, feel free to update the page accordingly.
     5
     6**DISCLAIMER**: Some of the information below maybe outdated or incorrect as some maintainers have not yet had the time to update the packages on their distributions. If you can't wait and don't want to use the snap or the flatpak, you'll need to compile from source. See the following [https://play0ad.com/download/source/ link] for more information.
     7You can follow the diffusion progress [https://repology.org/badge/vertical-allrepos/0ad.svg there].
     8
     9== Arch Linux ==
     100 A.D.: Empires Ascendant is available in the [https://www.archlinux.org/packages/?sort=&q=0ad community repository].
     11
     12== Debian ==
     130 A.D.: Empires Ascendant is available in Debian's repositories.
     14
     15For users of '''Debian 11.x''' ('''Bullseye''', current stable), the latest version is in the backports repository. First you have to add the backports to your system by adding to the sources.list:
     16
     17{{{#!sh
     18$ deb https://deb.debian.org/debian bullseye-backports main
     19}}}
     20Then update the repository cache with :
     21{{{#!sh
     22$ apt update
     23}}}
     24Finally install the last alpha from official repositories using:
     25{{{#!sh
     26$ apt install -t bullseye-backports 0ad
     27}}}
     28For users of **Debian 12.x** (**Bookworm**) or **unstable**, the latest version is in the default repository:
     29{{{#!sh
     30$ apt install 0ad
     31}}}
     32Run the game from the command-line as
     33{{{#!sh
     34$ 0ad
     35}}}
     36or from the application menu item "0 A.D."
     37
     38== Fedora ==
     39
     400 A.D.: Empires Ascendant is available in the official Fedora repositories. Install the packages by running:
     41{{{#!sh
     42$ sudo dnf install 0ad
     43}}}
     44
     45Run the game from the command-line as
     46{{{#!sh
     47$ 0ad
     48}}}
     49or from the application menu item "0 A.D."
     50
     51== Frugalware ==
     52
     530 A.D.: Empires Ascendant is is available in the official Frugalware repositories. Install the packages running:
     54
     55{{{#!sh
     56$ repoman upd
     57$ repoman merge 0ad
     58}}}
     59
     60Run the game from the command-line as
     61{{{#!sh
     62$ 0ad
     63}}}
     64or from the application menu item "0 A.D."
     65
     66== Gentoo ==
     67
     680 A.D.: Empires Ascendant is is available in the official Gentoo repositories. Install the packages running:
     69
     70{{{#!sh
     71$ emerge 0ad
     72}}}
     73
     74Run the game from the command-line as
     75{{{#!sh
     76$ 0ad
     77}}}
     78or from the application menu item "0 A.D."
     79
     80== OpenSUSE ==
     81Launch YaST. [[BR]]
     82Select "Software" and "Software Repositories".[[BR]]
     83Select "Add" and "Specify URL..."[[BR]]
     84Enter one of the following URLs, with name "obs-games":
     85
     86* [https://download.opensuse.org/repositories/games/openSUSE_Tumbleweed/ openSUSE_Tumbleweed]
     87* [https://download.opensuse.org/repositories/games/openSUSE_Factory/ openSUSE_Factory]
     88* [https://download.opensuse.org/repositories/games/openSUSE_Leap_42.1/ openSUSE_Leap_42.1]
     89* [https://download.opensuse.org/repositories/games/openSUSE_13.2/ openSUSE_13.2]
     90* [https://download.opensuse.org/repositories/games/openSUSE_13.1/ openSUSE_13.1]
     91
     92
     93It should prompt "Import Untrusted GnuPG Key" - these packages are not checked or trusted by OpenSUSE. You should not install them in security-critical environments. If you understand and accept the danger of installing unknown software, accept the import.[[BR]]
     94Run "!Install/Remove Software"[[BR]]
     95Select "0ad" to install.[[BR]]
     96
     97Run the game from the command-line as
     98{{{#!sh
     99$ 0ad
     100}}}
     101or from the application menu item "0 A.D."
     102
     103== Sabayon ==
     104
     105Install the 0 A.D.: Empires Ascendant package using this command:
     106
     107{{{#!sh
     108$ equo install 0ad
     109}}}
     110
     111Run the game from the command-line as
     112{{{#!sh
     113$ 0ad
     114}}}
     115or from the application menu item "0 A.D."
     116
     117== Slackware ==
     118
     119​[http://slackbuilds.org/repository/14.1/games/0ad/ 0ad] and [http://slackbuilds.org/repository/14.1/games/0ad-data/ ​0ad-data] !SlackBuilds are available for Slackware 14.1 users. The easiest way to install them is probably using ​[https://www.sbopkg.org/ Sbopkg]:
     120
     121{{{#!sh
     122$ su
     123$ sbopkg -i 0ad-data
     124$ sbopkg -i 0ad
     125}}}
     126
     127Run the game from the command-line as
     128{{{#!sh
     129$ 0ad
     130}}}
     131or from the application menu item "0 A.D."
     132
     133Alternatively, you can build the !SlackBuilds manually as described in the ​[https://slackbuilds.org/howto/ HOWTO].
     134
     135== Ubuntu ==
     136
     137=== Ubuntu-Provided Packages ===
     138
     139For users of Ubuntu **Cosmic** (18.10) or **Disco** (19.04), the latest version of 0 A.D. is available in Ubuntu's universe repository. Make sure universe is enabled in your sources, and install the package by running:
     140
     141{{{#!sh
     142$ sudo apt install 0ad
     143}}}
     144
     145=== Wildfire Games-Provided Packages ===
     146
     147For users of Ubuntu LTS **Trusty** (14.04), **Xenial** (16.04) or **Bionic** (18.04), the latest version of 0 A.D. packages is available from 0 A.D. PPA:
     148
     149{{{#!sh
     150$ sudo add-apt-repository ppa:wfg/0ad
     151$ sudo apt update
     152$ sudo apt install 0ad
     153}}}
     154
     155(If you get errors about unmet dependencies, check that you have the Universe repository enabled in /etc/apt/sources.list.)
     156
     157[https://help.ubuntu.com/community/PPA Learn more about PPAs here.]
     158
     159=== Non official-Provided Packages ===
     160
     161Sometimes the PPA has some issues and here two other PPAs you can use to get the lates version.
     162
     163{{{#!sh
     164$ sudo add-apt-repository ppa:xtradeb/play
     165}}}
     166
     167or
     168
     169{{{#!sh
     170$ sudo add-apt-repository ppa:oibaf/graphics-drivers
     171}}}
     172
     173then
     174{{{#!sh
     175$ sudo apt update
     176$ sudo apt install 0ad
     177}}}
     178
     179=== Running the game ===
     180
     181Run the game from the command-line as
     182{{{#!sh
     183$ 0ad
     184}}}
     185or from the application menu item "0 A.D."
     186
     187== Snap ==
     188
     189See https://snapcraft.io/0ad for more information.
     190
     191Install the 0 A.D. package using this command:
     192
     193{{{#!sh
     194$ sudo snap install 0ad
     195}}}
     196
     197For the very latest bleeding edge version you can use:
     198
     199{{{#!sh
     200$ sudo snap install 0ad --edge
     201}}}
     202
     203For the very latest testing version you can use:
     204
     205{{{#!sh
     206$ sudo snap install 0ad --beta
     207}}}
     208
     209Run the game from the command-line as
     210{{{#!sh
     211$ 0ad
     212}}}
     213or from the application menu item "0 A.D."
     214
     215== Flatpak ==
     216
     217**DISCLAIMER**: This package is not maintained by Wildfire Games. See this [https://github.com/flathub/com.play0ad.zeroad link] and this [https://flathub.org/apps/details/com.play0ad.zeroad one] for more information.
     218
     219Install the 0 A.D. package using this command:
     220
     221{{{#!sh
     222$ flatpak install flathub com.play0ad.zeroad
     223}}}
     224
     225Run the game from the command-line as
     226{{{#!sh
     227$ flatpak run com.play0ad.zeroad
     228}}}
     229
     230== !AppImage ==
     231
     232=== Alpha 23 ===
     233
     234**DISCLAIMER**: This package is not maintained by Wildfire Games. See this [https://github.com/flathub/com.play0ad.zeroad link] for more information. [[BR]]
     235Download the appimage from the following [https://www.appimagehub.com/p/1438982/ link].