質問編集履歴
2
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,6 +6,10 @@
|
|
6
6
|
|
7
7
|
```ここに言語を入力
|
8
8
|
N: Skipping acquire of configured file 'main/binary-arm64/Packages' as repository 'https://dl.winehq.org/wine-builds/ubuntu bionic InRelease' doesn't support architecture 'arm64'
|
9
|
-
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/bionic/multiverse/binary-i386/Packages 404 Not Found [IP: 2001:67c:1360:8001::24 80]
|
9
|
+
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/bionic/multiverse/binary-i386/Packages 404 Not Found [IP: 2001:67c:1360:8001::24 80]
|
10
|
+
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/bionic-security/multiverse/binary-i386/Packages 404 Not Found [IP: 2001:67c:1360:8001::24 80]
|
11
|
+
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/bionic-updates/multiverse/binary-i386/Packages 404 Not Found [IP: 2001:67c:1360:8001::24 80]
|
12
|
+
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/bionic-backports/main/binary-i386/Packages 404 Not Found [IP: 2001:67c:1360:8001::24 80]
|
13
|
+
E: Some index files failed to download. They have been ignored, or old ones used instead.
|
10
14
|
|
11
15
|
```
|
1
エラー文の修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -5,9 +5,7 @@
|
|
5
5
|
を入力後`apt update`したところ以下のようなエラーが出ます。どのようにすればよいでしょうか?
|
6
6
|
|
7
7
|
```ここに言語を入力
|
8
|
-
|
9
|
-
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/bionic/
|
10
|
-
|
11
|
-
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/bionic-security/main/binary-i386/Packages 404 Not Found [IP: 2001:67c:1360:8001::24 80]
|
12
|
-
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/bionic-updates/main/binary-i386/Packages 404 Not Found [IP: 2001:67c:1360:8001::24 80]
|
8
|
+
N: Skipping acquire of configured file 'main/binary-arm64/Packages' as repository 'https://dl.winehq.org/wine-builds/ubuntu bionic InRelease' doesn't support architecture 'arm64'
|
9
|
+
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/bionic/multiverse/binary-i386/Packages 404 Not Found [IP: 2001:67c:1360:8001::24 80] E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/bionic-security/multiverse/binary-i386/Packages 404 Not Found [IP: 2001:67c:1360:8001::24 80] E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/bionic-updates/multiverse/binary-i386/Packages 404 Not Found [IP: 2001:67c:1360:8001::24 80] E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/bionic-backports/main/binary-i386/Packages 404 Not Found [IP: 2001:67c:1360:8001::24 80] E: Some index files failed to download. They have been ignored, or old ones used instead.
|
10
|
+
|
13
11
|
```
|