Ubuntu Install Postgresql 12

[Solved] Ubuntu Install Postgresql 12 | Shell - Code Explorer | yomemimo.com
Question : ubuntu install postgresql 12

Answered by : lokesh-kumar-suman

sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo apt-get update
sudo apt-get -y install postgresql

Source : | Last Update : Tue, 30 Mar 21

Answers related to ubuntu install postgresql 12

Code Explorer Popular Question For Shell