Skip to main content

LS-WVL Linux使用LSUpdater更新

LSUpdater為windows軟體,要在Linux使用需安裝wine和x11轉發

LSUpdater為32位元,需載入i386多重架構

dpkg --add-architecture i386 
apt update 
apt install wine32:i386
root@x11:~# dpkg --print-foreign-architectures
i386
wine LSUpdater.exe 

x11即可跳出視窗程式

若wine有錯誤則重置設定

rm -rf ~/.wine
winecfg

移除i386架構

apt remove `dpkg --get-selections |grep :i386 |awk '{print $1}'` --allow-remove-essential -f

dpkg --remove-architecture i386

dpkg --print-foreign-architectures 無顯示i386