<h2>Package naming convention</h2>
<p>
PostGIS uses two digit version numbers like 3.4, 3.5, etc. Traditionally there is a new major
-release every year along with (but not strictly tied to) the PostgreSQL major release.</br>
+release every year along with (but not strictly tied to) the PostgreSQL major release.<br>
The PostgreSQL RPM repository uses both PostGIS and PostgreSQL version numbers in the RPM packages.
For example PostGIS 3.5 for PostgreSQL 17 is named as <span class="pgyum-warning">postgis35_17</span>.
<p>
PostGIS provides the following subpackages:
</p>
+<p>
<ul>
<li>client: Provides client tools and their libraries of PostGIS</li>
<li>devel: Provides development headers and libraries for PostGIS</li>
Enable two repositories for dependencies:<br>
<ul>
<li>Add Science repo (for cfitsio, armadillo, netcdf, hdf5 libqt4) : <code>zypper addrepo https://download.opensuse.org/repositories/science/15.6/science.repo</code></li>
- <li>Enable PackageHub: <code>SUSEConnect -p PackageHub/15.6/x86_64<code></li>
+ <li>Enable PackageHub: <code>SUSEConnect -p PackageHub/15.6/x86_64</code></li>
</ul>
</p>
<td>zypper install postgis35_17 <span class="pgyum-warning">(or change the version as described above)</span>
<br>
zypper install postgis35_17-gui <span class="pgyum-warning">(or change "gui" for any subpackage described above)</td>
- </td>
</tr>
</tbody>