Skip to content

Instantly share code, notes, and snippets.

@grahamperrin
Last active September 18, 2025 19:10
Show Gist options
  • Select an option

  • Save grahamperrin/c1518052ef0c6822dab62f38ea5545c7 to your computer and use it in GitHub Desktop.

Select an option

Save grahamperrin/c1518052ef0c6822dab62f38ea5545c7 to your computer and use it in GitHub Desktop.
A shortlist of FreeBSD packages

A shortlist of FreeBSD packages

Packages that I often install on test systems.

pkg install --quiet --yes drm-kmod firefox gdisk gitup htop hw-probe kde lsblk lynx nano pciutils plasma6-sddm-kcm roxterm sddm stressdisk uclcmd usbutils virtualbox-ose-additions xfce xorg

I normally omit:

  • drm-kmod when installing in a VirtualBox guest
  • kde and plasma6-sddm-kcm when I want Xfce alone
  • virtualbox-ose-additions when installing on real hardware.
@grahamperrin
Copy link
Author

A shortlist of installations for FreeBSD 15.0 pkg-upgrade(8) test purposes:

drm-kmod firefox gitup got htop hw-probe kde lsblk lynx nano pciutils plasma6-sddm-kcm roxterm sddm uclcmd usbutils virtualbox-ose-additions xfce xorg

@grahamperrin
Copy link
Author

I added sysutils/gdisk whilst drafting https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289651#c4. For quick and easy preparation of a device and a partition prior to creating a ZFS pool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment