www-content/pages/distros/fedora-start.txt

33 lines
745 B
Plaintext

~~Title: Fedora~~
==== Fedora ====
The installation procedure is very similar to openSUSE, the repository contains
Enlightenment, EFL, Terminology, ...
For Fedora 21 run the following command as root:
<code bash>
cd /etc/yum.repos.d/
wget http://download.opensuse.org/repositories/X11:Enlightenment:Factory/Fedora_21/X11:Enlightenment:Factory.repo
</code>
For Fedora 20 run the following command as root:
<code bash>
cd /etc/yum.repos.d/
wget http://download.opensuse.org/repositories/X11:Enlightenment:Factory/Fedora_20/X11:Enlightenment:Factory.repo
</code>
To install enlightenment 0.17 and terminology:
<code bash>
yum install e17
yum install terminology
</code>
If you only want to install EFL:
<code bash>
yum install efl
</code>