質問編集履歴
1
実行結果の追加
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -15,5 +15,42 @@
|
|
|
15
15
|
##試したこと
|
|
16
16
|
```ここに言語を入力
|
|
17
17
|
sudo apt install -v mysql-server 5.7 mysql-client
|
|
18
|
+
sudo apt-get install mysql-client-5.7 mysql-client-core-5.7 mysql-common mysql-server-5.7 mysql-server-core-5.7
|
|
18
19
|
```
|
|
19
|
-
|
|
20
|
+
調べて↑を入力してみましたがダメでした。
|
|
21
|
+
|
|
22
|
+
二つ目の実行結果は以下のようなエラーが出ました。
|
|
23
|
+
```ここに言語を入力
|
|
24
|
+
Reading package lists... Done
|
|
25
|
+
Building dependency tree
|
|
26
|
+
Reading state information... Done
|
|
27
|
+
Package mysql-client-5.7 is not available, but is referred to by another package.
|
|
28
|
+
This may mean that the package is missing, has been obsoleted, or
|
|
29
|
+
is only available from another source
|
|
30
|
+
However the following packages replace it:
|
|
31
|
+
mariadb-server-core-10.3 mariadb-server-10.3 mariadb-client-10.3
|
|
32
|
+
|
|
33
|
+
Package mysql-client-core-5.7 is not available, but is referred to by another package.
|
|
34
|
+
This may mean that the package is missing, has been obsoleted, or
|
|
35
|
+
is only available from another source
|
|
36
|
+
However the following packages replace it:
|
|
37
|
+
mariadb-client-core-10.3
|
|
38
|
+
|
|
39
|
+
Package mysql-server-5.7 is not available, but is referred to by another package.
|
|
40
|
+
This may mean that the package is missing, has been obsoleted, or
|
|
41
|
+
is only available from another source
|
|
42
|
+
However the following packages replace it:
|
|
43
|
+
mariadb-server-10.3
|
|
44
|
+
|
|
45
|
+
Package mysql-server-core-5.7 is not available, but is referred to by another package.
|
|
46
|
+
This may mean that the package is missing, has been obsoleted, or
|
|
47
|
+
is only available from another source
|
|
48
|
+
However the following packages replace it:
|
|
49
|
+
mariadb-server-core-10.3
|
|
50
|
+
|
|
51
|
+
E: Package 'mysql-client-5.7' has no installation candidate
|
|
52
|
+
E: Package 'mysql-client-core-5.7' has no installation candidate
|
|
53
|
+
E: Package 'mysql-server-5.7' has no installation candidate
|
|
54
|
+
E: Package 'mysql-server-core-5.7' has no installation candidate
|
|
55
|
+
```
|
|
56
|
+
ご返答お待ちしております。
|