Get help with using OpenPorts.se and understanding OpenBSD packages.
OpenPorts.se is a comprehensive database and search engine for OpenBSD packages. It provides an easy way to browse, search, and get information about the thousands of packages available in the OpenBSD ports collection.
On OpenBSD, you can install packages using the pkg_add
command:
doas pkg_add package-name
Replace "package-name" with the actual package name you want to install.
Packages are pre-compiled binary files ready for installation, while ports are source code with build instructions. Packages are faster to install, while ports allow for customization during compilation.
The package database is synchronized with the official OpenBSD ports tree regularly, typically multiple times per day, to ensure you have access to the latest package information.
Yes! The OpenBSD ports system welcomes contributions. You can submit new ports, update existing ones, or help with testing. Check the maintenance section for more information.
Simply enter the name of the software you're looking for in the search box. The search will look through package names, descriptions, and keywords.
Browse packages by category using the sidebar or the category tree. This is helpful when you want to explore what's available in a specific area.
Each package page contains important information:
OpenBSD packages follow a specific version format that includes the software version and sometimes a package revision number.
To install a package on OpenBSD, use the pkg_add
command:
You can search for packages directly from the command line:
To see what packages are currently installed:
To remove an installed package:
To update all installed packages to their latest versions: