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

后端 未结 6 806
盖世英雄少女心
盖世英雄少女心 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:27

    tar --lzip -xvf gmp-5.1.2.tar.lz
    

    Worked for me

    As mentioned below in the comments, you might have to install the library before the command will work:

    sudo apt-get install lzip
    

提交回复
热议问题