How to Install and Uninstall python-ncap Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "python-ncap" package

Here is a brief guide to show you how to install python-ncap on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-ncap

2. Uninstall "python-ncap" package

Please follow the steps below to uninstall python-ncap on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-ncap $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-ncap package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-ncap
Priority: optional
Section: universe/python
Installed-Size: 54
Maintainer: Ubuntu Developers
Original-Maintainer: Robert S. Edmonds
Architecture: amd64
Source: ncap
Version: 1.9.2-2.1
Depends: libc6 (>= 2.4), libncap44, python (<< 2.8), python (>= 2.7~)
Filename: pool/universe/n/ncap/python-ncap_1.9.2-2.1_amd64.deb
Size: 15690
MD5sum: 5109ca74305bb447ddd3aec1e792d794
SHA1: 4d9fb03d6abeeaae2d5a76addbf3e76d63af7d11
SHA256: 7fa4deea93152b56a247458caf19aa1f0ee126ec8a7d567a631e096f779069f3
Description-en: Python bindings for libncap
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 Python bindings.
Description-md5: 310a4007dabb6b876a0fd539a7b61cec
Python-Version: 2.7
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu