[3rd-Party Apps] Deepin20对应Debian哪一个版本?
Tofloor
poster avatar
Leo
deepin
2021-11-04 15:33
Author

Deepin20对应Debian哪一个版本?

因为有一个$(lsb_release -cs)变量要获取系统版本结果返回的是n/a 导致安装软件失败

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 --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo apt-get update
sudo apt-get -y install postgresql

Reply Favorite View the author
All Replies
神末shenmo
deepin
Spark-App
Q&A Team
2021-11-04 17:09
#1

目前是10

Reply View the author
152******80
Advanced Packager
2021-11-05 16:56
#2

看上游版本

cat /etc/debian_version

我这边现在是10.10,也就是buster

Reply View the author