Wine 出自Ubuntu中文 安装 wine ubuntu 官方自带了 wine , 但是推荐用 winehq 官方提供的最新版本 wine , 新版本解决了很多以前显得麻烦的问题, 请照下边说的来安装 先增加签名:: wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add - 增加 wine 源,按你的 Ubuntu 版本执行下边相应的程序 Ubuntu Hardy (8.04) 请执行这个:: sudo wget http://wine.budgetdedicated...
sudo aptitude -y install wine 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/38994/showart_520203.html
安装winetools。 如以下网址:http://www.winehq.org/site/download-deb 添加最新源到新立得软件包管理器: 系统=》系统管理=》新立得软件包管理器=》设置=》软件库=》添加=》自定义=》输入“deb http://wine.sourceforge.net/apt/ binary/”=》添加仓库=》确定=》刷新=》搜索=》winetools=》选定软件包“winetools”=》应用 至此winetools安装完成,wine作为winetools所依赖的软件包被自动安装。需要注意的是,从...
我的 linux下装wine,出现下面的提示: you are running wineinstall as root, this is not advisable please reun as a user Aborting. 这是怎么回事啊帮忙阿 [ 本帖最后由 lunchan 于 2006-8-10 11:08 编辑 ]
我的 linux下装wine,出现下面的提示: you are running wineinstall as root, this is not advisable please reun as a user Aborting. 这是怎么回事啊帮忙阿 [ 本帖最后由 lunchan 于 2006-8-10 11:08 编辑 ]
我都照着官方给出的方法做的,用他们推荐的程序做了启动盘,“run ubuntu from usb”都好好的,安装时除了报apt配置错误其他都正常,可reboot出来后咋就一黑屏呢?问题会出在哪儿?引导上?该如何解决? 用它那个启动盘制作程序做的fedora16都装的好好的,我最后甚至就先装fedora16,让它帮我分好区和装好bootloader,然后再在它的根分区上装ubuntu11,可启动后grub load完告诉我找不到系统了,唉~ 后来还尝试手动分根和交换分区...
我使用 lsb_release 命令也可以查看 Ubuntu 的版本号,与方法一相比,内容更为详细。执行指令如下: sudo lsb_release -a 将输出结果: Distributor ID: Ubuntu Description: Ubuntu 11.04 Release: 11.04 Codename: natty 请问下Codename: natty 代表是什么意思呢? 是否和redhat版本的信息差不到,我不是很清楚。帮忙解答下,谢谢!
Error: package wine-1.7.52-1.fc22.x86_64 requires wine-pulseaudio(x86-32) = 1.7.52-1.fc22, but none of the providers can be installed (try to add '--allowerasing' to command line to replace conflicting packages) 64bit 的系统,安装WINE,为啥还提示要wine-pulseaudio(x86-32)的依赖呢?是打包问题,还是dnf 依赖解析错误呢?如何解决或者回避类似错误?
我下载wine解压后,./configure后出错,信息如下: checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross comp...
先来个wine的官网吧http://www.winehq.org/ 先配置CentOS的非官方源(即yum的非官方源) 在服务器构建的过程中,我们将要用到的一些工具不存在于CentOS中yum的官方库中,所以需要定义yum的非官方库文件,让一些必需的工具通过yum也能够安装。 接着输入命令:yum update 待更新完后,输入:yum install wine 安装wine,等它下载安装完成,在安装的时候有提示输入root密码,输入即可,这样就安装好了wine,接着就是配置了,首先挂载c...