2019年8月13日火曜日

Centosでxzファイルの解凍方法

centosでxzファイルを解凍してみたら、以下のエラーが発生しました。

[root@18f0e71a757a ~]# tar xf gtk+-3.24.0.tar.xz
tar (child): xz: 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
どうやら、パッケージが足りてないようで、xzツールをまずインストール

[root@18f0e71a757a ~]# yum install xz
再度「tar xf」コマンドをうったら無事にインストールできました。

0 件のコメント:

コメントを投稿