more fixes after reinstall

This commit is contained in:
2024-08-03 16:04:28 -04:00
parent c0ae17c3de
commit e4f58cf8f1
4 changed files with 22 additions and 29 deletions

View File

@@ -34,6 +34,7 @@
- [Youtube-dlp](#youtube-dlp)
- [Iperf3](#iperf3)
- [Glances](#glances)
- [VirtualBox](#virtualbox)
## Podman
@@ -472,4 +473,14 @@ pacman -S iperf3
```bash
pacman -S glances
```
## VirtualBox
<https://wiki.archlinux.org/title/VirtualBox>
For the linux kernel, choose virtualbox-host-modules-arch
```bash
sudo pacman -S virtualbox
```