当我尝试在计算机上安装 wine 时,运行以下命令:
sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
我收到一条错误消息,内容如下:
E: The repository 'http://build.openvpn.net/debian/openvpn/stable 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.
我也尝试使用这个命令:
sudo apt install wine-stable
但我收到另一条错误消息:
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
(我是 Linux 初学者,所以对该操作系统了解不多)
答案1
您好,欢迎咨询 Ubuntu,
你能显示 的完整内容/etc/apt/sources.list
和 中的完整内容/etc/apt/sources.list.d
吗? 第一个应该只存储 Ubuntu 软件包。 在/etc/apt/sources.list.d
其中添加额外的 PPA。 例如,使用/etc/apt/sources.list.d/projectatomic-ubuntu-ppa-focal.list
以下内容:debhttp://ppa.launchpad.net/projectatomic/ppa/ubuntu焦点主要
使用第一个条目中的编辑按钮。你试过了吗sudo dpkg --configure -a
?如果试过,输出结果是什么?