Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

ArchWSL

install

# scoop install archwsl
wsl --install archlinux
arch

useradd

passwd
echo "%wheel ALL=(ALL) ALL" > /etc/sudoers.d/wheel
useradd -m -G wheel -s /bin/bash <user>
passwd <user>
exit
arch config --default-user <user>
arch

Personal do

sudo pacman -Syyu \
	base-devel \
	editorconfig-checker \
	inetutils \
	less \
	unzip \
	wget \
	xsel
yay -S --noconfirm \
	fuzzy-pkg-finder \
	paru
	# win32yank

WSL Optionals

1

D-Bus

# sudo pacman -S dbus
sudo mkdir /run/dbus -p
sudo dbus-daemon --system

systemd/systemctl

vim /etc/wsl.conf
[boot]
systemd=true

reference

cross-reference

  1. wsl.md
  2. pacman
  3. yay
  4. openssh
  5. tigervnc.md
  6. arch-linux.md

archwsl_01 archwsl_02


  1. Known issues