Find OpenBSD Packages Repo URL
The Tip Show How to Looking-For and Setting Up the Mirror Repository URL for Installing New Packages on a Unix OpenBSD 5.x Systems.
Finally, the post’s Content is Expressly Reduced to Give Focus to the Essentials Instructions and Commands.
![OpenBSD 5.x Setting Up Packages Repository Mirror - LilasToy OpenBSD](https://tutorialforlinux.com/wp-content/media/dg139/intro/lilastoyOpenBSD2.jpg)
Open a Shell Command Line Session.
Switch to the Korn Shell.
ksh
Setting the Repo Mirror URL.
export PKG_PATH=http://ftp.openbsd.org/pub/OpenBSD/`uname -r`/packages/`arch -s`
Installing New OpenBSD Packages.
pkg_add -v [pkgname]
OpenBSD How to Looking-For OpenBSD Packages Into Mirror:
OpenBSD Find Packages