Blog: linux

apt-get problem and solution 1

Enjoy!
miro@bash:~$ sudo apt-get update
Ign:1 http://mirror.hetzner.de/debian/packages stretch InRelease
OK:2 http://mirror.hetzner.de/debian/security stretch/updates InRelease
[...]
OK:11 https://packages.sury.org/php stretch InRelease
Ign:7 http://ppa.launchpad.net/linuxuprising/java/ubuntu bionic InRelease
Es wurden 15,9 kB in 0 s geholt (16,1 kB/s).
Paketlisten werden gelesen... Fertig
W: GPG-Fehler: http://ppa.launchpad.net/linuxuprising/java/ubuntu bionic InRelease: Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY EA8CACC073C3DB2A
W: The repository 'http://ppa.launchpad.net/linuxuprising/java/ubuntu bionic InRelease' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.

miro@bash:~$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EA8CACC073C3DB2A
Executing: /tmp/apt-key-gpghome.yALKgtrkI1/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys EA8CACC073C3DB2A
gpg: key EA8CACC073C3DB2A: public key "Launchpad PPA for Linux Uprising" imported
gpg: Total number processed: 1
gpg: imported: 1

miro@bash:~$ sudo apt-get update
Ign:1 http://mirror.hetzner.de/debian/packages stretch InRelease
OK:2 http://mirror.hetzner.de/debian/security stretch/updates InRelease
OK:3 http://mirror.hetzner.de/debian/packages stretch-updates InRelease
OK:4 http://security.debian.org/debian-security stretch/updates InRelease
OK:5 http://mirror.hetzner.de/debian/packages stretch Release
Ign:6 http://ftp.de.debian.org/debian stretch InRelease
Holen:7 http://ppa.launchpad.net/linuxuprising/java/ubuntu bionic InRelease [15,9 kB]
OK:8 http://ftp.de.debian.org/debian stretch-updates InRelease
OK:9 http://ftp.de.debian.org/debian stretch Release
OK:10 https://deb.nodesource.com/node_10.x stretch InRelease
OK:11 https://packages.sury.org/php stretch InRelease
Es wurden 15,9 kB in 0 s geholt (16,2 kB/s).
Paketlisten werden gelesen... Fertig