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

Last updated: May 20,2024

1. Install "guessnet" package

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

$ sudo apt update $ sudo apt install guessnet

2. Uninstall "guessnet" package

Here is a brief guide to show you how to uninstall guessnet on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove guessnet $ sudo apt autoclean && sudo apt autoremove

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

Package: guessnet
Priority: optional
Section: universe/net
Installed-Size: 457
Maintainer: Ubuntu Developers
Original-Maintainer: Andrew Shadura
Architecture: amd64
Version: 0.56
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libiw30 (>= 30~pre1), libnet1 (>= 1.1.2.1), libpcap0.8 (>= 0.9.8), libstdc++6 (>= 4.6)
Suggests: pppoe, ifplugd
Filename: pool/universe/g/guessnet/guessnet_0.56_amd64.deb
Size: 145480
MD5sum: bb6447ba743eaef62580079c75f5be64
SHA1: f4685edb4182856fb2ec13cfaaa68052049ba8f4
SHA256: a86fc8de73acedc2c1cf284584c48fe0508d55438e65d1ef312c111b0c599407
Description-en: Guess which LAN a network device is connected to
Guessnet is a non-aggressive network detection tool to use when moving
a machine among networks which don't necessarily provide DHCP.
.
Guessnet takes in input a list of candidate network profiles,
each of which includes a test description; then it runs all
the tests in parallel and prints the name of the profile whose
test was the first one to succeed.
.
Available tests are:
* ARP probes to check for known hosts in the network
* link beat check, to check if the interface is connected to anything
* PPPOE check to see if there is a concentrator accessible via PPPOE
* Checks provided by custom arbitrary scripts.
.
Guessnet can be used in either native mode or "ifupdown mode".
In the latter case guessnet integrates nicely with ifupdown
as a "mapping script".
Description-md5: f85b72c92997cf3bb442e9c7edb96037
Enhances: ifupdown
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu