ファイルの解凍時にエラーが発生しました:アーカイブファイルの読み込み中にエラーが発生しましたが、次のいずれかにzipfileディレクトリが見つかりません



Error When Decompressing File



ファイルを解凍します

unzip opencv-3.4.8

エラー:



Archive: opencv-3.4.8.zip End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. note: opencv-3.4.8.zip may be a plain executable, not an archive unzip: cannot find zipfile directory in one of opencv-3.4.8 or opencv-3.4.8.zip, and cannot find opencv-3.4.8.ZIP, period.

直接抽出はエラーです:アーカイブファイルのロード中にエラーが発生しました
解決
1つのコマンドで解凍

jar xvf opencv-3.4.8.zip

実際の測定は使いやすいです
画像