用ATP轻松从WinHQ升级最新版本的Wine
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
顶(0)
踩(0)
- 最新评论