Friday, March 20, 2015

Centos - xz compression is not available error when trying to install any package

Generally this issue comes when we install the wrong epel-release package.  I have fixed this issue by using below command

 yum remove epel-release

which removes that wrong package.
 

1 comment:

  1. It doesnt work :

    [root@server fr2632v2]# yum remove epel-release
    Loaded plugins: fastestmirror, refresh-packagekit, security
    Setting up Remove Process
    No Match for argument: epel-release
    Loading mirror speeds from cached hostfile
    * base: mirror.oxilion.nl
    * extras: mirror.i3d.net
    * rpmforge: archive.cs.uu.nl
    * updates: mirror.amsiohosting.net
    * webtatic: uk.repo.webtatic.com
    Error: xz compression not available

    ReplyDelete