Extract gnutls library files of tar.xz and tar.lz for ubuntu 10.04 LTS

后端 未结 5 1230
夕颜
夕颜 2021-02-12 19:02

I am very new to linux platform and I want to extract gnutls for ubuntu. If I do,

$ls

then, it will show these files below.

gnu         


        
5条回答
  •  星月不相逢
    2021-02-12 19:28

    1. Install lzip.

    2. Launch the following command that creates xxx.tar file and deletes the xxx.tar.lz file after extracting:

      lzip -d xxx.tar.lz 
      
    3. Launch the following command to finally untar:

      tar zxvf xxx.tar
      

提交回复
热议问题