Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: lovelypp on September 29, 2020, 10:28:41 PM

Title: is there extension to support 7zip zipped file
Post by: lovelypp on September 29, 2020, 10:28:41 PM
I want to unzip  .7z file in tinylinux. is there such extension ?
Title: Re: is there extension to support 7zip zipped file
Post by: xor on September 29, 2020, 10:55:25 PM
p7zip
Title: Re: is there extension to support 7zip zipped file
Post by: lovelypp on September 30, 2020, 12:06:36 AM
hi xor
    there is no p7zip extension in piCore
   
Title: Re: is there extension to support 7zip zipped file
Post by: Rich on September 30, 2020, 07:11:44 AM
Hi lovelypp
There are a couple of versions in previous piCore releases:
http://tinycorelinux.net/7.x/armv6/tcz/p7zip.tcz.info
It contains:
Code: [Select]
/usr/local/bin/7za
and:
http://tinycorelinux.net/5.x/armv6/tcz/p7zip.tcz.info
It contains:
Code: [Select]
/usr/local/lib/p7zip/7zr
/usr/local/lib/p7zip/7za
/usr/local/lib/p7zip/7zCon.sfx
/usr/local/lib/p7zip/7z.so
/usr/local/lib/p7zip/Codecs/Rar29.so
/usr/local/lib/p7zip/7z
/usr/local/bin/7zr
/usr/local/bin/7za
/usr/local/bin/7z

Neither has any dependencies so it should be easy for you to try them out.
Title: Re: is there extension to support 7zip zipped file
Post by: lovelypp on September 30, 2020, 07:19:20 AM
thanks Rich
Title: Re: is there extension to support 7zip zipped file
Post by: Juanito on October 01, 2020, 03:34:13 AM
updated p7zip posted