卡在 Debian 控制台

卡在 Debian 控制台

所以我之前问过这个问题但没有任何帮助我

我在我的笔记本电脑上安装并双启动 Debian 11

安装时我无法选择桌面环境(GUI),然后它启动到控制台我尝试安装 kde-plasma 但它说

e: unable to locate package

我在网上搜索了这个

我发现我的sources.list导致了这个问题,然后我清除了我的sources.list并将这些行添加到sources.list

   deb http://deb.debian.org/debian- 
   bullseye/ bullseye main
   deb-src http://deb.debian.org/debian- 
   bullseye/ bullseye main
   deb http://deb.debian.org/debian- 
   bullseye/ bullseye-updates 
   main
  deb-src http://deb.debian.org/debian- 
   bullseye/ bullseye-updates 
   main

然后我试着跑

  sudo apt update

我懂了

w: failed to fetch http://deb.debian.org/debian/dists/bullseye/InRelease 

我在互联网上搜索了这个,但没有一个对我有用,请帮助

相关内容