linux CentOS出現Error: xz compression not available
由於CentOS6的系統安裝了epel-release-latest-7.noarch.rpm 導致在使用yum命令時出現Error: xz compression not available問題。
解決方法:
1.到下載epel-release-latest-6.noarch.rpm
2.解除安裝epel-release-latest-7.noarch.rpm:yum remove epel-release
3.清空epel目錄:rm -rf /var/cache/yum/x86_64/6/epel/
4.安裝epel6:rpm -ivh epel-release-latest-6.noarch.rpm
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69957453/viewspace-2755007/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【ERROR】su user報'This account is currently not available'錯誤 for linuxErrorAILinux
- .tar.xz 的解壓方式 centosCentOS
- Linux命令:XZ解壓tar.xz字尾的壓縮包Linux
- Git bash Error: Could not fork child process: There are no available terminals (-1)GitErrorAI
- linux安裝pytorch出現torch.cuda.is_available() False的解決辦法彙總LinuxPyTorchAIFalse
- Linux tar 打包 gz bz xz zip 壓縮Linux
- Unused Block Compression和Null Block CompressionBloCNull
- k8s kubectl top pod報錯error Metrics API not availableK8SErrorAPIAI
- 【Linux環境】centos出現“FirewallD is not running”怎麼辦,如何解決LinuxCentOS
- android 打包出現錯誤Error: ResourceNameAndroidError
- 更改密碼時出現ERROR 1054密碼Error
- Ubuntu git pull 出現Permission denied ErrorUbuntuGitError
- Linux安裝mysql出現ERROR! The server quit without updating PID file問題解決LinuxMySqlErrorServerUI
- ArchLinux出現ACPI ERROR的解決方法LinuxError
- openGauss 出現-Error-No-space-left-on-device-提示Errordev
- 執行專案出現Error: error:0308010C:digital envelope routines::unsupportedErrorGit
- Linux yum安裝httpd報錯 No package httpd available ?LinuxhttpdPackageAI
- yum安裝軟體時,出現"No package XXX available"的解決辦法PackageAI
- Encoder Data compression
- linux 高效壓縮工具之xz的壓縮解壓使用Linux
- 解決 Jenkins 上 git 出現的 “ERROR: Error fetching remote repo 'origin'” 問題JenkinsGitErrorREM
- LINUX篇-centosLinuxCentOS
- FreeBSD on Raspberry PI,首次執行pkg update出現bootstrap errorbootError
- No instances available for XXXAI
- linux下啟動node服務出現events.js:167 throw er; // Unhandled ‘error‘ event 的解決方法LinuxJSError
- TreeSitter 因gcc版本出現的報錯【centos】GCCentOS
- 使用@Service註解出現No bean named 'xxxx' available]錯誤BeanAI
- Spring中出現:No bean named 'XXX' available問題解決SpringBeanAI
- git push origin master 時出現報錯 error: src refspec master does not match any error: failed to push someGitASTErrorAI
- wordpress 重定向、清理媒體庫、上傳出現http errorHTTPError
- yarn add cross-env 出現 protocol error, symlink 解決方案YarnROSProtocolError
- wn10系統出現Whea uncorrectables error如何修復Error
- Camstar 登入時出現單個Error的錯誤提示Error
- 解決laravel出現Syntax error or access violation: 1055 ‘***‘ isn‘t in GROUP BYLaravelError
- expdp+compression效能測試
- Enhanced Invertible Encoding for Learned Image CompressionEncoding
- LZ4 compression algorithm on FPGAGoFPGA
- [LeetCode] 3163. String Compression IIILeetCode