lsd-rs / lsd

The next gen ls command
Apache License 2.0
13.05k stars 425 forks source link

lsd used to install on 64bit Raspberry Pi, but v1.0.0 can't #908

Closed upyesp closed 11 months ago

upyesp commented 11 months ago

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:

wget https://github.com/Peltoche/lsd/releases/latest/download/lsd_1.0.0_arm64.deb

attempt to install with:

sudo dpkg -i lsd_1.0.0_arm64.deb

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 :)

zwpaper commented 11 months ago

It's mainly because of the compression changes in dpkg, please check https://github.com/lsd-rs/lsd/issues/891

zwpaper commented 11 months ago

I am closing this obe and we can discuss this in https://github.com/lsd-rs/lsd/issues/891

/close

muniu-bot[bot] commented 11 months ago

@zwpaper: Closing this issue.

In response to [this](https://github.com/lsd-rs/lsd/issues/908#issuecomment-1731604946): >I am closing this obe and we can discuss this in https://github.com/lsd-rs/lsd/issues/891 > >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.