Apt-get not finding packages that should be there & apt-get update NO_PUBKEY for apache.org

I’m also unable to install packages of which I’m fairly certain it should work …

E: Unable to locate package  libleveldb-dev
E: Unable to locate package  libcurl4-openssl-dev
E: Unable to locate package  libargtable2-dev
E: Unable to locate package  libgoogle-perftools-dev

https://circleci.com/gh/CounterpartyXCP/counterparty-lib/1142

libcurl4-openssl-dev for example is in http://packages.ubuntu.com/trusty/libcurl4-openssl-dev

$ cat /etc/apt/sources.list
deb http://security.ubuntu.com/ubuntu trusty-security main

$ sudo apt-get -y --allow-unauthenticated update
Hit http://security.ubuntu.com trusty-security/main amd64

Might be related to:

W: GPG error: http://www.apache.org 34x InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 749D6EEC0353B12C
W: GPG error: https://apt.dockerproject.org ubuntu-trusty InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F76221572C52609D

Did you resolve this issue?