While installing PostgreSQL 14.10 on Linux
system, I was getting the below error, so here is the solution
[oracle@localhost Desktop]$ sudo yum
install postgresql14-server
PostgreSQL common RPMs for RHEL / Rocky 8 -
x86_64 ...
Showing posts with label PostgreSQL. Show all posts
Showing posts with label PostgreSQL. Show all posts
Install PostgreSQL on Linux operating system

In previous articles, we have discussed the introduction to PostgreSQL and installation of Postgres on Windows system in this article, we will discuss Installing PostgreSQL 14 on the Linux operating system
Follow the below steps to install...
lsb_release: command not found... : Linux/ Database Admin
As Database
Admin, Linux Admin, or system admin, you must have come across this error
or situation,
Here I was
trying to see release details of the Linux operating system using the
lsb_release command but it failed with the below error.
On seeing
this error, I thought lsb_release was not installed on the server, so I tried
to...