You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns the following error... "uses unknown compression...". Unfortunately, the zst compression method is not supported by 64bit Pi OS.
Earlier versions of lsd install fine on 64bit Pi OS. So an effective work-around is to install the latest version of lsd that wasn't packaged using zst compression, which is: lsd_0.23.1_arm64.deb
Request, please build a .deb of v1.0.0 for arm which uses the compression method used for previous versions of lsd. This will enable installations on the current version of Pi OS (64bit).
Thanks :)
The text was updated successfully, but these errors were encountered:
I am closing this obe and we can discuss this in #891
/close
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
lsd --version
: 1.0.0echo $TERM
: xterm-256colorecho $LS_COLORS
:Expected behavior
If applicable, add the output of the classic ls command (
\ls -la
) in order to show the buggy file/directory.download the latest .deb with:
attempt to install with:
Returns the following error... "uses unknown compression...". Unfortunately, the
zst
compression method is not supported by 64bit Pi OS.Earlier versions of lsd install fine on 64bit Pi OS. So an effective work-around is to install the latest version of lsd that wasn't packaged using zst compression, which is: lsd_0.23.1_arm64.deb
Request, please build a .deb of v1.0.0 for arm which uses the compression method used for previous versions of lsd. This will enable installations on the current version of Pi OS (64bit).
Thanks :)
The text was updated successfully, but these errors were encountered: