우분투 소프트웨어 센터를 통해 우분투 18.04에 postgreSQL 9.6을 설치하고 터미널에서 입력하려고합니다.
sudo apt-get install postgresql-9.6
공식 문서에 따르면 https://www.postgresql.org/download/linux/ubuntu/
Create the file /etc/apt/sources.list.d/pgdg.list and add a line for the repository
deb http://apt.postgresql.org/pub/repos/apt/ bionic-pgdg main
Import the repository signing key, and update the package lists
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo apt-get update
어떤 도움?
미리 감사드립니다.
postgresql:
설치 : (없음) 후보 : 10 + 191.pgdg18.04 + 1 버전 테이블 : 10 + 191.pgdg18.04 + 1 500 500 http://apt.postgresql.org/pub/repos/apt bionic-pgdg / main amd64 패키지 500 http://apt.postgresql.org/pub/repos/apt bionic-pgdg / main i386 패키지 10 + 190500500 http://gr.archive.ubuntu.com/ubuntu bionic / main amd64 패키지 500 http : //gr.archive.ubuntu.com/ubuntu bionic / main i386 패키지
postgresql 폴더가 어디에 있는지 확인하면 9.6 및 10 버전이 모두있는 것 같습니다
sudo apt remove postgresql-10
.
wget
명령을 사용하여 키를 가져옵니다 . 정확히 무엇이 잘못됩니까?