BioArchLinux on WSL
Find a file
2024-03-25 13:17:43 +08:00
BioArch.exe feat: update wsldl version & add exe file properties 2023-07-20 13:21:06 +08:00
Dockerfile fix: make pacman.conf with include instead of server 2024-03-25 02:50:31 +08:00
gen_img.sh change to bioarchlinux/bioarchlinux 2022-07-21 01:40:59 +00:00
man_img.sh fix: clean the env 2024-03-25 13:17:43 +08:00
README.md add: optional set distribution 2023-01-01 11:41:08 +08:00
wsl.service init 2022-07-19 20:48:20 +01:00
wsl.timer make wsl build after docker 2022-07-21 01:44:45 +00:00

BioArchLinux on WSL

Download

Download wsl tar file from any mirror of BioArchLinux.

Import to WSL

You have to enable wsl first.

  • decompress the tar file
  • click the BioArch.exe

Choose mirror

Firstly, you should enter WSL

wsl -d BioArch

Optional, you can set BioArchLinux as default distribution

wsl --set-default BioArch

then you need to choose a mirror of archlinux and bioarchlinux

choose mirror of archlinux from here and run the following command ( take sdu mirror as the example)

echo 'Server = https://mirrors.sdu.edu.cn/archlinux/$repo/os/$arch' > /etc/pacman.d/mirrorlist

choose mirror bioarchlinux from here and run the following command ( take sdu mirror as the example)

echo 'Server = https://mirrors.sdu.edu.cn/bioarchlinux/$arch' > /etc/pacman.d/mirrorlist.bio

Use BioArchLinux

Finally, you can install any packages from BioArchLinux

pacman -Syu
pacman -S foo

Acknowledgment

Thanks go to James Yang for contributing exe launcher file.