pkgin update && pkgin full-upgrade && pkgin clean
Name Last modified Size Description
Parent Directory -
bozotic/ 2022-11-26 19:48 -
javastation/ 2025-03-06 22:39 -
nvmm/ 2022-11-26 19:48 -
pine64/ 2020-01-20 20:53 -
rc.d/ 2022-11-26 19:48 -
2019 virtualization report, qemu-status
use pkgsrc
package names are 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 1920x1440 --pos 0x0 --rotate normal
setxkbmap fi
uxterm -fa 'Liberation Mono' -fs 10 -bg \#333 -fg \#fed bash &
firefox91 &
icewm-session
EOF
|