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

后端 未结 6 791
盖世英雄少女心
盖世英雄少女心 2021-02-12 18:35

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         


        
6条回答
  •  情书的邮戳
    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
      

提交回复
热议问题