Ubuntu 14.04 amd64,需要安装Citrix Reciever,直接安装提示需要ia32-libs,但是各
种更新源都找不到,网上搜索是在某版本(13.04?)后已经不再提供……依赖的包一层套一层,
层层嵌套下去,而且都找不到。
找了Citrix官方的说明(http://support.citrix.com/article/CTX139854)照
做,一番操作后安 装似乎成功,出现程序图标,但是无法正常启动和调用。
在Windows就不用说了,在Mac OSX中安装也很简单。
有没有安装成功的大侠?
是不是只能等Citrix来解决?
Ubuntu 14.04安装Citrix Reciever不成功
- a0617372
- 帖子: 32
- 注册时间: 2009-09-27 16:19
- parry_all
- 帖子: 732
- 注册时间: 2008-07-01 9:53
- 来自: Dunedin, New Zealand
Re: Ubuntu 14.04安装Citrix Reciever不成功
我刚刚安装成功,具体步骤就是到
http://www.citrix.com/downloads/citrix- ... x-131.html
下载你所需要的版本,我的是14.04 64位,然后双击下载的deb文件进行安装,期间程序会自动补齐所需要的软件包。等待安装成功之后,还需要将浏览器的certificate拷贝到Citrix的安装路径上,具体的方法就是:
重新启动浏览器,然后访问单位的网站就可以顺利登录远端桌面了。没有上面的命令,会导致SSL error 61错误而导致无法登录。
http://www.citrix.com/downloads/citrix- ... x-131.html
下载你所需要的版本,我的是14.04 64位,然后双击下载的deb文件进行安装,期间程序会自动补齐所需要的软件包。等待安装成功之后,还需要将浏览器的certificate拷贝到Citrix的安装路径上,具体的方法就是:
代码: 全选
sudo cp /usr/share/ca-certificates/mozilla/* /opt/Citrix/ICAClient/keystore/cacerts/
心如苍井空似水,意比松岛枫叶飞。窗外武藤兰花香,情似饭岛爱相随。
- a0617372
- 帖子: 32
- 注册时间: 2009-09-27 16:19
Re: Ubuntu 14.04安装Citrix Reciever不成功

我也刚安装了icaclient_13.1.0.285639_amd64.deb,也就是最新的13.1版,又和你类似加载了根证书,现在总算可以了!
Chromium浏览器可以,但Firefox失败。
参考:
http://support.citrix.com/proddocs/topi ... certs.html
Use a root certificate
If you need to authenticate a server certificate that was issued by a certificate authority and is not yet trusted by the user device, follow these instructions before adding a StoreFront store.
Obtain the root certificate in PEM format.
Tip: If you cannot find a certificate in this format, use the openssl utility to convert a certificate in CRT format to a .pem file.
As the user who installed the package (usually root):
Copy the file to $ICAROOT/keystore/cacerts.
Run the following command:
$ICAROOT/util/ctx_rehash
$ICAROOT就是/opt/Citrix/ICAClient