質問編集履歴

2

エラーの変更

2019/11/17 11:34

投稿

pcbginer
pcbginer

スコア25

test CHANGED
@@ -1 +1 @@
1
- CentOS8でzipファイルをインストールしたが、解凍できない
1
+ CentOS8でtgzファイルをインストールしたが、解凍できない
test CHANGED
@@ -1,14 +1,14 @@
1
1
  ### 今の現状、問題、目的
2
2
 
3
- (現状)zipファイルをダウンロードした。unzipコマンドを実行した。
3
+ (現状)tgzファイルをダウンロードした。tar -xzvfコマンドを実行した。
4
4
 
5
- (問題)unzipコマンドを使用しても、zipファイルが解凍できない。
5
+ (問題)tar -xzvfコマンドを使用しても、tgzファイルが解凍できない。
6
6
 
7
7
 
8
8
 
9
- ![イメージ説明](6665afe14176dbb959ae0ab79ef8dd1a.png)
9
+ ![イメージ説明](2b6dfddba497104ce32ddef1970e8b26.png)
10
10
 
11
- (目的)zipファイルを解凍したい。
11
+ (目的)tgzファイルを解凍したい。
12
12
 
13
13
 
14
14
 
@@ -24,8 +24,14 @@
24
24
 
25
25
  ```ここに言語を入力
26
26
 
27
- [root@localhost testuser]# unzip juice-shop-9.2.0_node13_x64.zip
27
+ [root@localhost testuser]# tar -xzvf juice-shop-9.2.0_node13_linux_x64.tgz
28
28
 
29
+
30
+
31
+ gzip: stdin: not in gzip format
32
+
33
+ tar:Chile returned status 1
34
+
29
- unzip: cannot find or open juice-shop-9.2.0_node13_x64.zip, juice-shop-9.2.0_node13_x64.zip.zip or juice-shop-9.2.0_node13_x64.zip.ZIP.
35
+ tar: Error is not recoverable: exiting now
30
36
 
31
37
  ```

1

画像の変更

2019/11/17 11:34

投稿

pcbginer
pcbginer

スコア25

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
 
8
8
 
9
- ![イメージ説明](d7b3110a83c663efb2a2bdfedc6f6e41.png)
9
+ ![イメージ説明](6665afe14176dbb959ae0ab79ef8dd1a.png)
10
10
 
11
11
  (目的)zipファイルを解凍したい。
12
12