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

后端 未结 5 1228
夕颜
夕颜 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:24

    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
    

提交回复
热议问题