Ladipo
Ladipo

Reputation: 1

Conflicting requests - installing postgresql

I am trying to install Postgresql on my Amazon Linux machine on AWS, and I am getting the error of the conflicting request. and I got an option to add --skip-broken. whenever I add this flag it doesn't complete the installation.

I tried reinstalling, I also changed the Postgresql version.

Upvotes: 0

Views: 169

Answers (1)

Shayaan
Shayaan

Reputation: 16

Did you update packages before installing?

In other words, did you run:

$ sudo dnf update

Before:

$ sudo dnf install postgresql15.x86_64 postgresql15-server

(Installing postgresql 15 in this example; of course you may have installed another version).

?

If not, try that first.

Please provide the commands you ran in your question and screenshots of error messages if possible.

Upvotes: 0

Related Questions