How to Install and Uninstall serf Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "serf" package

Please follow the steps below to install serf on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install serf

2. Uninstall "serf" package

This is a short guide on how to uninstall serf on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove serf $ sudo apt autoclean && sudo apt autoremove

3. Information about the serf package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: serf
Priority: extra
Section: universe/devel
Installed-Size: 9994
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: amd64
Source: golang-github-hashicorp-serf
Version: 0.6.4~ds1-1
Depends: adduser, lsb-base (>= 4.1+Debian11ubuntu7), libc6 (>= 2.4)
Filename: pool/universe/g/golang-github-hashicorp-serf/serf_0.6.4~ds1-1_amd64.deb
Size: 2181152
MD5sum: df8b583cf6ab4f03e3161b596aa3f479
SHA1: c25885aa245b61be60a8d86220f25545a024738b
SHA256: 64f45e77b97978d5b456672e8232de19a6ad322e1d4ee80a80f2bd7bfe3e7a5e
Description-en: Service orchestration and management tool
Serf is a decentralized solution for service discovery and orchestration that
is lightweight, highly available, and fault tolerant.
.
Serf runs on Linux, Mac OS X, and Windows. An efficient and lightweight gossip
protocol is used to communicate with other nodes. Serf can detect node failures
and notify the rest of the cluster. An event system is built on top of Serf,
letting you use Serf's gossip protocol to propagate events such as deploys,
configuration changes, etc. Serf is completely masterless with no single point
of failure.
.
This package contains the tool/service.
Description-md5: 890d801d88b02e2ff913b1f353f664a3
Homepage: https://www.serfdom.io
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu