Install Zandronum on Ubuntu: Difference between revisions
Newer versions of Ubuntu have deprecated apt-key in favor of using the trusted.gpg.d keyring directory. Any repos that use the old apt-key store now cause errors when running apt update.
No edit summary |
(Newer versions of Ubuntu have deprecated apt-key in favor of using the trusted.gpg.d keyring directory. Any repos that use the old apt-key store now cause errors when running apt update.) |
||
Line 5: | Line 5: | ||
* Add the DRDTeam's Debian package repository and apply the GPG key: | * Add the DRDTeam's Debian package repository and apply the GPG key: | ||
sudo apt-add-repository 'deb <nowiki>http://debian.drdteam.org/</nowiki> stable multiverse' | sudo apt-add-repository 'deb <nowiki>http://debian.drdteam.org/</nowiki> stable multiverse' | ||
wget -O | sudo wget -O /etc/apt/trusted.gpg.d/drdteam.gpg <nowiki>http://debian.drdteam.org/drdteam.gpg</nowiki> | ||
* Now update the package index by typing: | * Now update the package index by typing: | ||
sudo apt-get update | sudo apt-get update |