Created Asahi (markdown)

Lauri Ojansivu 2023-06-06 23:05:25 +03:00
parent b40cf5e173
commit c2be794064

35
Asahi.md Normal file

@ -0,0 +1,35 @@
# Asahi Linux
## 2023-06-06 Working mirrors
`/etc/pacman.d/mirrorlist` , only these uncommented and active:
```
### Germany
## Falkenstein
Server = http://eu.mirror.archlinuxarm.org/$arch/$repo
```
`/etc/pacman.d/mirrorlist.asahi` , only these uncommented and active:
```
### United Kingdom
## London
Server = http://uk.mirror.archlinuxarm.org/$arch/$repo
# Denmark
Server = https://dk.mirror.asahilinux.org/$arch/$repo
# Germany
## Falkenstein
Server = http://eu.mirror.archlinuxarm.org/$arch/$repo
```
## Updating packages
```
sudo pacman -Syuu
```
## Installing development software
```
sudo pacman -S git unp zip unzip p7zip qemu-desktop virt-manager remmina libreoffice-fresh base-devel
```
base-devel is like build-essential on Debian.