swtpm2 from home:jejb1:TPM project

Select Your Operating System

For Debian Testing run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/jejb1:/TPM/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:jejb1:TPM.list
curl -fsSL https://download.opensuse.org/repositories/home:jejb1:TPM/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_jejb1_TPM.gpg > /dev/null
sudo apt update
sudo apt install swtpm2

Packages for Debian Testing:

For Fedora Rawhide run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:jejb1:TPM/Fedora_Rawhide/home:jejb1:TPM.repo
dnf install swtpm2
For Fedora 29 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:jejb1:TPM/Fedora_29/home:jejb1:TPM.repo
dnf install swtpm2
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:jejb1:TPM/openSUSE_Tumbleweed/home:jejb1:TPM.repo
zypper refresh
zypper install swtpm2
For openSUSE Leap 42.2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:jejb1:TPM/openSUSE_Leap_42.2/home:jejb1:TPM.repo
zypper refresh
zypper install swtpm2
For openSUSE Factory PowerPC run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:jejb1:TPM/openSUSE_Factory_PowerPC/home:jejb1:TPM.repo
zypper refresh
zypper install swtpm2