Information about the package, amtu, which is shipped with common Linux distributions. The amtu package is designed for, Abstract Machine Test Utility (AMTU).
Package Name:
amtu
Summary:
Abstract Machine Test Utility (AMTU)
Description:
Abstract Machine Test Utility (AMTU) is an administrative utility to check whether the underlying protection mechanism of the hardware are still being enforced. This is a requirement of the Controlled Access Protection Profile FPT_AMT.1, see http://www.radium.ncsc.mil/tpep/library/protection_profiles/CAPP-1.d.pdf
Architecture:
x86_64
Version:
1.0.8
Release:
11.el6
Size:
28 k
Repository:
base
From Repository:
Licence:
CPL
Control the amtu package with the following handy commands outlined below.
yum install amtu
This command will install amtu on the server.
yum remove amtu
This command will un-install amtu on the server. When you run this command, you will be asked if you are sure that you want to remove amtu, so you have to manually confirm that you want to do this.
yum -y remove amtu
This command will un-install amtu on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove amtu when using the -y flag.
yum update amtu
This command will update amtu to the latest version. When you run this command, you will be asked if you are sure that you want to remove amtu, so you have to manually confirm that you want to do this.
yum -y update amtu
This command will update amtu to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove amtu when using the -y flag.
yum info amtu
This command will show you core information about the amtu package.
yum deplist amtu
This command will show you the dependencies for amtu. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.
yum check-update amtu
This command will check if there is an update waiting on amtu. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.