南门小子

网页备忘录。。。

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

Adding the WineHQ APT Repository:


First, open a terminal window (Applications->Accessories->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 Debian Etch (4.0):

sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/etch.list -O /etc/apt/sources.list.d/winehq.list


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

posted on 2008-04-29 08:17  南门小子  阅读(458)  评论(0编辑  收藏  举报