$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

PostgreSQL 16 Installation in openSUSE – Step-by-step

October 22, 2023 | By the+gnu+linux+evangelist.

How to Install

  1. 2. Setting Up PostgreSQL 16 Repo

    How to Add PostgreSQL 16 Linux openSUSE Dnf Repository

    PostgreSQL 16 Dnf Repo Setup
  2. 3. Installing PostgreSQL 16

    Then to Install PostgreSQL 16 for openSUSE
    Especially relevant: in case you have a previous PostgreSQL Setup on System you may need first of Removing it.
    Simply play:

    sudo zypper in postgresql16-server

    Again to Search for other gears:

    zypper search postgresql16

Contents