GPG key expired error when upgrading resources on downloads.teradici.com

Rate this Article
Average: 1.5 (2 votes)

Problem: Users who are upgrading Linux resources that are distributed from docs.teradici.com may encounter an error stating that the GPG key has expired, leading to a failure. This occurs when the remote repo GPG key expires and is refreshed, leading to a difference between the user's repo and the remote.

Solution: Download the current repo from docs.teradici.com to synchronize the GPG key.
To download the current Teradici repo, open a terminal and paste in one of the following commands:

  • For Ubuntu distributions:
    sudo wget -O teradici-repo-latest.deb https://docs.teradici.com/ubuntu/teradici-repo-$(lsb_release -cs)-latest.deb
    
  • For RHEL or CentOS distributions:
    sudo yum install https://docs.teradici.com/rhel/teradici-repo-latest.noarch.rpm
    


After downloading the repo, upgrade commands should work as expected.