[Tutorials] 按装exe文件
Tofloor
poster avatar
文丹
deepin
2022-06-02 03:56
Author

Deepin系统下如何按装exe文件?没玩过,也不知道什么命令去操作!

Reply Favorite View the author
All Replies
xuqi
deepin testing team
2022-06-02 04:00
#1

【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
xuqi
deepin testing team
2022-06-02 04:03
#2

x86和ARM架构统信UOS一键配置wine6实现运行exe的方法

https://www.bilibili.com/video/BV1Tu411i7UH?t=10.8

Reply View the author
文丹
deepin
2022-06-02 04:13
#3

太复杂了,能不能一步步的先下载什么,怎么按装?看不明白!

Reply View the author
文丹
deepin
2022-06-02 04:15
#4

在哪个地方下载wine,贴个网址能一键链接的!

Reply View the author
文丹
deepin
2022-06-02 04:17
#5

什么架构不懂啊!我是个老白,因为爱国货用了深度但不会操作!

Reply View the author
文丹
deepin
2022-06-02 04:18
#6

那个系统盘一共15个G怎么按装啊?哎!累死了!

Reply View the author
文丹
deepin
2022-06-02 04:19
#7

说明不能全屏播放看不清!

Reply View the author
文丹
deepin
2022-06-02 04:22
#8

能不能远程下啊?

Reply View the author
皇華
deepin
2022-06-02 04:27
#9

統信系統如此配置能否運行 PDF 補丁丁

Reply View the author
swag
deepin
2022-06-02 04:57
#10

看不懂就复制粘贴啊,当然我的建议是你放弃吧

Reply View the author
寂静的羽夏
deepin
2022-06-02 05:45
#11

在深度上跑 exe 应用,没打包好自己搞没基础弄不了的,老老实实用应用商店(深度的和星火的)的吧,如果有 Linux 版本但商店没有可以使用包管理或者自己编译,这是 Linux 不是 Windows,易用性还是差一截的 。tail

Reply View the author
Ziggy
deepin
2022-06-02 05:54
#12

可以买一套crossover,要么就老老实实双系统/虚拟机

Reply View the author
新手小白
deepin
2022-06-02 06:26
#13
It has been deleted!
gzz
deepin
2022-06-02 06:45
#14
xuqi

x86和ARM架构统信UOS一键配置wine6实现运行exe的方法

https://www.bilibili.com/video/BV1Tu411i7UH?t=10.8

小白一个,照着视频一步一步来,好用!!非常感谢!!

Reply View the author
gzz
deepin
2022-06-02 06:45
#15
It has been deleted!
非专业摸鱼选手
deepin
2022-06-02 17:30
#16
文丹

太复杂了,能不能一步步的先下载什么,怎么按装?看不明白!

linux 可不兴下载安装,啥都可以用终端解决,只要你电脑网络连接正常。都可以用终端实现。

Reply View the author
怪怪不怪
deepin
2022-06-03 14:30
#17

深度另一个关于wine安装EXE的贴子:https://bbs.deepin.org/post/176555#mod=viewthread&tid=176555

Reply View the author