Hello all,
Here is a newbie's question. I wanted to install wireguard. I found this projects which seems mature enough and it runs as a kernel module. They give simple instruction on how to install
Simple enough. But I decided to do a
or this version with the origin
My first question is : how can I get more info on each one of those, a litle bit like
Second question, simply
Here is a newbie's question. I wanted to install wireguard. I found this projects which seems mature enough and it runs as a kernel module. They give simple instruction on how to install
pkg install wireguard
Simple enough. But I decided to do a
pkg search
before and I got this :
Code:
[charon:: 20:57:55] [~] > pkg search wireguard
wireguard-2,1 Meta-port for Wireguard
wireguard-go-0.0.20220316_2,1 WireGuard implementation in Go
wireguard-kmod-0.0.20220615 WireGuard implementation for the FreeBSD kernel
wireguard-tools-1.0.20210914_1 Fast, modern and secure VPN Tunnel
wireguard-tools-lite-1.0.20210914_1 Fast, modern and secure VPN Tunnel (lite flavor)
[charon:: 21:06:57] [~] >
or this version with the origin
Code:
[charon:: 20:57:49] [~] > pkg search -o wireguard
net/wireguard Meta-port for Wireguard
net/wireguard-go WireGuard implementation in Go
net/wireguard-kmod WireGuard implementation for the FreeBSD kernel
net/wireguard-tools Fast, modern and secure VPN Tunnel
net/wireguard-tools Fast, modern and secure VPN Tunnel (lite flavor)
[charon:: 20:57:55] [~] >
My first question is : how can I get more info on each one of those, a litle bit like
brew
would provide and without installing.Second question, simply
wireguard
is the one suggested, but it says Meta-port what ever that means. And there is another package which has kmod
in its name. Which one is the good one ? How can I tell ?