Install on OpenSUSE¶
ZOO-Project’s ZOO-Kernel can be installed on recent OpenSUSE distributions either via pre-built packages from the OpenSUSE Build Service (OBS) or by compiling from source.
Note
These instructions are updated for OpenSUSE Leap 15.4+ or Tumbleweed. Older instructions for 11.4 releases are obsolete.
Stable release¶
To install the latest stable version of ZOO-Kernel on OpenSUSE:
Via YaST Software Manager¶
Open YaST.
Navigate to Software > Software Repositories and add the following repository:
Repository Name: Application:Geo
URL: http://download.opensuse.org/repositories/Application:/Geo/openSUSE_Leap_15.4/ (replace version if needed)
Refresh repositories and search for zoo-kernel in the Software Management tool.
Via Command Line¶
zypper ar http://download.opensuse.org/repositories/Application:/Geo/openSUSE_Leap_15.4/ Application:Geo
zypper refresh
zypper install zoo-kernel
Note
You can check the latest available versions here: https://software.opensuse.org/package/zoo-kernel
Developement version¶
For the most recent development version of ZOO-Kernel, use the testing OBS repository maintained by developers:
Warning
Development versions may be unstable and should only be used for testing purposes.
Via Command Line¶
Install latest ZOO-Kernel trunk version with the following command:
zypper ar http://download.opensuse.org/repositories/home:/tzotsos/openSUSE_Leap_15.4/ ZOO-Dev
zypper refresh
zypper install zoo-kernel
zypper install zoo-kernel-grass-bridge
Note
The zoo-kernel-grass-bridge package requires GRASS GIS (GRASS7) and enables integration between ZOO and GRASS.