How to Install and Uninstall libtss2-utils Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 04,2024

1. Install "libtss2-utils" package

This guide covers the steps necessary to install libtss2-utils on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libtss2-utils

2. Uninstall "libtss2-utils" package

This is a short guide on how to uninstall libtss2-utils on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libtss2-utils $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtss2-utils package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libtss2-utils
Priority: optional
Section: universe/utils
Installed-Size: 63
Maintainer: Ubuntu Developers
Original-Maintainer: Mathieu Trudel-Lapierre
Architecture: amd64
Source: tpm2-tss
Version: 0.98+20160226.d4f23cc-0ubuntu2
Depends: libc6 (>= 2.15), libtss2-0
Filename: pool/universe/t/tpm2-tss/libtss2-utils_0.98+20160226.d4f23cc-0ubuntu2_amd64.deb
Size: 19582
MD5sum: 2e85cf524c0412054abfd19d70a4cd65
SHA1: 826b30f56841cce1da6e26ffc98aab65c6786a97
SHA256: b20f9977fa5fa3fc2fab2a131a0ed69c5fd9bac69eb08459ed238376c081759b
Description-en: TPM2 Software stack library - TSS utilities
TPM2.0 TSS (Software Stack) consists of API layers provided to support
TPM 2.0 chips. It is made out of three layers:
.
- System API (SAPI), which implements the system layer API;
- TPM Command Transmission Interface (TCTI), which is used by SAPI to
allow communication with the TAB/RM layer;
- Trusted Access Broker/Resource Manager (TAB/RM), which handles TPM
resources and process coordination.
.
This package contains utilities and test applications for use with TPM.
Description-md5: 9b49e0953e6d8d624c698ef92ca06e2a
Homepage: https://github.com/01org/TPM2.0-TSS
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu