From: | John R Pierce <pierce(at)hogranch(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Trouble installing postgresql server on Amazon Linux |
Date: | 2016-02-08 20:01:15 |
Message-ID: | 56B8F40B.9090803@hogranch.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Johannes | 2016-02-08 20:09:43 | Re: execute same query only one time? |
Previous Message | Tom Lane | 2016-02-08 19:40:47 | Re: Let's Do the CoC Right |