取得密钥后
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"
Dndr 于 2008-10-28 15:38:16发表:
不知1.1.7又有什么改变
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:
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"
Dndr 于 2008-10-28 15:38:16发表:
不知1.1.7又有什么改变
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'.