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

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

Closed
upyesp opened this issue Sep 22, 2023 · 3 comments
Closed

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

upyesp opened this issue Sep 22, 2023 · 3 comments

Comments

@upyesp
Copy link

upyesp commented Sep 22, 2023

  • os: 64 bit Pi OS (previous know as Raspbian), bullseye, latest release.
  • lsd --version: 1.0.0
  • echo $TERM: xterm-256color
  • echo $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:

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
Copy link
Member

zwpaper commented Sep 22, 2023

It's mainly because of the compression changes in dpkg, please check #891

@zwpaper
Copy link
Member

zwpaper commented Sep 22, 2023

I am closing this obe and we can discuss this in #891

/close

@muniu-bot muniu-bot bot closed this as completed Sep 22, 2023
@muniu-bot
Copy link

muniu-bot bot commented Sep 22, 2023

@zwpaper: Closing this issue.

In response to this:

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.

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