红联Linux门户
Linux帮助
当前位置: 红联Linux门户 > Ubuntu

给新手们个安装最新版本的wine的教程

发布时间:2008-10-28 15:27:09来源:红联作者:itxx
现在wine的新版已经到1.1.7了,教程已经写好了,为了减少写第二次的麻烦,大家直接去西农linux社区看吧,
这是教程地址:http://www.xnlinux.cn/thread-118-1-1.html
再送一个小技巧:http://www.xnlinux.cn/thread-119-1-1.html
文章评论

共有 3 条评论

  1. qquchn 于 2008-10-28 17:20:17发表:

    取得密钥后
    8.10直接添加源
    deb http://wine.budgetdedicated.com/apt intrepid main #WineHQ - Ubuntu 8.10 "Intrepid Ibex"
    8.04添加源
    deb http://wine.budgetdedicated.com/apt hardy main #WineHQ - Ubuntu 8.04 "Hardy Heron"

  2. Dndr 于 2008-10-28 15:38:16发表:

    不知1.1.7又有什么改变

  3. ramon 于 2008-10-28 15:35:50发表:

    大家也可以看看官方网站
    http://www.winehq.org/site/download-deb
    Adding the WineHQ APT Repository:
    First, open a terminal window (Applications->Accessories->Terminal). On Debian, you will need to open a root terminal. Then add the repository's key to your system's list of trusted APT keys by copy and pasting the following:

    wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -

    Next, add the repository to your system's list of APT sources:

    For Ubuntu Hardy (8.04):
    sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.list

    For Ubuntu Intrepid (8.10):
    sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/intrepid.list -O /etc/apt/sources.list.d/winehq.list

    For Debian Lenny (5.0):
    sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/lenny.list -O /etc/apt/sources.list.d/winehq.list

    Then update APT's package information by running 'sudo apt-get update'.