If pkgng is not installed, install it with command and answering ’Y’ when asked.
Update the repository data with
pkg update
.Verify successful installation by confirming
pkg info | grep etcd
matches:
- etcd and etcdctl are ready to use! For more information about using pkgng, please see: http://www.freebsd.org/doc/handbook/pkgngintro.html
Using ports system
If ports is not installed, install with (it may take some time depending on hardware and network connection).
If etcd wasn’t installed with etcdctl, it can be built later with
cd /usr/ports/devel/etcdctl && make install clean
.
coreosetcd0.2.0 Highlyavailable key value store and service discovery
coreosetcdctl0.2.0 Simple commandline client for etcd
r@fbsd10:/ #
- etcd and etcdctl are ready to use! For more information about using ports system, please see: https://www.freebsd.org/doc/handbook/portsusing.html