https://github.com/bioarchlinux/wsl
BioArchLinux on WSL
https://github.com/bioarchlinux/wsl
Last synced: 11 months ago
JSON representation
BioArchLinux on WSL
- Host: GitHub
- URL: https://github.com/bioarchlinux/wsl
- Owner: BioArchLinux
- Created: 2022-07-19T19:47:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T05:17:43.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T07:41:44.638Z (12 months ago)
- Language: Shell
- Homepage: https://repo.bioarchlinux.org/wsl/
- Size: 8.88 MB
- Stars: 4
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BioArchLinux on WSL
## Download
Download [wsl tar file](https://repo.bioarchlinux.org/wsl) from [any mirror](https://raw.githubusercontent.com/BioArchLinux/mirror/main/mirrorlist.bio) 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](https://archlinux.org/mirrorlist/) 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](https://raw.githubusercontent.com/BioArchLinux/mirror/main/mirrorlist.bio) 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](https://github.com/llxlr) for contributing exe launcher file.