我们如何在 wine 中为 32 位 ubuntu 安装 python3?
使用winetricks python2.7是可能的,但我的应用程序是用 python3 编写的
我没有 Windows 来测试我的应用程序,所以我要走这条艰难的路
我想在大约 20 台 PC 上安装 wine1.4,但不知道需要多少个软件包。我已经检查了依赖项,apt-cache showpkg wine1.4但对于某些包,它给出了如下错误:
E: Can't select candidate version from package ttf-symbol-replacement as it has no candidate
Run Code Online (Sandbox Code Playgroud)
以下是依赖项中列出的包:
1.4.1-0ubuntu7 - debconf debconf-2.0 libc6 libgettextpo0 binfmt-support procps dpkg dosbox cups-bsd fonts-droid fonts-liberation
fonts-horai-umefont fonts-unfonts-core gnome-exe-thumbnailer kde-runtime ttf-mscorefonts-installer ttf-wqy-microhei winbind winetricks
xdg-utils wine1.0 ttf-symbol-replacement ttf-symbol-replacement-wine1.3 ttf-tahoma-replacement wine wine1.2 ttf-symbol-replacement
ttf-symbol-replacement-wine1.3 ttf-tahoma-replacement wine wine1.0 wine1.2
Run Code Online (Sandbox Code Playgroud)
我设法从中下载了 21 个软件包。很明显我在某个地方出错了,那么检查所有依赖项并下载这些包的确切程序是什么?