Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
fedora [2012/02/05 10:02] admin [Add Repository] |
fedora [2019/05/21 17:19] (current) admin [Adding repository] |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Fedora Repository ====== | ====== Fedora Repository ====== | ||
- | ===== Add Repository ===== | + | ===== Adding repository ===== |
- | * Start Terminal. | + | * Start Terminal as ''root'' and go to repositories list directory: <code>su - |
- | * Run commands <code>su - | + | cd /etc/yum.repos.d</code> |
- | cd /etc/yum.repos.d</code> | + | * Import the repository for your corresponding Fedora version: |
- | * For Fedora 15 run <code>wget http://download.opensuse.org/repositories/home:/4144/Fedora_15/home:4144.repo</code> | + | * For Fedora 24: <code>wget http://download.opensuse.org/repositories/home:/4144/Fedora_24/home:4144.repo</code> |
- | * For Fedora 16 run <code>wget http://download.opensuse.org/repositories/home:/4144/Fedora_16/home:4144.repo</code> | + | * For Fedora 25: <code>wget http://download.opensuse.org/repositories/home:/4144/Fedora_25/home:4144.repo</code> |
- | + | * For Fedora 26: <code>wget http://download.opensuse.org/repositories/home:/4144/Fedora_26/home:4144.repo</code> | |
- | ==== Installation ==== | + | * For Fedora 27: <code>dnf config-manager --add-repo http://download.opensuse.org/repositories/home:/4144/Fedora_27/home:4144.repo</code> |
- | * Start **Add/Remove programs** | + | * For Fedora 28: <code>dnf config-manager --add-repo http://download.opensuse.org/repositories/home:/4144/Fedora_28/home:4144.repo</code> |
- | * Install package **manaplus**. | + | * For Fedora 29: <code>dnf config-manager --add-repo http://download.opensuse.org/repositories/home:/4144/Fedora_29/home:4144.repo</code> |
- | * Now you can start manaplus from games menu. | + | * For Fedora 30: <code>dnf config-manager --add-repo http://download.opensuse.org/repositories/home:/4144/Fedora_30/home:4144.repo</code> |
+ | ===== Installing ManaPlus ===== | ||
+ | * Just run: <code>sudo dnf install manaplus</code> or install **manaplus** package from your favorite package manager GUI interface. | ||
+ | * Now, you can start **ManaPlus** from //Games// menu. | ||