Hello,
--
I need to install postgresql 13.4 on development server , but getting below errors, please help to resolve this
sudo apt-get install postgresql-13.4
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package postgresql-13.4
E: Couldn't find any package by glob 'postgresql-13.4'
E: Couldn't find any package by regex 'postgresql-13.4'
Building dependency tree
Reading state information... Done
E: Unable to locate package postgresql-13.4
E: Couldn't find any package by glob 'postgresql-13.4'
E: Couldn't find any package by regex 'postgresql-13.4'
Note: This is on ubuntu and postgresql 11 is already there on the machine.
Shashidhar