186******75
2019-01-27 20:31 deepin
厉害,收藏了
Reply Like 0 View the author
https://bbs.deepin.org/post/174295
你好,请问,安装稳定版的时候出现所示错误怎么办?谢谢
https://bbs.deepin.org/post/174295
按照提示运行sudo apt-get update
或者在后面加上--fix missing再运行
https://bbs.deepin.org/post/174295
你好,提示的2个都已经试过了,还是不行
https://bbs.deepin.org/post/174295
运行后的结果是怎么样的
https://bbs.deepin.org/post/174295
你好可以了,谢谢你。之前我自己按着提示来了一遍不行,刚刚受你提醒我又搞了一遍可以了,好奇怪
...
https://bbs.deepin.org/post/174295
一直是提示无法定位软件包 winehq-stable
https://bbs.deepin.org/post/174295
PC:~$ sudo apt install --install-recommends winehq-stable
正在读取软件包列表... 完成
正在分析软件包 ...
https://bbs.deepin.org/post/174295
依赖问题,我也解决不了,你可以试试安装开发版
https://bbs.deepin.org/post/174295
一直是提示无法定位软件包 winehq-stable
如题
本人电脑联想Y7000,deepin15.9
昨天成功升级wine4.0,过程如下
具体的可以参考wine官网教程:
https://wiki.winehq.org/Debian
1.添加仓库
在 /etc/apt/sources.list 添加
deb https://dl.winehq.org/wine-builds/debian/ stretch main
2.下载并安装存储库密钥
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
3.检查更新
sudo apt update
4.安装稳定版wine4.0
sudo apt install --install-recommends winehq-stable
5.检查版本
wine --version
显示
wine-4.0
安装成功