I’m trying to install DUO on an Ubuntu 18.04 server. I’ve followed the instructions but the package won’t install.
It is in the keyring as you can see below.
/etc/apt/trusted.gpg
--------------------
pub dsa1024 2013-09-05 [SC] [expires: 2020-08-22]
30BF E024 2B19 592E B122 211D 1CC9 1FC6 15D3 2EFC
uid [ unknown] Duo Security Package Signing <dev@duosecurity.com>
sub elg4096 2013-09-05 [E] [expires: 2020-08-22]
However, when running the apt-get… I get the following…
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package duo-unix
What am I missing here?