質問編集履歴

1

実行結果の追加

2020/08/07 07:28

投稿

Kiyobun510
Kiyobun510

スコア12

test CHANGED
File without changes
test CHANGED
@@ -32,6 +32,80 @@
32
32
 
33
33
  sudo apt install -v mysql-server 5.7 mysql-client
34
34
 
35
+ sudo apt-get install mysql-client-5.7 mysql-client-core-5.7 mysql-common mysql-server-5.7 mysql-server-core-5.7
36
+
35
37
  ```
36
38
 
37
- あてずっぽうで入力してみましたがダメでした。
39
+ 調べて入力してみましたがダメでした。
40
+
41
+
42
+
43
+ 二つ目の実行結果は以下のようなエラーが出ました。
44
+
45
+ ```ここに言語を入力
46
+
47
+ Reading package lists... Done
48
+
49
+ Building dependency tree
50
+
51
+ Reading state information... Done
52
+
53
+ Package mysql-client-5.7 is not available, but is referred to by another package.
54
+
55
+ This may mean that the package is missing, has been obsoleted, or
56
+
57
+ is only available from another source
58
+
59
+ However the following packages replace it:
60
+
61
+ mariadb-server-core-10.3 mariadb-server-10.3 mariadb-client-10.3
62
+
63
+
64
+
65
+ Package mysql-client-core-5.7 is not available, but is referred to by another package.
66
+
67
+ This may mean that the package is missing, has been obsoleted, or
68
+
69
+ is only available from another source
70
+
71
+ However the following packages replace it:
72
+
73
+ mariadb-client-core-10.3
74
+
75
+
76
+
77
+ Package mysql-server-5.7 is not available, but is referred to by another package.
78
+
79
+ This may mean that the package is missing, has been obsoleted, or
80
+
81
+ is only available from another source
82
+
83
+ However the following packages replace it:
84
+
85
+ mariadb-server-10.3
86
+
87
+
88
+
89
+ Package mysql-server-core-5.7 is not available, but is referred to by another package.
90
+
91
+ This may mean that the package is missing, has been obsoleted, or
92
+
93
+ is only available from another source
94
+
95
+ However the following packages replace it:
96
+
97
+ mariadb-server-core-10.3
98
+
99
+
100
+
101
+ E: Package 'mysql-client-5.7' has no installation candidate
102
+
103
+ E: Package 'mysql-client-core-5.7' has no installation candidate
104
+
105
+ E: Package 'mysql-server-5.7' has no installation candidate
106
+
107
+ E: Package 'mysql-server-core-5.7' has no installation candidate
108
+
109
+ ```
110
+
111
+ ご返答お待ちしております。