Automatische Anmeldung bei Debian 10 – Problem mit dem Lightdmcfg-Repo

Automatische Anmeldung bei Debian 10 – Problem mit dem Lightdmcfg-Repo

Ich folge mit Wie melde ich mich automatisch bei Debian 10 an?. Wie der Snippet zeigt, verweist dies letztendlich auf ein Ubuntu-Repo, das meine Installation von Debian 10 nicht finden kann.

Was ist die Lösung dafür?

 root@hpdb:/home/stephen# add-apt-repository ppa:fsnow/ppa

  More info: https://launchpad.net/~fsnow/+archive/ubuntu/ppa
 Press [ENTER] to continue or ctrl-c to cancel adding it

 gpg: keybox '/tmp/tmp64_53n2s/pubring.gpg' created
 gpg: /tmp/tmp64_53n2s/trustdb.gpg: trustdb created
 gpg: key A3C2E0B93BF8E342: public key "Launchpad PPA for FSnow" imported
 gpg: Total number processed: 1
 gpg:               imported: 1
 gpg: no valid OpenPGP data found.
 root@hpdb:/home/stephen# sudo apt-get install lightdmcfg  
 Reading package lists... Done
 Building dependency tree       
 Reading state information... Done
 E: Unable to locate package lightdmcfg
 root@hpdb:/home/stephen# apt update
 Hit:1 http://deb.debian.org/debian buster InRelease
 Hit:2 http://deb.debian.org/debian buster-updates InRelease                    
 Hit:3 http://security.debian.org/debian-security buster/updates InRelease      
 Ign:4 http://dl.google.com/linux/chrome/deb stable InRelease                   
 Hit:5 http://dl.google.com/linux/chrome/deb stable Release   
 Ign:6 http://ppa.launchpad.net/fsnow/ppa/ubuntu focal InRelease
 Err:7 http://ppa.launchpad.net/fsnow/ppa/ubuntu focal Release
   404  Not Found [IP: 2001:67c:1560:8008::15 80]

Antwort1

Das Paket lightdmcfgakzeptiert nur preciseoder trustyCodenamen.

Das Paket ist veraltet. Es wird nicht empfohlen, es unter Debian zu installieren.

Um die Frage zu beantworten:

Der gpg: no valid OpenPGP data found. Fehler kann wie folgt behoben werden:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A3C2E0B93BF8E342

Fsnow

verwandte Informationen