今天早上我安装了Ubuntu19.04,我一直在尝试下载很多应用程序,但它既具有挑战性又令人沮丧,但不像wine.So,这些都是我的错误
root@miarhpe:/home/ephraim# sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ disco main'
Ign:1 http://ppa.launchpad.net/noobslab/apps/ubuntu disco InRelease
Ign:2 http://security.ubuntu.com/ubuntu disco-security InRelease
Hit:3 http://ppa.launchpad.net/videolan/master-daily/ubuntu disco InRelease
Err:4 http://security.ubuntu.com/ubuntu disco-security Release
404 Not Found [IP: 91.189.88.152 80]
Hit:5 https://dl.winehq.org/wine-builds/ubuntu disco InRelease
Ign:6 http://ng.archive.ubuntu.com/ubuntu disco InRelease
Ign:7 http://ng.archive.ubuntu.com/ubuntu disco-updates InRelease
Ign:8 http://ng.archive.ubuntu.com/ubuntu disco-backports InRelease
Ign:9 http://ppa.launchpad.net/webupd8team/atom/ubuntu disco InRelease
Err:10 http://ng.archive.ubuntu.com/ubuntu disco Release
404 Not Found [IP: 91.189.88.152 80]
Err:11 http://ng.archive.ubuntu.com/ubuntu disco-updates Release
404 Not Found [IP: 91.189.88.152 80]
Err:12 http://ppa.launchpad.net/noobslab/apps/ubuntu disco Release
404 Not Found [IP: 91.189.95.83 80]
Err:13 http://ng.archive.ubuntu.com/ubuntu disco-backports Release
404 Not Found [IP: 91.189.88.152 80]
Err:14 http://ppa.launchpad.net/webupd8team/atom/ubuntu disco Release
404 Not Found [IP: 91.189.95.83 80]
Reading package lists... Done
N: Skipping acquire of configured file 'main/binary-1386/Packages' as repository 'http://ppa.launchpad.net/videolan/master-daily/ubuntu disco InRelease' doesn't support architecture '1386'
E: The repository 'http://security.ubuntu.com/ubuntu disco-security Release' no longer has 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.
N: Skipping acquire of configured file 'main/binary-1386/Packages' as repository 'https://dl.winehq.org/wine-builds/ubuntu disco InRelease' doesn't support architecture '1386'
E: The repository 'http://ng.archive.ubuntu.com/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://ng.archive.ubuntu.com/ubuntu disco-updates 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/apps/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://ng.archive.ubuntu.com/ubuntu disco-backports 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/webupd8team/atom/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.请帮我看看出了什么问题
发布于 2020-06-29 14:18:44
你不必惹那么多麻烦。
请允许我建议,从你的个人帐户工作,而不是根。无论你需要什么根特权,都可以用sudo获得。
尝试以下几点:
sudo add-apt-repository --remove ppa:whateveryouadded
sudo apt update
sudo apt upgrade
sudo apt install -f
sudo apt autoremove
sudo apt install wine32 wine64 之后你应该可以毫无问题地经营葡萄酒了。
希望我有所帮助:)
发布于 2020-06-29 14:33:04
您最好的方法是一步一步地进行故障排除。
步骤1:
第2步:
开放终端和类型/输入:
sudo apt-get cleansudo apt-get updatesudo apt-get dist-upgrade第3步:
重试葡萄酒的安装
在终端类型/输入中:
sudo apt update && sudo apt install --install-recommends winehq-stable发布于 2020-06-29 15:57:24
你不需要添加一个PPA,只要做"sudo apt安装葡萄酒“!
https://askubuntu.com/questions/1254799
复制相似问题