首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >安装葡萄酒时出错

安装葡萄酒时出错
EN

Ask Ubuntu用户
提问于 2020-06-29 14:09:43
回答 3查看 119关注 0票数 -1

今天早上我安装了Ubuntu19.04,我一直在尝试下载很多应用程序,但它既具有挑战性又令人沮丧,但不像wine.So,这些都是我的错误

代码语言:javascript
复制
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.

请帮我看看出了什么问题

EN

回答 3

Ask Ubuntu用户

发布于 2020-06-29 14:18:44

你不必惹那么多麻烦。

请允许我建议,从你的个人帐户工作,而不是根。无论你需要什么根特权,都可以用sudo获得。

尝试以下几点:

代码语言:javascript
复制
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  

之后你应该可以毫无问题地经营葡萄酒了。

希望我有所帮助:)

票数 -1
EN

Ask Ubuntu用户

发布于 2020-06-29 14:33:04

您最好的方法是一步一步地进行故障排除。

步骤1:

  1. 打开软件和更新
  2. 注意错误消息(如果有的话)。
  3. 导航到其他软件的选项卡
  4. 删除错误中的ppa和或ng/安全软件

第2步:

开放终端和类型/输入:

  1. sudo apt-get clean
  2. sudo apt-get update
  3. sudo apt-get dist-upgrade

第3步:

重试葡萄酒的安装

在终端类型/输入中:

  1. sudo apt update && sudo apt install --install-recommends winehq-stable
票数 -1
EN

Ask Ubuntu用户

发布于 2020-06-29 15:57:24

你不需要添加一个PPA,只要做"sudo apt安装葡萄酒“!

票数 -1
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1254799

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档