用ATP轻松从WinHQ升级最新版本的Wine
点击次数:41 次 发布日期:2008-11-21 22:50:44 作者:源代码网
|
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 -
用root权限编辑/etc/atp/source.list文件,加入以下两行 deb 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
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 源代码网供稿. |
