How to install .txz package on pfSense
In order to install a .txz
file on your pfSense:
- Download the file to your computer and
scp
it to your pfSense to/tmp
, e.g.:
scp_txz_to_pfsense.sh
scp pfSense-pkg-WireGuard-0.1.1_1.txz [email protected]:/tmp/
- Login as
admin
to your pfSense via SSH and press8
to go into theroot
shell:
ssh_pfsense_admin.sh
- Go into /tmp and then run
pkg install <.txz>
. When prompted, confirm usingy
.
install_txz_pfsense.sh
cd /tmp
pkg install pfSense-pkg-WireGuard-0.1.1_1.txz
You can install multiple packages at once using pkg install <1.txz> <2.txz> [...]
. This is recommended if the packages belong together.p
Check out similar posts by category:
Networking
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow