How to Install and Uninstall tss2.src Package on Oracle Linux 8

Last updated: October 06,2024

1. Install "tss2.src" package

In this section, we are going to explain the necessary steps to install tss2.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install tss2.src

2. Uninstall "tss2.src" package

In this section, we are going to explain the necessary steps to uninstall tss2.src on Oracle Linux 8:

$ sudo dnf remove tss2.src $ sudo dnf autoremove

3. Information about the tss2.src package on Oracle Linux 8

Last metadata expiration check: 2:25:44 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : tss2
Epoch : 1
Version : 1.6.0
Release : 1.el8
Architecture : src
Size : 1.2 M
Source : None
Repository : ol8_baseos_latest
Summary : IBM's TCG Software Stack (TSS) for TPM 2.0 and related utilities
URL : http://sourceforge.net/projects/ibmtpm20tss/
License : BSD
Description : TSS2 is a user space Trusted Computing Group's Software Stack (TSS) for
: TPM 2.0. It implements the functionality equivalent to the TCG TSS
: working group's ESAPI, SAPI, and TCTI layers (and perhaps more) but with
: a hopefully far simpler interface.
:
: It comes with about 80 "TPM tools" that can be used for rapid prototyping,
: education and debugging.