作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试按照本教程在我的 ubuntu 机器上安装 postgres:
https://www.digitalocean.com/community/tutorials/how-to-install-and-use-postgresql-on-ubuntu-14-04
我可以创建新用户,使用 psql 命令。但是当我运行 postgres -v 我得到错误:
当前未安装程序“postgres”。您可以通过键入以下内容来安装它:
sudo apt-get install postgres-xc
前几天我试图检查我是否有 libxml2 但我不得不以另一种方式检查?也许情况与此相同?我不确定...
最佳答案
第 1 步:添加 PostgreSQL Apt 存储库
PostgreSQL 软件包也可以在默认的 Ubuntu 存储库中使用,但是当我尝试在 Ubuntu 12.04 上安装 PostgreSQL 时,我只发现 PostgreSQL 9.1 在默认的 apt 存储库中。因此,我要求您首先使用以下命令在 PostgreSQL 官方网站上建议的系统中添加 PostgreSQL apt 存储库。
$ sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ `lsb_release -cs`-pgdg main" >> /etc/apt/sources.list.d/pgdg.list'
$ wget -q https://www.postgresql.org/media/keys/ACCC4CF8.asc -O - | sudo apt-key add -
$ sudo apt-get update
$ sudo apt-get install postgresql postgresql-contrib
$ sudo su - postgres
$ psql
postgres-# \conninfo
postgres-# \q
关于database - 安装了postegres,但它说没有安装,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30959072/
我是一名优秀的程序员,十分优秀!