Re: Replacement for unzip of .7z compressed files.
- In reply to: Yuri : "Re: Replacement for unzip of .7z compressed files."
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Mar 2022 19:05:37 UTC
Yuri wrote:
> Ernie Luzar wrote:
>> I see the package for p7zip is scheduled for removal 1/1/2022.
>>
>> What to use in its place. Tar does not work.
>
> Try archivers/7-zip which is the "official" console version of 7-Zip (I
> didn't yet)?
>
> TBH, I only used p7zip for years to "extract" UDF images, and didn't
> know it's already set to expire.
>
>
I am trying the tar progran which the man page says it does 7-zip.
testing using tar xvf "${uz_dir}/${filename}" "${dl_dir}/${filename}
location of unziped zipped file input
What am i missing here