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

Last updated: May 09,2024

1. Install "ncaptool" package

This tutorial shows how to install ncaptool on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ncaptool

2. Uninstall "ncaptool" package

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

$ sudo apt remove ncaptool $ sudo apt autoclean && sudo apt autoremove

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

Package: ncaptool
Priority: optional
Section: universe/net
Installed-Size: 65
Maintainer: Ubuntu Developers
Original-Maintainer: Robert S. Edmonds
Architecture: amd64
Source: ncap
Version: 1.9.2-2.1
Depends: libc6 (>= 2.17), libncap44
Filename: pool/universe/n/ncap/ncaptool_1.9.2-2.1_amd64.deb
Size: 18644
MD5sum: 5899a79ebe7c7f023e75f94c8cecb32c
SHA1: 106047c32481909c14d3bca250567d9717104f0c
SHA256: cf51a1dbd37ae80d9919b3b86ed954e7e4ae06e12e59fffb295a34e5b684f8b4
Description-en: network capture tool
ncap is a network capture library like libpcap (on which it is based)
and tcpdump. It produces binary data in its own ncap format, which can
be stored in a dump file or transmitted over a UDP socket. Unlike
libpcap, it discards data link headers and only supports IPv4 and IPv6
packets, but it can perform reassembly of IP datagrams.
.
This package contains the ncaptool command line program.
Description-md5: 4cba9a5efbf20073f6e624046a50354d
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu