summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevrim Gunduz2026-07-22 09:15:28 +0000
committerDevrim Gunduz2026-07-22 09:15:28 +0000
commit52b33b6cff1f0eca2037fd7b3b5a184964d89cdd (patch)
tree12c8b229125a81173b761b2987f2919495950fcc
parentb1c48f1a778eda5e713b88917052792941436d39 (diff)
Update repo instructions
-rw-r--r--templates/pages/howtozypp.html13
1 files changed, 8 insertions, 5 deletions
diff --git a/templates/pages/howtozypp.html b/templates/pages/howtozypp.html
index 3c7c76e..3817f07 100644
--- a/templates/pages/howtozypp.html
+++ b/templates/pages/howtozypp.html
@@ -6,16 +6,19 @@
<p>
You can use the zypper package manager to install Postgres and/or other
- components on an SLES 16 / SLES 15 / SLES 12 host. zypper will attempt to satisfy
- 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:
+ components on an OpenSuSE Leap 16.9, SLES 16 / SLES 15 / SLES 12 host.
+ zypper will attempt to satisfy package dependencies as it installs a
+ package, but some components (mainly PostGIS) require access to specific
+ repositories that are not hosted atpostgresql.org or SLES official
+ repositories.
+</p>
+<p>These are the required external repositories for SLES 15.7:</p>
<ul>
<li>uuid, libjson-c5 : <code>zypper addrepo https://download.opensuse.org/repositories/devel:/libraries:/c_c++/15.7/devel:libraries:c_c++.repo</code></li>
<li>cfitsio, armadillo, netcdf, hdf5 libqt4 : <code>zypper addrepo https://download.opensuse.org/repositories/science/15.7/science.repo</code></li>
<li>spatialite-tools (for libosmium) : <code>zypper addrepo https://download.opensuse.org/repositories/Application:/Geo/15.7/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>
+ <li>freetds-devel (for developers): <code>zypper addrepo https://download.opensuse.org/repositories/devel:/languages:/misc/SLE_15_SP7/devel:languages:misc.repo</code></li>
</ul>
</p>