[Seek Help] deepin wine助手无法打开EXE文件安装
Tofloor
poster avatar
sdszbslzq
deepin
2022-05-27 20:20
Author

deepin wine助手无法打开EXE文件安装

Reply Favorite View the author
All Replies
pipigo
deepin
2022-05-27 20:28
#1

重新装WINE。

Reply View the author
Ziggy
deepin
2022-05-27 21:02
#2

wine本身就不是万能,此刻考虑多系统或虚拟化

Reply View the author
Linux小白2019
deepin
2022-05-28 03:57
#3

不是所有的exe文件都可以Wine过来的。

Reply View the author
xuqi
deepin testing team
2022-06-02 04:00
#4

【001 安装 wine,以便允许exe程序】
sudo apt-get install wine 。只是 这样安装的wine的版本可能不是最新的。
或者:
sudo apt update && sudo apt install --install-recommends winehq-stable
[更新系统软件]
sudo apt update

默认安装在:系统盘/usr/lib/wine目录中

【002 配置wine】
winecfg

【003 打开wine】
wine64 或 wine

【004 UOS默认安装路径】

系统盘 > opt > apps
deb包在/var/cache/apt/archives

【005 在64位系统中,开启32位架构】
sudo dpkg --add-architecture i386

关闭:sudo dpkg --remove-architecture i386

【006 以root权限运行】
sudo -i

【007 无法找到add-apt-repository问题的解决方法】
apt-get install software-properties-common
sudo apt-get update

【008 UOS应用商店安装位置】
deb包在/var/cache/apt/archives
安装位置在/opt/apps

Reply View the author