데비안 10 자동 로그인 - lightdmcfg 저장소 문제

데비안 10 자동 로그인 - lightdmcfg 저장소 문제

나도 따라하고 있어 데비안 10에서 자동 로그인하는 방법은 무엇입니까?. 캡처에서 알 수 있듯이 이는 데비안 10 설치에서 찾지 못한 Ubuntu 저장소를 가리키게 됩니다.

이에 대한 해결책은 무엇입니까?

 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]

답변1

패키지는 코드 명 lightdmcfg만 허용합니다 .precisetrusty

패키지가 오래되었으므로 데비안에 설치하지 않는 것이 좋습니다.

질문에 답하려면:

오류 gpg: no valid OpenPGP data found. 는 다음을 통해 해결될 수 있습니다.

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

에프눈

관련 정보