分页: 1 / 1

[问题]為什麽我裝不了wine?

发表于 : 2008-07-12 12:09
szjuntao
RT
鄙人是按照winehq.org上的指引來的
Wine for Ubuntu, Debian, and Debian-based distributions Debian Linux

Debian and Debian-based distributions such as Ubuntu utilize a special tool for managing packages known as APT. APT is able to automagically install all of the needed dependencies for a software package, as well as keep the package up to date, by scanning what are known as APT repositories. Debian-based distributions have their own repositories of software that include Wine, however we keep our own repository of the latest available packages here for download.

There used to be graphical instructions here, however we have found that the terminal commands are actually simpler to describe and quicker for the user to input. Because the commands below use sudo, you may have to enter your user password after hitting enter.
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/sou ... hardy.list -O /etc/apt/sources.list.d/winehq.list

For Debian Etch (4.0):
sudo wget http://wine.budgetdedicated.com/apt/sou ... /etch.list -O /etc/apt/sources.list.d/winehq.list

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

Now you can install Wine by clicking this link. Alternatively, you can install by going to Applications->Add/Remove and searching for Wine.
結果最後```RT。。。

发表于 : 2008-07-12 12:09
szjuntao
問題
後來用sudo apt-get install wine裝
顯示: wine: 依赖: winbind 但是它将不会被安装
sudo apt-get install winbind
顯示: winbind: 依赖: samba-common (= 3.0.28a-1ubuntu4.1) 但是 3.0.28a-1ubuntu4.4 正要被安装
無語
我要怎麽辦???? :em19 :em19 :em19 :em21 :em21 :em21

发表于 : 2008-07-12 12:17
comp_286
sudo apt-get install binfmt-support winbind
http://wine.budgetdedicated.com/archive ... 1_i386.deb

发表于 : 2008-07-12 12:34
szjuntao

代码: 全选

正在读取软件包列表... 完成
正在分析软件包的依赖关系树       
读取状态信息... 完成             
binfmt-support 已经是最新的版本了。
binfmt-support 设定为手动安装。
有一些软件包无法被安装。如果您用的是不稳定(unstable)发行版,这也许是
因为系统无法达到您要求的状态造成的。该版本中可能会有一些您需要的软件
包尚未被创建或是它们还在新到(incoming)目录中。
下列的信息可能会对解决问题有所帮助:

下列的软件包有不能满足的依赖关系:
  winbind: 依赖: samba-common (= 3.0.28a-1ubuntu4.1) 但是 3.0.28a-1ubuntu4.4 正要被安装
E: 无法安装的软件包
還是不行啊

发表于 : 2008-07-12 13:03
comp_286
卸载 samba-common

发表于 : 2008-07-12 13:07
BigSnake.NET
sudo aptitude install wine

不行的话检查源版本是否和系统版本对应

发表于 : 2008-07-12 14:48
szjuntao
沒辦法最後降級裝了 0.9.61
再次過回幸福生活~~~ :D
謝謝各位 ----------Thank You All The Same!! :D

发表于 : 2008-07-13 13:29
Cnchina
刚才试了一下,先remove掉samba-common,然后再按指引上的装。