Installing
-
2. Setting Up PostgreSQL 12 Repository
How to Add PostgreSQL 12 Kali Apt Repository
-
3. Installing PostgreSQL 12
Then to Install PostgreSQL 12 for Kali
Simply run:sudo apt install postgresql-12
To get installed also the Client programs add:
sudo apt install postgresql-client-12
Again to Search for other gears:
sudo apt search postgresql-12
Authenticate with the User Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.
Contents