ubuntu24.04.02 下安装软件 记录

1. 安装 wine

apt-get install wine32
安装之后,提示没有win32,就按照如下步骤进行安装

dpkg --add-architecture i386
#这是让Linux安装32位架构,好兼容32位的程序

apt-get install wine32

执行完毕之后再次执行
apt-get update && apt-get install wine32

附上卸载i386的方法
dpkg --remove-architecture i386

 

posted @ 2025-06-03 23:22  靖意风  Views(143)  Comments(0)    收藏  举报