在 Debian 9(Stretch)上安装 KDE Plasma Desktop -“无法找到软件包”

在 Debian 9(Stretch)上安装 KDE Plasma Desktop -“无法找到软件包”

我是 Linux 系统新手,在尝试安装 KDE Plasma 时遇到了一些麻烦。我正在运行配备 Debian 9.13 (Stretch) 的嵌入式 PC。限制是我必须使用 Debian 版本。

当我尝试运行“apt-get”来安装 KDE Plasma Desktop 时,我得到: unable to locate package.

我随后跑了 "apt-get update""apt-get -t stretch-backports install kde-plasma-desktop" 然后我收到了消息:

The value 'stretch-backports' is invalid for APT::Default-Release as such a release 
is not available in the sources

我现在有点卡住了。我想我可以手动下载并安装 KDE Plasma 和所有依赖项,但这将花费很长时间,而且我不确定哪个版本的 KDE Plasma 可以与我的旧 Debian 版本一起使用。

这是我的sources.list 文件的内容:

deb http://deb.debian.org/debian stretch main contrib non-free
#deb-src http://deb.debian.org/debian stretch main contrib non-free

deb http://deb.debian.org/debian stretch-updates main contrib non-free
#deb-src http://deb.debian.org/debian stretch-updates main contrib non-free

deb http://security.debian.org/ stretch/updates main contrib non-free
#deb-src http://security.debian.org/ stretch/updates main contrib non-free

deb http://ftp.debian.org/debian stretch-backports main

有什么建议么?我想我可以使用不同的 GUI。谢谢。

相关内容