The JMBG Network

The JMBG Network


Quality. Reliable. Innovative. Solutions.


FreeBSD Support

FreeBSD Support

FreeBSD 13.1-RELEASE AMD64 / ARM64

FreeBSD Logo

To expand desired options and support for larger meta packages with FreeBSD AMD64 and ARM64 pkg repositories - We have decided to run our own repos. They are open for public use. Currently the available packages are customized based on our specific preferences. If you would like certain packages or options included, please send us the feedback via the online email form.


Instructions for Adding the Repo (AMD64):

Assuming you already have an updated version of pkg and FreeBSD13.1 AMD64 - you should be able to follow these simple instructions:

note: make sure you are logged in as root



# fetch https://www.jmbg.net/jmbg.cert --no-verify-peer
# mkdir -p /usr/local/etc/ssl/certs
# mv jmbg.cert /usr/local/etc/ssl/certs/jmbg.cert
# mkdir -p /usr/local/etc/pkg/repos
# fetch https://www.jmbg.net/jmbg.conf --no-verify-peer
# mv jmbg.conf /usr/local/etc/pkg/repos/jmbg.conf
# pkg update


Instructions for Adding the Repo (ARM64):

Assuming you already have an updated version of pkg and FreeBSD13.1 ARM64 - you should be able to follow these simple instructions:

note: make sure you are logged in as root



# fetch https://www.jmbg.net/jmbg.cert --no-verify-peer
# mkdir -p /usr/local/etc/ssl/certs
# mv jmbg.cert /usr/local/etc/ssl/certs/jmbg.cert
# mkdir -p /usr/local/etc/pkg/repos
# fetch https://www.jmbg.net/jmbg.conf.arm64 --no-verify-peer
# mv jmbg.conf.arm64 /usr/local/etc/pkg/repos/jmbg.conf
# pkg update