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

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

    LZIP is available in Cygwin. You may install lzip (from Archive branch in cygwin's setup) and tar (from Base branch). After that you can do

    tar --lzip -xvf your_file.tar.lz
    

    Worked for me.

提交回复
热议问题