WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: is there extension to support 7zip zipped file  (Read 1421 times)

Offline lovelypp

  • Jr. Member
  • **
  • Posts: 51
is there extension to support 7zip zipped file
« on: September 29, 2020, 10:28:41 PM »
I want to unzip  .7z file in tinylinux. is there such extension ?

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: is there extension to support 7zip zipped file
« Reply #1 on: September 29, 2020, 10:55:25 PM »
p7zip

Offline lovelypp

  • Jr. Member
  • **
  • Posts: 51
Re: is there extension to support 7zip zipped file
« Reply #2 on: September 30, 2020, 12:06:36 AM »
hi xor
    there is no p7zip extension in piCore
   

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11179
Re: is there extension to support 7zip zipped file
« Reply #3 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.

Offline lovelypp

  • Jr. Member
  • **
  • Posts: 51
Re: is there extension to support 7zip zipped file
« Reply #4 on: September 30, 2020, 07:19:20 AM »
thanks Rich

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: is there extension to support 7zip zipped file
« Reply #5 on: October 01, 2020, 03:34:13 AM »
updated p7zip posted