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

Wine、Cedega、CrossOver 等配置
回复
头像
szjuntao
帖子: 285
注册时间: 2008-01-25 9:55
来自: 深圳中學高中部

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

#1

帖子 szjuntao » 2008-07-12 12:09

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。。。
上次由 szjuntao 在 2008-07-12 12:13,总共编辑 1 次。
唉,在中國高中苦了三年,本來應該晉升到中國的大學好好耍個四年的...
結果「不知爲了什麼」愣是考去了美帝。現在日子天天如高三:各種考試、各種作業、各種...
头像
szjuntao
帖子: 285
注册时间: 2008-01-25 9:55
来自: 深圳中學高中部

#2

帖子 szjuntao » 2008-07-12 12:09

問題
後來用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
附件
problem.jpg
唉,在中國高中苦了三年,本來應該晉升到中國的大學好好耍個四年的...
結果「不知爲了什麼」愣是考去了美帝。現在日子天天如高三:各種考試、各種作業、各種...
头像
comp_286
帖子: 178
注册时间: 2006-03-12 14:17

#3

帖子 comp_286 » 2008-07-12 12:17

sudo apt-get install binfmt-support winbind
http://wine.budgetdedicated.com/archive ... 1_i386.deb
头像
szjuntao
帖子: 285
注册时间: 2008-01-25 9:55
来自: 深圳中學高中部

#4

帖子 szjuntao » 2008-07-12 12:34

代码: 全选

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

下列的软件包有不能满足的依赖关系:
  winbind: 依赖: samba-common (= 3.0.28a-1ubuntu4.1) 但是 3.0.28a-1ubuntu4.4 正要被安装
E: 无法安装的软件包
還是不行啊
唉,在中國高中苦了三年,本來應該晉升到中國的大學好好耍個四年的...
結果「不知爲了什麼」愣是考去了美帝。現在日子天天如高三:各種考試、各種作業、各種...
头像
comp_286
帖子: 178
注册时间: 2006-03-12 14:17

#5

帖子 comp_286 » 2008-07-12 13:03

卸载 samba-common
头像
BigSnake.NET
帖子: 12522
注册时间: 2006-07-02 11:16
来自: 廣州
联系:

#6

帖子 BigSnake.NET » 2008-07-12 13:07

sudo aptitude install wine

不行的话检查源版本是否和系统版本对应
^_^ ~~~
要理解递归,首先要理解递归。

地球人都知道,理论上,理论跟实际是没有差别的,但实际上,理论跟实际的差别是相当大滴。
头像
szjuntao
帖子: 285
注册时间: 2008-01-25 9:55
来自: 深圳中學高中部

#7

帖子 szjuntao » 2008-07-12 14:48

沒辦法最後降級裝了 0.9.61
再次過回幸福生活~~~ :D
謝謝各位 ----------Thank You All The Same!! :D
唉,在中國高中苦了三年,本來應該晉升到中國的大學好好耍個四年的...
結果「不知爲了什麼」愣是考去了美帝。現在日子天天如高三:各種考試、各種作業、各種...
Cnchina
帖子: 23
注册时间: 2008-06-25 13:16

#8

帖子 Cnchina » 2008-07-13 13:29

刚才试了一下,先remove掉samba-common,然后再按指引上的装。
回复