How to Install and Uninstall slt Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "slt" package

Please follow the step by step instructions below to install slt on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install slt

2. Uninstall "slt" package

Here is a brief guide to show you how to uninstall slt on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove slt $ sudo apt autoclean && sudo apt autoremove

3. Information about the slt package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: slt
Priority: extra
Section: universe/devel
Installed-Size: 5218
Maintainer: Ubuntu Developers
Original-Maintainer: Daniel Kahn Gillmor
Architecture: amd64
Version: 0.0.git20140301-1
Depends: libc6 (>= 2.4), dpkg-dev
Filename: pool/universe/s/slt/slt_0.0.git20140301-1_amd64.deb
Size: 993394
MD5sum: f4cb17309d942003a4c30c6b917dae0a
SHA1: 35520553c11229e03906568948f9c6259096dfd5
SHA256: 49163b4384d6da0ee8798e52e515ab0a4fcd542ff1bd411009fdfba55ad71fab
Description-en: TLS reverse-proxy with SNI multiplexing (TLS virtual hosts)
slt lets a user accept TLS/SSL connections for multiple different
applications on the same port and the server can forward them all to
the appropriate backend hosts depending on the intended destination.
.
slt is capable of either terminating the TLS and passing the
cleartext traffic to the origin server (if it has appropriate key
material), or just passing the encrypted traffic along (if it has no
key material).
Description-md5: aa0728a3604dd38aa263f55cd5249cc6
Built-Using: golang (= 2:1.2.1-2ubuntu1), golang-gocheck (= 0.0~bzr20131118+85-2), golang-goyaml (= 0.0~bzr50-1), golang-vhost (= 0.0~git20140120-1)
Homepage: https://github.com/inconshreveable/slt
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu