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

42 lines
1.2 KiB
Plaintext

~~Title: openSUSE~~
==== openSUSE ====
Enlightenment and EFL are available for multiple versions of openSUSE:
* openSUSE_13.1 (end-of-life Jan. 2016; Evergreen support ended Nov. 2016)
* openSUSE_13.2 (end-of-life Jan 17th 2017)
* openSUSE_Factory
* openSUSE_Factory_ARM
* openSUSE_Leap_42.1
* openSUSE_Leap_42.2
* openSUSE_Tumbleweed
Installing Enlightenment, is easy on openSUSE!
You can either select enlightenment from the installer (net install only) or install the enlightenment package from yast or zypper.
For Leap 42.2 and Tumbleweed the latest stable version will be installed, for Leap 42.1 you may want to add the development repo as listed below but this may be unstable
<note warning>The code below enables a development repo this should be considered unstable.</note>
First get the repository on your system. The openSUSE version will be auto-detected by zypper:
<code bash>
#as root
zypper addrepo -f obs://X11:Enlightenment:Factory enlightenment
zypper refresh enlightenment
</code>
Now you can install the Enlightenment pattern (openSUSE meta-package):
<code bash>
zypper install -t pattern enlightenment
</code>
If you want to install EFL only:
<code bash>
zypper install efl
</code>