How to Install and Uninstall luksy Package on Kali Linux

Last updated: May 20,2024

1. Install "luksy" package

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

$ sudo apt update $ sudo apt install luksy

2. Uninstall "luksy" package

Please follow the steps below to uninstall luksy on Kali Linux:

$ sudo apt remove luksy $ sudo apt autoclean && sudo apt autoremove

3. Information about the luksy package on Kali Linux

Package: luksy
Source: golang-github-containers-luksy
Version: 0.0~git20231017.6a3592c+ds1-1
Installed-Size: 3778
Maintainer: Debian Go Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 1238380
SHA256: 35139fea2bf83b17b06b63e8cd6131afd3c7fdec8622d2a22422d543c6ffac8c
SHA1: f5b147ceaf7150b6f1e3f0376ad1d417a400d140
MD5sum: c541dc875856c2f8bf6565c4a020e618
Description: offline encryption/decryption using LUKS formats (program)
luksy implements encryption and decryption using LUKSv1 and LUKSv2
formats. Think of it as a clunkier cousin of gzip/bzip2/xz that doesn't
actually produce smaller output than input, but it encrypts, and that's
nice.
.
The main goal is to be able to encrypt/decrypt without the Linux device
mapper. Duplicating functions of cryptsetup that it can perform without
accessing the Linux device mapper is not a priority.
.
If you can cryptsetup, you should use that instead.
Description-md5:
Homepage: https://github.com/containers/luksy
Built-Using: golang-1.21 (= 1.21.3-1), golang-github-aead-serpent (= 0.1-1), golang-github-google-uuid (= 1.3.0-1), golang-github-spf13-cobra (= 1.7.0-1), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-go.crypto (= 1:0.13.0-1), golang-golang-x-sys (= 0.12.0-1), golang-golang-x-term (= 0.12.0-1), golang-logrus (= 1.9.0-1)
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-containers-luksy/luksy_0.0~git20231017.6a3592c+ds1-1_amd64.deb

5. The same packages on other Linux Distributions