BioArchLinux on WSL
Find a file
2022-07-21 01:40:59 +00:00
Dockerfile init 2022-07-19 20:48:20 +01:00
gen_img.sh change to bioarchlinux/bioarchlinux 2022-07-21 01:40:59 +00:00
man_img.sh make all sums 2022-07-21 02:31:29 +01:00
README.md make README clearly 2022-07-19 20:54:00 +01:00
wsl.service init 2022-07-19 20:48:20 +01:00
wsl.timer change wsl generator from monthly to weekly 2022-07-21 01:19:22 +00:00

BioArchLinux on WSL

Download

Download wsl tar file from any mirror of BioArchLinux.

Import to WSL

You have to enable wsl first. Specific a StoragePath and run the following command under the tar file directory.

wsl --import BioArchLinux StoragePath .\bioarchlinux.tar
wsl -d BioArchLinux

Choose mirror

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