Net BSD

pkgin update && pkgin full-upgrade && pkgin clean

Icon  Name                    Last modified      Size  Description
[PARENTDIR] Parent Directory - [DIR] bozotic/ 2022-11-26 19:48 - [DIR] nvmm/ 2022-11-26 19:48 - [DIR] pine64/ 2020-01-20 20:53 - [DIR] rc.d/ 2022-11-26 19:48 -
2019 virtualization report, qemu-status

all package names, quite similar as in Linuxes ♥


echo $PKG_PATH
# e.g.
# https://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/x86_64/9.3/All

pkg_add pkgin
pkgin search liberation
pkgin stats

....

# small GUI desktop?

$ pkgin show-keep | perl -pe 's/ .*//; s/-\d.*?$//e' | sort
JetBrainsMono-ttf
arandr
bash
curl
firefox-esr
geany
geeqie
git
icewm
liberation-ttf
pcmanfm
pkgin
rsnapshot
tig
vim-gtk3
wget
xtermset

....

cat <<EOF > .xsession
xrandr --output default --mode 1280x720 --pos 0x0 --rotate normal
setxkbmap fi
uxterm -fa 'Liberation Mono' -fs 10 -bg \#333 -fg \#fed bash &
uxterm -fa 'Liberation Mono' -fs 10 -bg \#343 -fg \#fed bash &
uxterm -fa 'Liberation Mono' -fs 10 -bg \#334 -fg \#fed bash &
firefox91 &
icewm-session
EOF





</body></html>