Как установить Citrix ресивер xubuntu 13.04 64-bit
У кого-нибудь есть пошаговое руководство по установке ресивера Citrix на Xubuntu 13.04 64-bit?
Обновить
$ sudo apt-get install libmotif4 nspluginwrapper
... snip ...
Setting up libmotif4:amd64 (2.3.3-7ubuntu1) ...
Setting up nspluginviewer (1.4.4-0ubuntu5) ...
Setting up nspluginwrapper (1.4.4-0ubuntu5) ...
plugin dirs: nspluginwrapper: no appropriate viewer found for /usr/lib/flashplugin-installer/libflashplayer.so
Auto-update plugins from /usr/lib/mozilla/plugins
Looking for plugins in /usr/lib/mozilla/plugins
Segmentation fault (core dumped) Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
sudo dpkg --install Downloads/icaclient_12.1.0_amd64.deb
Selecting previously unselected package icaclient.
(Reading database ... 155808 files and directories currently installed.)
Unpacking icaclient (from .../icaclient_12.1.0_amd64.deb) ...
dpkg: dependency problems prevent configuration of icaclient:
icaclient depends on libc6-i386 (>= 2.7-1);
however: Package libc6-i386 is not installed. icaclient depends on ia32-libs;
however: Package ia32-libs is not installed.
icaclient depends on lib32z1;
however: Package lib32z1 is not installed. icaclient depends on lib32asound2;
however: Package lib32asound2 is not installed. dpkg:
error processing icaclient (--install): dependency problems -
leaving unconfigured Errors were encountered while processing: icaclient
1 ответ
Шаг 1. Откройте терминал и введите: sudo apt-get install libmotif4 nspluginwrapper
Шаг 2. Загрузите и установите приемник. Посмотрите следующее видео, чтобы понять, что загружать и чего ожидать при установке приемника: http://www.youtube.com/watch?v=JZVxNH76kj0(Ссылка на официальный Citrix Receiver 12.1.deb: https://www.citrix.com/downloads/citrix-receiver/receivers-by-platform/receiver-for-linux-121.html)
Шаг 3. После завершения скопируйте сертификаты в соответствующий каталог:sudo cp / usr / share / ca-Certificates/mozilla/* /opt/Citrix/ICAClient/keystore/cacerts
Шаг 4. При доступе к среде Citrix скажите браузеру открыть файл launch.ica (или launch.jsp), используя следующее в качестве приложения по умолчанию: /opt/Citrix/ICAClient/wfica.sh
Удачи!