Skip to content

Instantly share code, notes, and snippets.

@dsaad68
Created September 29, 2023 17:23
Show Gist options
  • Save dsaad68/6910752ebbeca809a5782fc5885c4a2d to your computer and use it in GitHub Desktop.
Save dsaad68/6910752ebbeca809a5782fc5885c4a2d to your computer and use it in GitHub Desktop.
Install Arch Linux as WSL

1. Install SCoop in the PowerShell

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser # Optional: Needed to run a remote script the first time
irm get.scoop.sh | iex

2. Install using Scoop

scoop bucket add extras 
scoop install archwsl

3. After installation and first run

sudo pacman -Sy archlinux-keyring && sudo pacman -Syyu

4. More Infor

Here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment