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

PostgreSQL 16 Installation in Pop!_OS – 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 Pop!_OS Apt Repository

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

    Then to Install PostgreSQL 16 for Pop!_OS
    Simply play:

    sudo apt install postgresql-16 postgresql-client-16

    In case of a libpq5 Version issue, then first Remove any existing PostgresSQL Installation or provide to: Download & Install Manually the Library.

    Again to Search for other gears:

    apt search postgresql-16

Contents