How to Install and Uninstall linuxptp Package on Kali Linux

Last updated: May 17,2024

1. Install "linuxptp" package

This tutorial shows how to install linuxptp on Kali Linux

$ sudo apt update $ sudo apt install linuxptp

2. Uninstall "linuxptp" package

Please follow the step by step instructions below to uninstall linuxptp on Kali Linux:

$ sudo apt remove linuxptp $ sudo apt autoclean && sudo apt autoremove

3. Information about the linuxptp package on Kali Linux

Package: linuxptp
Source: linuxptp (4.0-1)
Version: 4.0-1+b1
Installed-Size: 1007
Maintainer: Debian Multimedia Maintainers
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 213636
SHA256: d0d9f98fce1412dd7b02390bb81349e01c9ad637489a4ea4ca255d3b1ff466cd
SHA1: c9dfa705ebd2cd03c5c74502e255d0671cd56ccc
MD5sum: acf511379eca1b29d1490fdd0a243711
Description: Precision Time Protocol (PTP, IEEE1588) implementation for Linux
Linuxptp is an implementation of the Precision Time Protocol (PTP)
according to IEEE standard 1588 for Linux. Features include:
- support for hardware and software time stamping via the Linux
SO_TIMESTAMPING socket option.
- support for the Linux PTP Hardware Clock (PHC) subsystem by using the
clock_gettime family of calls, including the new clock_adjtimex
system call
- implementation of Boundary Clock (BC) and Ordinary Clock (OC)
- transport over UDP/IPv4, UDP/IPv6, and raw Ethernet (Layer 2)
- support for IEEE 802.1AS-2011 in the role of end station
.
PTP provides higher precision and faster synchronization than NTP even
without hardware support. With hardware support, sub-microsecond
accuracy can be expected. Whereas NTP is intended for WAN use, PTP is
designed for LAN environments and makes use of UDP multicast.
Description-md5:
Homepage: http://linuxptp.sourceforge.net/
Section: utils
Priority: optional
Filename: pool/main/l/linuxptp/linuxptp_4.0-1+b1_amd64.deb