-
-
Notifications
You must be signed in to change notification settings - Fork 439
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
should create a deb not using zst compression #891
Comments
I have the same issue here, on Debian 11.7:
Seems related to |
Same here. |
Hi @marceldegraaf, thanks for the info, I searched from StackOverflow, and might found a solution, you could try to re-package it locally: ar x lsd_1.0.0_amd64.deb # this is the only place to specify the lsd deb name
# Uncompress zstd files an re-compress them using xz
zstd -d < control.tar.zst | xz > control.tar.xz
zstd -d < data.tar.zst | xz > data.tar.xz
# Re-create the Debian package in /tmp/
ar -m -c -a sdsd ./lsd_1.0.0_local.deb debian-binary control.tar.xz data.tar.xz
# Clean up
rm debian-binary control.tar.xz data.tar.xz control.tar.zst data.tar.zst and then install the lsd_1.0.0_local.deb |
we use the latest ubuntu to do the package, it should be why zst is used to package deb. |
fixed, will release in v1.1.0 |
lsd --version
: 1.0.0When try to install the .deb lsd:
dpkg-deb --info lsd_1.0.0_amd64.deb
dpkg-deb: error: el archivo
lsd_1.0.0_amd64.deb' contiene un miembro de datos
control.tar.zst' ininteligible, abandonoThe text was updated successfully, but these errors were encountered: