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

Can't install in Debian #32

Open
lucasgabmoreno opened this issue Aug 3, 2022 · 1 comment
Open

Can't install in Debian #32

lucasgabmoreno opened this issue Aug 3, 2022 · 1 comment

Comments

@lucasgabmoreno
Copy link

System details

  • OS: Linux Mint Debian Edition LMDE x64
  • App Version: github
  • If Linux, Desktop Environment: Cinnamon

Expected behavior

Installed software

Actual behavior

dpkg-deb: error: el archivo `whatsapp-desktop-x64.deb' contiene un miembro de datos `control.tar.zst' ininteligible, abandono
dpkg: error al procesar el archivo whatsapp-desktop-x64.deb (--install):
 el subproceso dpkg-deb --control devolvió el código de salida de error 2
Se encontraron errores al procesar:
 whatsapp-desktop-x64.deb

Step to reproduce the behavior

sudo dpkg -i whatsapp-desktop-x64.deb
@trois-six
Copy link

Workaround:

ar x whatsapp-desktop-x64.deb
zstd -d < control.tar.zst | xz > control.tar.xz
zstd -d < data.tar.zst | xz > data.tar.xz
ar -m -c -a sdsd whatsapp-desktop-x64_repacked.deb debian-binary control.tar.xz data.tar.xz
rm debian-binary control.tar.xz data.tar.xz control.tar.zst data.tar.zst

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