clarify needs for the extra repo requirements
authorDevrim Gunduz <devrim@gunduz.org>
Tue, 27 Feb 2024 11:06:27 +0000 (11:06 +0000)
committerDevrim Gunduz <devrim@gunduz.org>
Tue, 27 Feb 2024 11:06:36 +0000 (11:06 +0000)
templates/pages/howtozypp.html

index ce88db4205d37a4c94c34261ec206cb33635ad3a..b4d90a2d85c46467c31d3d57441de8ffe78c3fc4 100644 (file)
@@ -7,15 +7,16 @@
 <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>
 
@@ -27,8 +28,8 @@
        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>