24小时热门版块排行榜    

查看: 3191  |  回复: 27

wuy069

铁杆木虫 (正式写手)

引用回帖:
20楼: Originally posted by 独孤狼 at 2013-10-10 20:20:51
chmod +x gview.exe
然后到ubuntu软件中心里面把所有32位的库都装上试试...

我第一贴就回复他chmod 755 gview.exe  #(跟+x效果一样),他说不行
21楼2013-10-10 20:35:59
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

wuy069

铁杆木虫 (正式写手)

【答案】应助回帖

首先,你直接用ubuntu下载那安装包,再在终端下解压tar -zxvf gv-412-Linux-x86.tar.gz
然后安装32位库,sudo apt-get install ia32-libs
如果提示依赖关系(没看到你之前8楼的恢复),执行
sudo apt-get -f install
依赖关系解决后,再安装
sudo apt-get install ia32-libs

然后就是写环境变量的了(在根目录的.bashrc里面写)
22楼2013-10-10 20:40:54
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

BZ11234

金虫 (小有名气)

引用回帖:
22楼: Originally posted by wuy069 at 2013-10-10 20:40:54
首先,你直接用ubuntu下载那安装包,再在终端下解压tar -zxvf gv-412-Linux-x86.tar.gz
然后安装32位库,sudo apt-get install ia32-libs
如果提示依赖关系(没看到你之前8楼的恢复),执行
sudo apt-get -f ins ...

