"InRelease: Clearsigned-Datei ist ungültig, hat 'NODATA' (erfordert das Netzwerk eine Authentifizierung?)" Beim Aktualisieren der Paketliste
Folgendes sehe ich in meinem Terminal:
user@user-OptiPlex-9020:~$ sudo apt-get update
Ign http://extras.ubuntu.com trusty InRelease
Ign http://in.archive.ubuntu.com trusty InRelease
Get:1 http://dl.google.com stable InRelease
100% [1 InRelease gpgv 1,661 B] [Connecting to 192.168.0.90 (192.168.0.90)] [WaSplitting up /var/lib/apt/lists/partial/dl.google.com_linux_chrome_deb_dists_stable_InRelease intoIgn http://dl.google.com stable InRelease
E: GPG error: http://dl.google.com stable InRelease: Clearsigned file isn't valid, got 'NODATA' (does the network require authentication?)
Ich habe die erforderlichen Authentifizierungsinformationen in der Datei /etc/apt/apt.conf:
Acquire::http::proxy "http://username:[email protected]:8080/";
Acquire::https::proxy "https://username:[email protected]:8080/";
Acquire::ftp::proxy "ftp://username:[email protected]:8080/";
Ich kann das Problem nicht herausfinden.