Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add bzip2 to common-utils #143

Closed
lucasfcnunes opened this issue Sep 7, 2022 · 1 comment
Closed

add bzip2 to common-utils #143

lucasfcnunes opened this issue Sep 7, 2022 · 1 comment

Comments

@lucasfcnunes
Copy link
Contributor

lucasfcnunes commented Sep 7, 2022

The following command throws bzip2 missing:

wget -O - https://anaconda.org/conda-forge/micromamba/0.25.1/download/linux-64/micromamba-0.25.1-0.tar.bz2 | tar -xvj -f - "bin/micromamba" --strip-components=1

--
There are other files extensions that maybe valuable to add too:

...
  -j, --bzip2                filter the archive through bzip2
  -J, --xz                   filter the archive through xz
      --lzip                 filter the archive through lzip
      --lzma                 filter the archive through xz
      --lzop                 filter the archive through lzop
      --no-auto-compress     do not use archive suffix to determine the
                             compression program
      --zstd                 filter the archive through zstd
  -z, --gzip, --gunzip, --ungzip   filter the archive through gzip
...

*xz, gzip, lzma, ... are already present.

apt install busybox has most of these formats too.

PR to solve it: #142
*Continuing microsoft/vscode-dev-containers#1586

@jkeech
Copy link
Contributor

jkeech commented Sep 9, 2022

Closing as fixed via #142

@jkeech jkeech closed this as completed Sep 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants