web-dev-qa-db-ja.com

Ubuntu 19.04にDeepinデスクトップ環境をインストールする方法はありますか?

最近、新しくリリースされたUbuntu 19.04にDeepinデスクトップ環境(DDE)をインストールしようとしましたが、失敗しました。コマンドSudo add-apt-repository ppa:leaeasy/ddeおよびこれらのエラーが発生しました:

Err:13 http://ppa.launchpad.net/elementary-os/stable/ubuntu disco Release      
  404  Not Found [IP: 91.189.95.83 80]
Err:14 http://ppa.launchpad.net/leaeasy/dde/ubuntu disco Release
  404  Not Found [IP: 91.189.95.83 80]
Get:15 http://gb.archive.ubuntu.com/ubuntu disco-updates/main AMD64 DEP-11 Metadata [72.2 kB]
Err:16 http://ppa.launchpad.net/noobslab/icons/ubuntu disco Release
  404  Not Found [IP: 91.189.95.83 80]
Err:17 http://ppa.launchpad.net/ravefinity-project/ppa/ubuntu disco Release    
  404  Not Found [IP: 91.189.95.83 80]
Get:18 http://gb.archive.ubuntu.com/ubuntu disco-updates/main DEP-11 48x48 Icons [4,448 B]
Get:19 http://gb.archive.ubuntu.com/ubuntu disco-updates/main DEP-11 64x64 Icons [5,852 B]
Get:20 http://gb.archive.ubuntu.com/ubuntu disco-updates/universe AMD64 DEP-11 Metadata [8,744 B]
Get:21 http://gb.archive.ubuntu.com/ubuntu disco-updates/universe DEP-11 48x48 Icons [6,157 B]
Get:22 http://gb.archive.ubuntu.com/ubuntu disco-backports/universe AMD64 DEP-11 Metadata [7,164 B]
Reading package lists... Done                
E: The repository 'http://ppa.launchpad.net/elementary-os/stable/ubuntu disco Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://ppa.launchpad.net/leaeasy/dde/ubuntu disco Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://ppa.launchpad.net/noobslab/icons/ubuntu disco Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://ppa.launchpad.net/ravefinity-project/ppa/ubuntu disco Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

私はそれらを検索しましたが、インターネットでこれらのエラーに関する情報を見つけることができません。Linuxは比較的新しいです。何卒よろしくお願いいたします。

2
BG03

[ソフトウェアと更新]に移動し、[その他のソフトウェア]タブに移動して、追加したリポジトリを削除します。その後、それを終了すると、「apt update」をエラーなしで実行できるはずです。

深刻な手作業を行わずに19.04にDeepinをインストールする方法がないのは、うんざりです。うまくいけばPPAの所有者はこれを修正します。

0
user966421