<p>
You can use the zypper package manager to install PostgreSQL and/or other
components on an SLES 15 / SLES 12 host. zypper will attempt to satisfy
- package dependencies as it installs a package, but some components require
- access to specific repositories that are not hosted at postgresql.org or SLES
- official repositories:
+ package dependencies as it installs a package, but some components (mainly
+ PostGIS) require access to specific repositories that are not hosted at
+ postgresql.org or SLES official repositories:
<ul>
<li>uuid, libjson-c5 : <code>zypper addrepo https://download.opensuse.org/repositories/devel:/libraries:/c_c++/15.5/devel:libraries:c_c++.repo</code></li>
<li>freexl : <code>zypper addrepo https://download.opensuse.org/repositories/home:airbus-geo:GeoApplications-SLE15/SLE_15_SP1/home:airbus-geo:GeoApplications-SLE15.repo</code></li>
<li>cfitsio, armadillo, netcdf, hdf5 libqt4 : <code>zypper addrepo https://download.opensuse.org/repositories/science/15.5/science.repo</code></li>
- <li>freetds-devel: <code>zypper addrepo https://download.opensuse.org/repositories/devel:languages:misc/SLE_15_SP4/devel:languages:misc.repo</code></li>
<li>spatialite-tools (for libosmium) : <code>zypper addrepo https://download.opensuse.org/repositories/Application:/Geo/15.5/Application:Geo.repo</code></li>
+ <br>
+ <li>freetds-devel (for developers): <code>zypper addrepo https://download.opensuse.org/repositories/devel:languages:misc/SLE_15_SP4/devel:languages:misc.repo</code></li>
</ul>
</p>
SLES 15:
<br>
<code>
+ zypper install SUSEConnect<br/>
SUSEConnect -p sle-module-desktop-applications/15.5/x86_64</br>
- SUSEConnect -p sle-module-development-tools/15.5/x86_64</br>
SUSEConnect -p PackageHub/15.5/x86_64</br>
</code>
<br>