I've been trying to get pgadmin4 installed on a new instance of centos7.
Although I seem to have successfully downloaded and installed the epel and the pgdg repositories, and I can list lots of 'things' that yum believes contain pgadmin4, yum continues to tell me that pgadmin4 is not available.
I've followed these instructions so far:
https://people.planetpostgresql.org/...nd-Fedora.html
https://stackoverflow.com/questions/...dmin4-with-yum
https://www.linode.com/docs/database...es-on-centos-7
https://www.cyberciti.biz/faq/instal...os-redhat-7-x/
here's my yum repolist:
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: mirror.sjc02.svwh.net
* epel: mirrors.xmission.com
* extras: mirrors.vpsie.com
* updates: mirrors.xmission.com
repo id repo name status
base/7/x86_64 CentOS-7 - Base 9,363
epel/x86_64 Extra Packages for Enterprise Linux 7 - x8 11,898
extras/7/x86_64 CentOS-7 - Extras 451
pgdg96/7/x86_64 PostgreSQL 9.6 7 - x86_64 405
updates/7/x86_64 CentOS-7 - Updates 2,146
repolist: 24,263
[root@lnx1 ~]#
(please don't get distracted by the fact i'm using root [su - root]. I've also tried sudo, same results.)
here's my yum list:
[root@lnx1 ~]# yum list pgadmin*
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: centos.mirror.lstn.net
* epel: mirror.sjc02.svwh.net
* extras: centos.mirror.ndchost.com
* updates: mirrors.xmission.com
Available Packages
pgadmin3.x86_64 1.22.1-1.el7 epel
pgadmin3_96.x86_64 1.22.1-2.rhel7 pgdg96
pgadmin3_96-debuginfo.x86_64 1.22.1-2.rhel7 pgdg96
pgadmin3_96-docs.x86_64 1.22.1-2.rhel7 pgdg96
pgadmin4-babel.noarch 2.3.4-1.rhel7 pgdg96
pgadmin4-babel-doc.noarch 2.3.4-1.rhel7 pgdg96
pgadmin4-python-Flask-Mail.noarch 0.9.1-3.rhel7 pgdg96
pgadmin4-python-babel.noarch 2.3.4-1.rhel7 pgdg96
pgadmin4-python-backports.csv.noarch 1:1.0.5-2.rhel7 pgdg96
pgadmin4-python-beautifulsoup4.noarch 4.5.1-2.rhel7 pgdg96
pgadmin4-python-blinker.noarch 1.4-2.rhel7 pgdg96
pgadmin4-python-dateutil.noarch 1:2.5.3-4.rhel7 pgdg96
pgadmin4-python-dateutil-doc.noarch 1:2.5.3-4.rhel7 pgdg96
pgadmin4-python-fixtures.noarch 3.0.0-4.rhel7 pgdg96
pgadmin4-python-flask.noarch 1:0.11.1-7.rhel7
pgdg96
pgadmin4-python-flask-babel.noarch 0.11.1-3.rhel7 pgdg96
pgadmin4-python-flask-gravatar.noarch 0.4.2-2.rhel7 pgdg96
pgadmin4-python-flask-htmlmin.noarch 1.2-4.rhel7 pgdg96
pgadmin4-python-flask-login.noarch 0.3.2-1.rhel7 pgdg96
pgadmin4-python-flask-paranoid.noarch 0.1-1.rhel7 pgdg96
pgadmin4-python-flask-principal.noarch 0.4.0-13.rhel7 pgdg96
pgadmin4-python-flask-security.noarch 1.7.5-3.rhel7 pgdg96
pgadmin4-python-flask-sqlalchemy.noarch 2.1-5.rhel7 pgdg96
pgadmin4-python-flask-wtf.noarch 0.12-2.rhel7 pgdg96
pgadmin4-python-html5lib.noarch 1:1.0b3-1.rhel7 pgdg96
pgadmin4-python-htmlmin.noarch 0.1.10-7.gitcc611c3.rhel7
pgdg96
pgadmin4-python-htmlmin-doc.noarch 0.1.10-7.gitcc611c3.rhel7
pgdg96
pgadmin4-python-itsdangerous.noarch 0.24-9.rhel7 pgdg96
pgadmin4-python-jinja2.noarch 2.8-8.rhel7 pgdg96
pgadmin4-python-markupsafe.x86_64 0.23-12.rhel7 pgdg96
pgadmin4-python-markupsafe-debuginfo.x86_64 0.23-12.rhel7 pgdg96
pgadmin4-python-mimeparse.noarch 1.5.2-2.rhel7 pgdg96
pgadmin4-python-pyrsistent.x86_64 0.11.13-3.rhel7 pgdg96
pgadmin4-python-pyrsistent-debuginfo.x86_64 0.11.13-3.rhel7 pgdg96
pgadmin4-python-simplejson.x86_64 3.8.2-1.rhel7 pgdg96
pgadmin4-python-simplejson-debuginfo.x86_64 3.8.2-1.rhel7 pgdg96
pgadmin4-python-sqlalchemy.x86_64 1.0.14-2.rhel7 pgdg96
pgadmin4-python-sqlalchemy-debuginfo.x86_64 1.0.14-2.rhel7 pgdg96
pgadmin4-python-sqlparse.noarch 0.2.1-4.rhel7 pgdg96
pgadmin4-python-werkzeug.noarch 0.11.11-3.rhel7 pgdg96
pgadmin4-python-wtforms.noarch 2.1-2.rhel7 pgdg96
pgadmin4-pytz.noarch 2016.6.1-3.rhel7
pgdg96
pgadmin4-v1.x86_64 1.6-2.rhel7 pgdg96
pgadmin4-v1-debuginfo.x86_64 1.6-2.rhel7 pgdg96
pgadmin4-v1-docs.noarch 1.6-2.rhel7 pgdg96
pgadmin4-v1-web.noarch 1.6-2.rhel7 pgdg96
[root@lnx1 ~]#
but now, this post is moot, except for the list of research items.
I was able to succeed with 'yum -y install pgadmin4-v1.x86_64', which did not succeed the many times I did it before.
Must have done something right 'in medios race'.
Thanks,
Kimball