Re: Trouble installing postgresql server on Amazon Linux - Mailing list pgsql-general

From John R Pierce
Subject Re: Trouble installing postgresql server on Amazon Linux
Date
Msg-id 56B8F40B.9090803@hogranch.com
Whole thread Raw
In response to Re: Trouble installing postgresql server on Amazon Linux  (Augori <augori@gmail.com>)
List pgsql-general
On 2/7/2016 1:35 PM, Augori wrote:
> ... In fact, it seems like both of them must be the wrong repos?  So I
> need to remove these?
> # rpm -e pgdg-93-redhat.repo
> error: package pgdg-93-redhat.repo is not installed
> #  rpm -e pgdg-93-ami201503.repo
> error: package pgdg-93-ami201503.repo is not installed

these commands will tell you what package those files came from...

     $ rpm -qf /etc/yum.repos.d/pgdg-93-redhat.repo
     $ rpm -qf /etc/yum.repos.d/pgdg-93-ami201503.repo


--
john r pierce, recycling bits in santa cruz



pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Let's Do the CoC Right
Next
From: Johannes
Date:
Subject: Re: execute same query only one time?