How to Install and Uninstall go-l2tp Package on Kali Linux

Last updated: June 04,2024

1. Install "go-l2tp" package

This guide covers the steps necessary to install go-l2tp on Kali Linux

$ sudo apt update $ sudo apt install go-l2tp

2. Uninstall "go-l2tp" package

Please follow the steps below to uninstall go-l2tp on Kali Linux:

$ sudo apt remove go-l2tp $ sudo apt autoclean && sudo apt autoremove

3. Information about the go-l2tp package on Kali Linux

Package: go-l2tp
Source: golang-github-katalix-go-l2tp
Version: 0.1.7-1
Installed-Size: 8153
Maintainer: Debian Go Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 1568180
SHA256: 87c09f3edfec380265159e514007b1e23d909a7a2c6ca7c27c75d70ffefc38ee
SHA1: 3f6d5ed811bd26b4dab3e664edbfe8123fad948b
MD5sum: d3d91268bf403c00b02fb6c6a0bf7318
Description: L2TP and PPPoE tools built using the go-l2tp package
go-l2tp is a suite of Go libraries for building L2TP applications on
Linux systems.
.
It includes a set of daemons for managing various related connections:
* kl2tpd is a client (LAC-mode) L2TPv2 daemon,
* ql2tpd manages static L2TPv3 Ethernet connections,
* kpppoed is a PPPoE server daemon which can be used alongside kl2tpd
to implement L2TP Access Concentrator connections.
.
The go-l2tp daemons use the Linux kernel L2TP and PPP subsystems for
data transport. PPP termination is delegated to pppd.
Description-md5:
Homepage: https://github.com/katalix/go-l2tp
Built-Using: golang-1.21 (= 1.21.6-1), golang-github-go-kit-kit (= 0.10.0-6), golang-github-go-logfmt-logfmt (= 0.5.0-2), golang-github-josharian-native (= 1.1.0-1), golang-github-mdlayher-genetlink (= 1.3.1-1), golang-github-mdlayher-netlink (= 1.7.1-1), golang-github-mdlayher-socket (= 0.5.0-1), golang-github-pelletier-go-toml (= 1.9.5-1), golang-golang-x-net (= 1:0.20.0+dfsg-1), golang-golang-x-sync (= 0.6.0-1), golang-golang-x-sys (= 0.16.0-1)
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-katalix-go-l2tp/go-l2tp_0.1.7-1_amd64.deb

5. The same packages on other Linux Distributions