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

39 lines
1018 B
Plaintext

~~Title: OpenSUSE~~
==== OpenSUSE ====
Enlightenment and EFL are available for multiple versions of OpenSUSE:
* openSUSE_Tumbleweed
* openSUSE_Factory_ARM
* openSUSE_Factory
* openSUSE_13.2
* openSUSE_13.1
The way to install Enlightenment is similar between those distributions,
here is an example with Tumbleweed:
<code bash>
#as root
export DISTRO_NAME="openSUSE_Tumbleweed"
zypper addrepo http://download.opensuse.org/repositories/X11:Enlightenment:Factory/${DISTRO_NAME}/X11:Enlightenment:Factory.repo
zypper refresh
</code>
Install Enlightenment and Terminology:
<code bash>
zypper install enlightenment
zypper install terminology
</code>
Install EFL only:
<code bash>
zypper install efl
</code>
You can also use the one click installer:
<note warning>Last time I tried this it was broken (Simon Lees, June 2015, On my todo list)</note>
<code bash>
export DISTRO_NAME="openSUSE_Tumbleweed"
wget http://software.opensuse.org/ymp/X11:Enlightenment:Factory/${DISTRO_NAME}/efl.ymp
</code>