sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine
配置winecfg中文问题~/.wine/drive_c/windows/Fonts/
#只留一个你想要显示的中文字体在这
安装时可能会停在了“正在设定
ttf-mscorefonts-installer” 无法按确定,按下tab键就可以了~
本文提供了一套详细的指南,教你如何在Ubuntu系统上通过命令行安装Wine,并解决中文显示问题。首先,你需要添加PPA源并更新软件包列表,接着安装Wine。为了解决字体显示问题,需要调整Wine的配置。
sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine
配置winecfg中文问题~/.wine/drive_c/windows/Fonts/
#只留一个你想要显示的中文字体在这
安装时可能会停在了“正在设定
ttf-mscorefonts-installer” 无法按确定,按下tab键就可以了~

被折叠的 条评论
为什么被折叠?