Lsd: ⚠ OS ERROR 1332 - Windows PowershellCore Installation

Created on 23 Jul 2020  ·  8Comments  ·  Source: Peltoche/lsd

I have installed LSD using release tag → 0.17.0 → (lsd-0.17.0-x86_64-pc-windows-msvc.zip)
and using scoop later as mentioned in #389.

Expected behavior

I have installed the latest release on Ubuntu WSL, output looks:
(ls and l are aliases as they are mentioned in the docs)

image

Actual behavior

But on Windows, this happens as mentioned in #356

  • I tried including lsd.exe path in Environment Variables
  • Second time I installed using scoop

image

Please tell me what do I do to make it work on Powershell Core 7.0.3

kinbug

Most helpful comment

@rediffusion I just downloaded lsd-musl_0.17.0_amd64.deb from Releases - 0.17.0 Page using wget and installed using dpkg.

# Downloads the release as .deb package
wget https://github.com/Peltoche/lsd/releases/download/0.17.0/lsd-musl_0.17.0_amd64.deb

# Installs it using dpkg
sudo dpkg -i lsd-musl_0.17.0_amd64.deb

Specify any errors you get, will try to help.

All 8 comments

@ABSphreak

Hey bro, how you install it on «Windows» tried 100 times but nothing? ʅ_(ツ)_ʃ

I have WSL > Ubuntu 20.04

@rediffusion You want to install it on Windows (Powershell) or WSL?

@ABSphreak

WSL 2 > Windows Terminal > Ubuntu-20.04

@rediffusion I just downloaded lsd-musl_0.17.0_amd64.deb from Releases - 0.17.0 Page using wget and installed using dpkg.

# Downloads the release as .deb package
wget https://github.com/Peltoche/lsd/releases/download/0.17.0/lsd-musl_0.17.0_amd64.deb

# Installs it using dpkg
sudo dpkg -i lsd-musl_0.17.0_amd64.deb

Specify any errors you get, will try to help.

@ABSphreak

OMG so easy. Bro, you are RAMBO! 😵

📍 Find another way too, check it:

export RUSTUP_IO_THREADS=1
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
cargo install lsd

_Have a good day!_ 👍

_Awesome!_ 🦄

@Peltoche can you point me to the solution of this issue?

@ABSphreak

If you want links here:
1, 2.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hawkw picture hawkw  ·  5Comments

Gerrit-K picture Gerrit-K  ·  8Comments

jfernandz picture jfernandz  ·  6Comments

cengizIO picture cengizIO  ·  3Comments

Koovu picture Koovu  ·  7Comments