Cannot install wine32-development
Tofloor
poster avatar
trosanna
deepin
2019-06-19 03:47
Author
Edited by trosanna at 2019-6-18 07:50

I have been trying to run a windows Steam installer via wine and it requests wine32-development be installed.
I cannot install this, when I try I get:
tanya@tanya-PC:~$ sudo apt install wine32-development:i386
Reading package lists... Done
Building dependency tree      
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
wine32-development:i386 : Depends: libwine-development:i386 (= 2.0-3+b2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

I have tried to remove the broken packages but I dont know how to any further.
I tried synaptic and it doesn't show any broken packages.
also tried
  1. sudo apt-get install -f
Copy the Code
and
  1. sudo dpkg–configure -a
Copy the Code
and
  1. sudo apt update –fix-missing
Copy the Code

but thats the most I can find online and none of them work. I have a 64 bit machine.

Also just tried
sudo apt-get check
Reading package lists... Done
Building dependency tree      
Reading state information... Done

Looks to me like I have no broken packages even though it says I do.


Reply Favorite View the author
All Replies
走钢丝
deepin
2019-06-21 02:52
#1
I have a 64 bit machine too.I tried it, and I never meet the problems you mentioned above.
  1. ljd@ljd-PC:~/Desktop$ sudo apt install wine32-development:i386
  2. 正在读取软件包列表... 完成
  3. 正在分析软件包的依赖关系树      
  4. 正在读取状态信息... 完成      
  5. 将会同时安装下列软件:
  6.   fonts-wine libwine-development:i386
  7. 建议安装:
  8.   cups-bsd:i386 ttf-mscorefonts-installer:i386 libwine-gecko-2.47:i386
  9.   wine32-development-preloader:i386
  10. 推荐安装:
  11.   wine-development:i386
  12. 下列【新】软件包将被安装:
  13.   fonts-wine libwine-development:i386 wine32-development:i386
  14. 升级了 0 个软件包,新安装了 3 个软件包,要卸载 0 个软件包,有 1 个软件包未被升级。
  15. 需要下载 19.3 MB 的归档。
  16. 解压缩后会消耗 174 MB 的额外空间。
  17. 您希望继续执行吗? [Y/n] y
  18. 获取:1 http://packages.deepin.com/deepin lion/main amd64 fonts-wine all 1.8.7-2 [213 kB]
  19. 获取:2 http://packages.deepin.com/deepin lion/main i386 libwine-development i386 2.0-3+b2 [18.8 MB]
  20. 获取:3 http://packages.deepin.com/deepin lion/main i386 wine32-development i386 2.0-3+b2 [250 kB]
  21. 已下载 19.3 MB,耗时 3秒 (5,916 kB/s)            
  22. 正在选中未选择的软件包 fonts-wine。
  23. (正在读取数据库 ... 系统当前共安装有 253932 个文件和目录。)
  24. 正准备解包 .../fonts-wine_1.8.7-2_all.deb  ...
  25. 正在解包 fonts-wine (1.8.7-2) ...
  26. 正在选中未选择的软件包 libwine-development:i386。
  27. 正准备解包 .../libwine-development_2.0-3+b2_i386.deb  ...
  28. 正在解包 libwine-development:i386 (2.0-3+b2) ...
  29. 正在选中未选择的软件包 wine32-development:i386。
  30. 正准备解包 .../wine32-development_2.0-3+b2_i386.deb  ...
  31. 正在解包 wine32-development:i386 (2.0-3+b2) ...
  32. 正在设置 fonts-wine (1.8.7-2) ...
  33. 正在设置 libwine-development:i386 (2.0-3+b2) ...
  34. 正在处理用于 libc-bin (2.24-11+deb9u3) 的触发器 ...
  35. 正在设置 wine32-development:i386 (2.0-3+b2) ...
Copy the Code


Your problem is, the depency:libwine-development:i386 cannot be auto installed.But I've seen it on page:https://packages.debian.org/stretch/libwine-development, it should be able to easily installed the package with apt.


Reply View the author
trosanna
deepin
2019-06-21 10:10
#2
I did recently add the panda source as well. I tried adding 32 bit wine using lion and panda and neither work. Not even certain how to fix the broken packages I supposedly have. Thought this fail to install is only for wine. I was able to install crossover and geany just fine.
Reply View the author
走钢丝
deepin
2019-06-21 16:36
#3
https://bbs.deepin.org/post/179479
I did recently add the panda source as well. I tried adding 32 bit wine using lion and panda and nei ...

May you download the deb file of the depency: fonts-wine libwine-development:i386, and install them with dpkg?
fonts-wine  https://packages.debian.org/stretch/all/fonts-wine/download
libwine-development:i386  https://packages.debian.org/stre ... evelopment/download

And then, sudo apt install wine32-development:i386.
Reply View the author