私はLinuxシステムを初めて使用するときにKDE Plasmaをインストールするのに問題があります。私はDebian 9.13(Stretch)がインストールされた組み込みPCを実行しています。制限はDebianバージョンを使用する必要があることです。
KDE Plasma Desktopをインストールするために "apt-get"を実行しようとすると、次の結果が表示されます。
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バージョンで動作するのかわかりません。
私のsource.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が利用できるようです。ありがとうございます。