E: Unable to locate package postgresql-10发布于 2018-06-01 14:03:28
我想Postgresql存储库没有添加。
添加PostgreSQL apt存储库
echo 'deb http://apt.postgresql.org/pub/repos/apt/ xenial-pgdg main' >> /etc/apt/sources.list.d/pgdg.list导入存储库签名密钥,并更新包列表
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -安装PostgreSQL
sudo apt-get update
sudo apt-get install postgresql-10发布于 2018-02-26 23:02:48
postgresql-10可通过标准存储库安装Ubuntu18.04(即仿生)。
https://askubuntu.com/questions/1009975
复制相似问题