How to Install and Uninstall jose-util Package on Kali Linux

Last updated: May 19,2024

1. Install "jose-util" package

This guide covers the steps necessary to install jose-util on Kali Linux

$ sudo apt update $ sudo apt install jose-util

2. Uninstall "jose-util" package

Please follow the instructions below to uninstall jose-util on Kali Linux:

$ sudo apt remove jose-util $ sudo apt autoclean && sudo apt autoremove

3. Information about the jose-util package on Kali Linux

Package: jose-util
Source: golang-github-go-jose-go-jose
Version: 3.0.1-2
Installed-Size: 5462
Maintainer: Debian Go Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 1848092
SHA256: 12fdf2e26fed7cafdaa5b2bbd5e29d4c7e676a65e9c4ea10ddae8c8961e55699
SHA1: c7fda83a302a5d5587d02cd7575e1290e1bceb4b
MD5sum: 449e21154c0b1f029566bd88755012cc
Description: Implementation of JOSE standards (JWE, JWS, JWT) in Go (program)
go-jose aims to provide an implementation of the Javascript Object
Signing and Encryption set of standards. This includes support for JSON
Web Encryption, JSON Web Signature, and JSON Web Token standards.
.
The implementation follows the JSON Web Encryption
(http://dx.doi.org/10.17487/RFC7516) (RFC 7516), JSON Web Signature
(http://dx.doi.org/10.17487/RFC7515) (RFC 7515), and JSON Web Token
(http://dx.doi.org/10.17487/RFC7519) (RFC 7519) specifications. Tables
of supported algorithms are shown below. The library supports both the
compact and JWS/JWE JSON Serialization formats, and has optional support
for multiple recipients. It also comes with a small command-line utility
(jose-util (https://github.com/go-jose/go-jose/tree/master/jose-util)) for
dealing with JOSE messages in a shell.
.
This package contains the `jose-util` command line tool.
Description-md5:
Homepage: https://github.com/go-jose/go-jose
Built-Using: golang-1.21 (= 1.21.5-1), golang-github-alecthomas-units (= 0.0~git20211218.b94a6e3-1), golang-go.crypto (= 1:0.16.0-1), golang-gopkg-alecthomas-kingpin.v2 (= 2.2.6-4)
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-go-jose-go-jose/jose-util_3.0.1-2_amd64.deb

5. The same packages on other Linux Distributions