AvANa-BBS / freepto-lb

Encrypted GNU/Linux OS (based on Debian Wheezy) which can be installed on USB flash drive. Freepto is designed for encrypt your communications, carry your documents in secure way and save your anonymity.
http://www.freepto.mx/
43 stars 14 forks source link

(de)compression software #147

Open boyska opened 9 years ago

boyska commented 9 years ago

the zip command is missing in freepto. I think the need to create zipfiles is common enough, so we should add it.

Also, squeeze appears not to support .xz files, despite the xz program is present. Don't know exactly how to fix it, but should be addressed.

AreYouLoco commented 9 years ago

Maybe you can replace squeeze by file-roller. Supports many formats of compression, it's a bit bigger but also have better functionality.

Consider file-roller and zip&unzip packages

Cheers

W dniu 19.05.2015 o 13:15, BoySka pisze:

the |zip| command is missing in freepto. I think the need to create zipfiles is common enough, so we should add it.

Also, squeeze appears not to support |.xz| files, despite the |xz| program is present. Don't know exactly how to fix it, but should be addressed.

— Reply to this email directly or view it on GitHub https://github.com/AvANa-BBS/freepto-lb/issues/147.

intrigeri commented 9 years ago

FYI, Jessie's file-roller uses unar if it's available. AFAIK unar is the only free software implementation that supports password-protected RAR files. The Suggests: field of the file-roller's package provides a list of bonus packages that extend its feature-set.

boyska commented 9 years ago

ok, so this can be summed up in:

  1. zip must be installed
  2. consider switching to unar
  3. consider switching from squeeze to file-roller (if squeeze does not support unar)

all of these is assigned to @vinc3nt , yay!