[Share Experiences] 使用Deepin/UOS终端,常用几个命令分享
Tofloor
poster avatar
松鼠哥哥/pinesong
deepin
2022-04-14 07:35
Author

【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 Favorite View the author
All Replies
jjcui8595
deepin
2022-04-14 13:58
#1

感谢分享

Reply View the author
culeworks
deepin
2022-04-14 16:49
#2

收藏了

意思是商城不是最新版?最新版的wine有什么优势吗

Reply View the author