在Debian and Ubuntu上安装pgRouting

1、查看系统类型

bash 复制代码
lsb_release -cs

2、追加资源库列表

bash 复制代码
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'

3、导入资源库的KEY,更新库列表

bash 复制代码
sudo apt install wget ca-certificates
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo apt update

4、基于安装的postgresql安装pgrouting

bash 复制代码
sudo apt install postgresql-12-pgrouting

5、安装需要的依赖包,譬如postgresql或者postgis等

bash 复制代码
sudo apt-get update && sudo apt-get upgrade
相关推荐
菜鸟xy..6 分钟前
windows server 2008 建立ftp服务器
运维·服务器
dzq19818 分钟前
Hexo提交部署命令与Git Bash Here控制终端中按下Ctrl+C无法中断hexo s的解决办法
运维·git·hexo·部署博客·hexo s·ctrl+c·源码推送
团儿.29 分钟前
KVM磁盘配置:构建高效虚拟环境的基石
linux·运维·centos·kvm·kvm磁盘
zhqh1001 小时前
在qemu-system上跑arm-Debian
linux·arm开发·debian
CloudJourney2 小时前
初始Docker
运维·docker·容器
惊鸿一博2 小时前
linux_电脑一运行程序就死机怎么处理?
linux·运维·电脑
环能jvav大师2 小时前
使用Ubuntu系统+VS Code开发STC51单片机
linux·c语言·开发语言·单片机·嵌入式硬件·ubuntu
SG.xf2 小时前
Ansible
运维·ansible
看山还是山,看水还是。3 小时前
Nginx 的 Http 模块介绍(中)
android·运维·网络·nginx·http
、十一、3 小时前
Linux中ES的安装
linux·运维·elasticsearch