9月19日,著名的模擬程序軟件wine更新到了1.1.5版,現在讓Linuxeden帶著你用APT的方式輕松的把你系統裡的wine升級到最新版本。
1.把Wine老家WineHQ加入到你的信任ATP源
執行命令:
wget -q
http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
2.把wineHQ的軟件庫加入到你的source.list文件
用root權限編輯/etc/atp/source.list文件,加入以下兩行
deb http://wine.budgetdedicated.com/apt hardy main
deb-src http://wine.budgetdedicated.com/apt hardy main
記住保存文件
另外一種方式是執行以下命令:
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.list
3.更新軟件包並安裝最新版本的Wine
sudo apt-get update
Then install Wine using:
sudo apt-get install wine
This should be all. To configure Wine, run as normal user:
winecfg