How to Install and Uninstall libstrongswan Package on Kali Linux

Last updated: May 06,2024

1. Install "libstrongswan" package

This tutorial shows how to install libstrongswan on Kali Linux

$ sudo apt update $ sudo apt install libstrongswan

2. Uninstall "libstrongswan" package

This is a short guide on how to uninstall libstrongswan on Kali Linux:

$ sudo apt remove libstrongswan $ sudo apt autoclean && sudo apt autoremove

3. Information about the libstrongswan package on Kali Linux

Package: libstrongswan
Source: strongswan
Version: 5.9.13-2
Installed-Size: 1491
Maintainer: strongSwan Maintainers
Architecture: amd64
Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libgmp10 (>= 2:6.3.0+dfsg), libsystemd0 (>= 227)
Recommends: libstrongswan-standard-plugins
Suggests: libstrongswan-extra-plugins
Size: 442184
SHA256: 6f09069723bb4f29a3858d67daeb9c5f93d8f5365c72c119702795a0615deca3
SHA1: 61ed66209637dd4204fe540e50c7b2e8ee7e8982
MD5sum: 15bd10cdb7541737521b9cd5cbd64598
Description: strongSwan utility and crypto library
The strongSwan VPN suite uses the native IPsec stack in the standard
Linux kernel. It supports both the IKEv1 and IKEv2 protocols.
.
This package provides the underlying libraries of charon and other strongSwan
components. It is built in a modular way and is extendable through various
plugins.
.
Some default (as specified by the strongSwan projet) plugins are included.
For libstrongswan (cryptographic backends, URI fetchers and database layers):
- aes (AES-128/192/256 cipher software implementation)
- constraints (X.509 certificate advanced constraint checking)
- dnskey (Parse RFC 4034 public keys)
- drbg (NIST SP-800-90A Deterministic Random Bit Generator)
- fips-prf (PRF specified by FIPS, used by EAP-SIM/AKA algorithms)
- gmp (RSA/DH crypto backend based on libgmp)
- hmac (HMAC wrapper using various hashers)
- md5 (MD5 hasher software implementation)
- mgf1 (Mask Generation Functions based on the SHA-1, SHA-256 and SHA-512)
- nonce (Default nonce generation plugin)
- pem (PEM encoding/decoding routines)
- pgp (PGP encoding/decoding routines)
- pkcs1 (PKCS#1 encoding/decoding routines)
- pkcs8 (PKCS#8 decoding routines)
- pkcs12 (PKCS#12 decoding routines)
- pubkey (Wrapper to handle raw public keys as trusted certificates)
- random (RNG reading from /dev/[u]random)
- rc2 (RC2 cipher software implementation)
- revocation (X.509 CRL/OCSP revocation checking)
- sha1 (SHA1 hasher software implementation)
- sha2 (SHA256/SHA384/SHA512 hasher software implementation)
- sshkey (SSH key decoding routines)
- x509 (Advanced X.509 plugin for parsing/generating X.509 certificates/CRLs
and OCSP messages)
- xcbc (XCBC wrapper using various ciphers)
- attr (Provides IKE attributes configured in strongswan.conf)
- kernel-netlink [linux] (IPsec/Networking kernel interface using Linux
Netlink)
- kernel-pfkey [kfreebsd] (IPsec kernel interface using PF_KEY)
- kernel-pfroute [kfreebsd] (Networking kernel interface using PF_ROUTE)
- resolve (Writes name servers received via IKE to a resolv.conf file or
installs them via resolvconf(8))
Description-md5:
Homepage: http://www.strongswan.org
Tag: network::vpn, role::program, role::shared-lib, security::cryptography
Section: net
Priority: optional
Filename: pool/main/s/strongswan/libstrongswan_5.9.13-2_amd64.deb