debian12安装wine9.0
apt install software-properties-common apt-transport-https curl -y
dpkg --add-architecture i386
curl -fSsL https://dl.winehq.org/wine-builds/winehq.key | gpg --dearmor | sudo tee /usr/share/keyrings/winehq.gpg > /dev/null
echo deb [signed-by=/usr/share/keyrings/winehq.gpg] http://dl.winehq.org/wine-builds/debian/ $(lsb_release -cs) main | sudo tee /etc/apt/sources.list.d/winehq.list
apt update
apt install winehq-stable --install-recommends -y
apt install wine64 wine32 -y
winecfg