我是Postgres的新手,我需要下载并安装pgcrypto扩展。我在命令下执行但没有任何反应:
[root@localhost /]# yum install pgcrypto
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.nbrc.ac.in
* extras: mirrors.nhanhoa.com
* updates: mirror.nbrc.ac.in
No package pgcrypto available.
Error: Nothing to do
然后,我查看了google上的几个命令,并尝试以下操作:
[root@localhost ~]# gppkg -r pgcrypto
-bash: gppkg: command not found
我在centos上使用postgres 11.3。请让我知道从哪里可以下载/安装pgcrypto的适当命令/链接。任何帮助将不胜感激。
谢谢
答案 0 :(得分:1)
您可能正在寻找要安装的postgresql11-contrib
软件包:
# yum info postgresql11-contrib
Loaded plugins: fastestmirror, ovl
Loading mirror speeds from cached hostfile
* base: centos.mirror.triple-it.nl
* extras: mirror.nforce.com
* updates: centos.mirror.triple-it.nl
Available Packages
Name : postgresql11-contrib
Arch : x86_64
Version : 11.4
Release : 1PGDG.rhel7
Size : 617 k
Repo : pgdg11/7/x86_64
Summary : Contributed source and binaries distributed with PostgreSQL
URL : https://www.postgresql.org/
License : PostgreSQL
Description : The postgresql11-contrib package contains various extension modules that are
: included in the PostgreSQL distribution.