把系统从13.04换成12.04,然后下载安装gv-412-Linux-x86.tar.gz,解压得到gv文件夹,内容如下
bin   gv4.key  gview.exe  help  READMEs                  xglinfo
data  gview    gvref      lib   Set_File_Protection.csh
然后安装32位库,sudo apt-get install ia32-libs:提示如下
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:
ia32-libs : Depends: ia32-libs-multiarch
E: Unable to correct problems, you have held broken packages.
然后执行sudo apt-get -f install ia32-libs-multiarch:提示如下
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:
ia32-libs-multiarch:i386 : Depends: bluez-alsa:i386 but it is not going to be installed
                            Depends: libgettextpo0:i386 but it is not going to be installed
                            Depends: gstreamer0.10-plugins-base:i386 but it is not going to be installed
                            Depends: gstreamer0.10-plugins-good:i386 but it is not going to be installed
                            Depends: gstreamer0.10-fluendo-mp3:i386 but it is not going to be installed
                            Depends: gtk2-engines:i386 but it is not going to be installed
                            Depends: gtk2-engines-murrine:i386 but it is not going to be installed
                            Depends: gtk2-engines-pixbuf:i386 but it is not going to be installed
                            Depends: gtk2-engines-oxygen:i386 but it is not going to be installed
                            Depends: gvfs:i386 but it is not going to be installed
                            Depends: ibus-gtk:i386 but it is not going to be installed
                            Depends: libacl1:i386 but it is not going to be installed
                            Depends: libao4:i386 but it is not going to be installed
                            Depends: libasound2:i386 but it is not going to be installed
                            Depends: libasound2-plugins:i386 but it is not going to be installed
                            Depends: libasyncns0:i386 but it is not going to be installed
                            Depends: libattr1:i386 but it is not going to be installed
                            Depends: libaudio2:i386 but it is not going to be installed
                            Depends: libcanberra-gtk-module:i386 but it is not going to be installed
                            Depends: libcap2:i386 but it is not going to be installed
                            Depends: libcapi20-3:i386 but it is not going to be installed
                            Depends: libcups2:i386 but it is not going to be installed
                            Depends: libcupsimage2:i386 but it is not going to be installed
                            Depends: libcurl3:i386 but it is not going to be installed
                            Depends: libdbus-glib-1-2:i386 but it is not going to be installed
                            Depends: libesd0:i386 but it is not going to be installed
                            Depends: libfontconfig1:i386 but it is not going to be installed
                            Depends: libfreetype6:i386 but it is not going to be installed
                            Depends: libgail-common:i386 but it is not going to be installed
                            Depends: libgconf-2-4:i386 but it is not going to be installed
                            Depends: libgdbm3:i386 but it is not going to be installed
                            Depends: libglapi-mesa:i386
                            Depends: libglu1-mesa:i386 but it is not going to be installed
                            Depends: libgphoto2-2:i386 but it is not going to be installed
                            Depends: libgphoto2-port0:i386 but it is not going to be installed
                            Depends: libgtk2.0-0:i386 but it is not going to be installed
                            Depends: libmpg123-0:i386 but it is not going to be installed
                            Depends: libncursesw5:i386 but it is not going to be installed
                            Depends: libnspr4:i386 but it is not going to be installed
                            Depends: libnss3:i386 but it is not going to be installed
                            Depends: libodbc1:i386 but it is not going to be installed
                            Depends: libopenal1:i386 but it is not going to be installed
                            Depends: libpulse-mainloop-glib0:i386 but it is not going to be installed
                            Depends: libqt4-dbus:i386 but it is not going to be installed
                            Depends: libqt4-network:i386 but it is not going to be installed
                            Depends: libqt4-opengl:i386 but it is not going to be installed
                            Depends: libqt4-qt3support:i386 but it is not going to be installed
                            Depends: libqt4-script:i386 but it is not going to be installed
                            Depends: libqt4-scripttools:i386 but it is not going to be installed
                            Depends: libqt4-sql:i386 but it is not going to be installed
                            Depends: libqt4-svg:i386 but it is not going to be installed
                            Depends: libqt4-test:i386 but it is not going to be installed
                            Depends: libqt4-xml:i386 but it is not going to be installed
                            Depends: libqt4-xmlpatterns:i386 but it is not going to be installed
                            Depends: libqtcore4:i386 but it is not going to be installed
                            Depends: libqtgui4:i386 but it is not going to be installed
                            Depends: libqtwebkit4:i386 but it is not going to be installed
                            Depends: librsvg2-common:i386 but it is not going to be installed
                            Depends: libsane:i386 but it is not going to be installed
                            Depends: libsdl-mixer1.2:i386 but it is not going to be installed
                            Depends: libsdl-image1.2:i386 but it is not going to be installed
                            Depends: libsdl-net1.2:i386 but it is not going to be installed
                            Depends: libsdl-ttf2.0-0:i386 but it is not going to be installed
                            Depends: libsdl1.2debian:i386 but it is not going to be installed
                            Depends: libsqlite3-0:i386 but it is not going to be installed
                            Depends: libssl0.9.8:i386 but it is not going to be installed
                            Depends: libssl1.0.0:i386 but it is not going to be installed
                            Depends: libstdc++5:i386 but it is not going to be installed
                            Depends: libstdc++6:i386 but it is not going to be installed
                            Depends: libxaw7:i386 but it is not going to be installed
                            Depends: libxml2:i386 but it is not going to be installed
                            Depends: libxp6:i386 but it is not going to be installed
                            Depends: libxslt1.1:i386 but it is not going to be installed
                            Depends: libxss1:i386 but it is not going to be installed
                            Depends: libxtst6:i386 but it is not going to be installed
                            Depends: odbcinst1debian2:i386 but it is not going to be installed
                            Depends: libpulsedsp:i386 but it is not going to be installed
                            Depends: xaw3dg:i386 but it is not going to be installed
                            Recommends: libgl1-mesa-glx:i386
                            Recommends: libgl1-mesa-dri:i386
E: Unable to correct problems, you have held broken packages.
郁闷!
23楼2013-10-10 23:10:28
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

wuy069

铁杆木虫 (正式写手)

让你执行sudo apt-get -f install而不是sudo apt-get -f install ia32-libs-multiarch,能不能看清楚再操作
24楼2013-10-11 07:59:13
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

BZ11234

金虫 (小有名气)

引用回帖:
24楼: Originally posted by wuy069 at 2013-10-11 07:59:13
让你执行sudo apt-get -f install而不是sudo apt-get -f install ia32-libs-multiarch,能不能看清楚再操作

sudo apt-get -f install 和sudo apt-get -f install ia32-libs-multiarch我都试过了,情况是一样的,所以就只写了sudo apt-get -f install ia32-libs-multiarch这一个,本来准备两个都写上的后来忘写了!
25楼2013-10-11 11:17:55
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

wuy069

铁杆木虫 (正式写手)

