FreeBSD¶
- 
Make sure you use /latest pkg repository - Ensure your pkg repo is configured to get packages from /latestand not/quarterly
- Check /usr/local/etc/pkg/repos/FreeBSD.conf
- If that does not exist, copy over /etc/pkg/FreeBSD.confto that location, open it, and replacequarterlywithlatest
 
- Ensure your pkg repo is configured to get packages from 
- 
Install the required software: pkg update && pkg install bazarr
- 
Enable bazarr during startup echo 'bazarr_enable="YES"' >> /etc/rc.conf
- 
Start bazarr /usr/local/etc/rc.d/bazarr start
Please see the autostart page for rc configuration instructions.