Installing
2. Setting Up Repository
How to Add PostgreSQL 11 Kali Apt Repository
3. Installing
Then to Install PostgreSQL 11 for Kali
Simply run:sudo apt install postgresql-11
If Got “User is Not in Sudoers file” then see: How to Enable sudo
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }
How to Add PostgreSQL 11 Kali Apt Repository
Then to Install PostgreSQL 11 for Kali
Simply run:
sudo apt install postgresql-11
If Got “User is Not in Sudoers file” then see: How to Enable sudo