引用回帖:
25楼: Originally posted by BZ11234 at 2013-10-11 11:17:55
sudo apt-get -f install 和sudo apt-get -f install ia32-libs-multiarch我都试过了,情况是一样的,所以就只写了sudo apt-get -f install ia32-libs-multiarch这一个,本来准备两个都写上的后来忘写了!...

唉,连简单的32位库都不会装,你直接用32位的ubuntu得了,装上ape内核照样可以使用4G以上内存;如果你的ubuntu是服务器,你没必要在上面装GV,你用你的windows装GV就行。
你也可以用ubuntu的软件中心安装ia32-libs,软件中心也会自动给你解决依赖关系
26楼2013-10-11 11:57:01
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

黄金比例

木虫 (正式写手)

引用回帖:
26楼: Originally posted by wuy069 at 2013-10-10 15:57:01
唉,连简单的32位库都不会装,你直接用32位的ubuntu得了,装上ape内核照样可以使用4G以上内存;如果你的ubuntu是服务器,你没必要在上面装GV,你用你的windows装GV就行。
你也可以用ubuntu的软件中心安装ia32-lib ...

ubuntu 不是debian , 不是那么好装的!
27楼2014-01-12 18:57:33
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

黄金比例

木虫 (正式写手)

还需要人应助吗???????
28楼2014-01-12 19:00:10
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 BZ11234 的主题更新
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[基金申请] 如果此刻你正在为国基感到焦虑,不妨来听听这首《基金之外》 +3 scalable 2026-08-24 3/150 2026-08-24 15:02 by arzu_hma
[基金申请] 今日不放榜?网传国自然预计 8 月 27 日可查结果 +17 医学老男孩 2026-08-20 21/1050 2026-08-24 14:21 by refreshing11
[基金申请] 能否退出参与的面上项目解除限项 +15 koalala 2026-08-24 17/850 2026-08-24 14:16 by hhs666
[基金申请] 估计是周四 +4 archvillain 2026-08-18 4/200 2026-08-24 13:53 by zzuzxg
[基金申请] 我面上完蛋了 +8 且听虎啸 2026-08-20 9/450 2026-08-24 13:52 by zzuzxg
[基金申请] 2026国自然函评费到账 +17 羊腰板 2026-08-21 18/900 2026-08-24 12:03 by iaeyuan
[基金申请] 建议基金发布提前给出明确的时间点 +12 kulium 2026-08-21 15/750 2026-08-24 12:02 by iaeyuan
[基金申请] 朋友圈看到的 +7 wangzilk 2026-08-18 9/450 2026-08-24 10:50 by cmrandy
[基金申请] 让我中一个面上吧! +13 大萍1987 2026-08-20 16/800 2026-08-24 10:23 by 太傻了
[基金申请] 放榜前的不淡定 20+4 snowwithsea 2026-08-19 17/850 2026-08-24 10:20 by echo8914667
[基金申请] 明天应该可查了!? +4 chengyan1220 2026-08-23 4/200 2026-08-24 08:47 by gloomy6159
[基金申请] 什么时候开奖? +10 CrisMessi 2026-08-18 11/550 2026-08-24 06:50 by 开心的小狮子
[基金申请] 2026年的国家社科基金项目通讯评审的新规则与新动向、新挑战 +4 process2012 2026-08-23 5/250 2026-08-23 19:58 by jurkat.1640
[基金申请] filecode,4个jtjc了 +13 ziyangfang 2026-08-19 16/800 2026-08-22 17:08 by WH3796
[基金申请] 时间戳今天,20号变了 +5 archvillain 2026-08-20 5/250 2026-08-22 06:12 by hui_daxiao
[基金申请] 时间戳又变了 +13 wuchongjun 2026-08-20 19/950 2026-08-21 17:21 by 紫杉醇
[基金申请] 应该是下周三26日公布了吧? +4 哈哈蛤? 2026-08-21 4/200 2026-08-21 10:58 by Vivilian
[基金申请] 今天放榜没戏了吧 +9 yuleib84 2026-08-19 11/550 2026-08-21 10:06 by gltch
[基金申请] 基金啊基金 +4 longfie172 2026-08-20 4/200 2026-08-21 08:58 by mark mao
[基金申请] 明天放榜? +5 Shxjjxjkx 2026-08-18 5/250 2026-08-18 18:14 by -大大大大大-
信息提示
请填处理意见