Alpine Linux

apk -U upgrade && apk cache clean

Icon  Name                            Last modified      Size  Description
[PARENTDIR] Parent Directory - [   ] _config.tar.xz 2023-09-29 19:06 16K beware of overwriting! [TXT] alsa-sound.txt 2021-05-01 18:22 621 [DIR] ariadne-blog/ 2022-11-26 19:42 - [TXT] asennus.txt 2023-09-19 22:52 1.2K [DIR] daily-desktop/ 2022-11-26 19:42 - [TXT] dns.txt 2020-12-26 19:12 294 [DIR] dotnet/ 2023-02-17 23:16 - [DIR] hyperv-guest/ 2022-11-26 19:28 - [DIR] jwm/ 2023-09-19 22:52 - [TXT] kvm-guest-swcursor.conf 2021-07-13 23:04 88 [DIR] no-news-good-news/ 2023-07-26 14:38 - [DIR] pipewire/ 2023-02-17 22:50 - [DIR] ssl-brainstorming/ 2022-11-26 19:43 - [DIR] virtual-routing-and-forwarding/ 2022-11-26 19:43 - [DIR] virtualbox-high-dpi-guest/ 2023-08-29 12:16 - [DIR] wsl2/ 2022-11-26 19:42 - [TXT] xorg.conf 2022-11-13 02:25 202

virt-manager says: Unable to connect to libvirt qemu:///system ?

configure KVM etc as usual, e.g.
 apk add dbus && rc-update add dbus && rc-service dbus start && rc-status

but also
 apk add polkit


allow user shutdown or reboot in DE gui?

apk add elogind polkit-elogind && reboot

small installation, e.g.

vi /etc/apk/repositories
setup-xorg-base

apk add arandr faenza-icon-theme-firefox faenza-icon-theme-gvim firefox geany gvim kbd lsblk pciutils plocate python-pip python-pip3 python3-pip setxkbmap xf86-input-keyboard xf86-input-libinput xf86-input-mouse xf86-video-qxl xfce4 xfce4-terminal lightdm-gtk-greeter dbus

rc-service dbus start
rc-update add dbus
setup-devd udev
rc-service lightdm start
rc-update add lightdm
updatedb
apk -U upgrade

if dropbear instead of ssh, maybe

$ ls -l /usr/bin/ssh
lrwxrwxrwx 1 root root 17 May 27 21:19 /usr/bin/ssh -> /usr/bin/dbclient