How to Install and Uninstall ksuid Package on Kali Linux

Last updated: May 11,2024

1. Install "ksuid" package

In this section, we are going to explain the necessary steps to install ksuid on Kali Linux

$ sudo apt update $ sudo apt install ksuid

2. Uninstall "ksuid" package

This tutorial shows how to uninstall ksuid on Kali Linux:

$ sudo apt remove ksuid $ sudo apt autoclean && sudo apt autoremove

3. Information about the ksuid package on Kali Linux

Package: ksuid
Source: golang-github-segmentio-ksuid (1.0.4-2)
Version: 1.0.4-2+b9
Installed-Size: 2383
Maintainer: Debian Go Packaging Team
Architecture: amd64
Size: 835268
SHA256: 4f49415db4295c3ec2031ca7a60b3ab0197a21186feeeda1c2ddddf3e4f2eb19
SHA1: bfd46b00a98b4953655837e2e92f72eeafc5e560
MD5sum: 7b349fd0de183d59a7a41e2d8fb0a898
Description: K-Sortable Globally Unique IDs (program)
ksuid is an efficient, comprehensive, battle-tested Go library for
generating and parsing a specific kind of globally unique identifier
called a *KSUID*. This library serves as its reference implementation.
.
This package comes with a command-line tool ksuid, useful for generating
KSUIDs as well as inspecting the internal components of existing KSUIDs.
Machine-friendly output is provided for scripting use cases.
.
What is a KSUID?
.
KSUID is for K-Sortable Unique IDentifier. It is a kind of globally
unique identifier similar to a RFC 4122 UUID, built from the ground-up
to be "naturally" sorted by generation timestamp without any special
type-aware logic.
.
In short, running a set of KSUIDs through the UNIX sort command will
result in a list ordered by generation time.
.
Why use KSUIDs?
.
There are numerous methods for generating unique identifiers, so why
KSUID?
.
1. Naturally ordered by generation time
2. Collision-free, coordination-free, dependency-free
3. Highly portable representations
.
See https://segment.com/blog/a-brief-history-of-the-uuid/
Description-md5:
Homepage: https://github.com/segmentio/ksuid
Built-Using: golang-1.21 (= 1.21.3-1)
Section: utils
Priority: optional
Filename: pool/main/g/golang-github-segmentio-ksuid/ksuid_1.0.4-2+b9_amd64.deb