質問編集履歴
3
本文
test
CHANGED
File without changes
|
test
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
始めて二週間目の初心者です
|
8
8
|
|
9
|
-
(Windows10)ubuntuでpostgresqlのインストールがしたいです.
|
9
|
+
(Windows10)ubuntuでpostgresql12.2のインストールがしたいです.
|
10
10
|
|
11
11
|
sudo apt install postgresqlを実行してエラーがでました
|
12
12
|
|
2
本文
test
CHANGED
File without changes
|
test
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
始めて二週間目の初心者です
|
8
8
|
|
9
|
-
(Windows10)ubuntuでpostgresql
|
9
|
+
(Windows10)ubuntuでpostgresqlのインストールがしたいです.
|
10
10
|
|
11
11
|
sudo apt install postgresqlを実行してエラーがでました
|
12
12
|
|
1
本文
test
CHANGED
File without changes
|
test
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
始めて二週間目の初心者です
|
8
8
|
|
9
|
-
(Windows10)ubuntuでpostgresqlのインストールがしたいです.
|
9
|
+
(Windows10)ubuntuでpostgresql10.5のインストールがしたいです.
|
10
10
|
|
11
11
|
sudo apt install postgresqlを実行してエラーがでました
|
12
12
|
|
@@ -78,4 +78,8 @@
|
|
78
78
|
|
79
79
|
|
80
80
|
|
81
|
+
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.as
|
82
|
+
|
81
|
-
|
83
|
+
c | sudo apt-key add -
|
84
|
+
|
85
|
+
を実行したらOKとでました
|