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

PostgreSQL 16 Installation in Fedora 36 – Step-by-step

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

How to Install

  1. 2. Setting Up PostgreSQL 16 Repo

    How to Add PostgreSQL 16 Linux Fedora Dnf Repository

    Here PostgreSQL 16 Dnf Repo Setup
    Guide to Add PostgreSQL 16 Dnf Repository for Fedora GNU/Linux
  2. 3. Installing PostgreSQL 16

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

    Copy
    sudo dnf in postgresql16-server postgresql16-contrib

    Again to Search for other gears:

    Copy
    dnf search postgresql-16

Contents