tar解包時報錯
報錯如下
[root@use03 src]# tar -jxf httpd-2.4.39.tar.bz2
tar (child): bzip2: Cannot exec: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
按提示,原因是bzip2沒有安裝,所以解包時解不了bz2的檔案
解決
[root@use03 src]# yum install bzip2
相關文章
- tar解壓報錯——Not found in archive tar: Exiting with failure status due to previous errorsHiveAIError
- tar (child): bzip2: Cannot exec: No such file or directory 報錯
- 什麼是Python解包?如何進行解包?Python
- dimp時報錯,字串截斷字串
- yii執行phpunit時報錯PHP
- 型別 列表生成 解包型別
- laravel11: 安裝時報錯Laravel
- 【AutoCAD .NET】建立Hatch時報錯eInvalidInput
- 使用 Composer 安裝 Laravel 時報錯Laravel
- 靜默安裝oracle時報錯Oracle
- H264 rtp封包解包
- Laravel 54 配置 Elasticsearch 時的報錯提示LaravelElasticsearch
- laravel 資料庫遷移時報錯Laravel資料庫
- Linux 命令之 tarLinux
- python元組如何打包和解包Python
- Python - 解包的各種騷操作Python
- Python函式——locals()解包傳參Python函式
- 記錄一次定時器報錯定時器
- SQLYOG連線資料庫時報錯1251SQL資料庫
- SQLServer對錶進行CDC捕捉時報錯SQLServer
- SQL server開啟 安裝包時報錯SQLServer
- 匯入sql時報日期型別錯誤SQL型別
- npm install 時 node-sass 報錯問題NPM
- Uedior上傳大檔案超時報錯
- 康孚備份資料庫時報錯資料庫
- 交換分割槽時報錯:ORA-14098
- matplotlib使用時報錯RuntimeError: Python is not installed as a framework(一)ErrorPythonFramework
- mac 的tar命令--exclude和linux的tar命令--exclude的區別MacLinux
- 誰遇到過執行 monkey 的時候報 filenotfound 的報錯
- Linux命令篇 - tar 命令Linux
- 優秀的檔案解包工具
- 基於Nodejs的Tcp封包和解包NodeJSTCP
- git在pull時報錯You have not concluded your mergeGit
- 麒麟伺服器在編譯Nginx時報錯伺服器編譯Nginx
- MySQL建立觸發器時報錯Error Code: 1064MySql觸發器Error
- python 使用 delete 方法時報錯,可以正常刪除Pythondelete
- 版本V1.1.140817,新增模型儲存時報錯模型
- springcloud和Eureka整合時報錯:Unable to start embedded TomcatSpringGCCloudTomcat