web-dev-qa-db-fra.com

Comment installer Citrix Receiver xubuntu 13.04 64-bit

Quelqu'un a-t-il un aperçu de l'installation de Citrix Receiver sur Xubuntu 13.04 64 bits?


Mise à jour

$ 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
Bård S

Étape 1. Ouvrez un terminal et entrez: Sudo apt-get install libmotif4 nspluginwrapper

Étape 2. Téléchargez et installez le récepteur. Regardez la vidéo suivante pour comprendre ce qu’il faut télécharger et ce à quoi vous attendre lors de l’installation du récepteur: http://www.youtube.com/watch?v=JZVxNH76kj (Lien vers le Citrix Receiver officiel 12.1 .deb: https://www.citrix.com/downloads/citrix-receiver/receivers-by-platform/receiver-for-linux -121.html )

Étape 3. Une fois terminé, copiez les certificats dans le répertoire approprié: Sudo cp/usr/share/ca-certificates/mozilla/*/opt/Citrix/ICAClient/keystore/cacerts

Étape 4. Lorsque vous accédez à l'environnement Citrix, indiquez au navigateur d'ouvrir launch.ica (ou launch.jsp) en utilisant ce qui suit comme application par défaut: /opt/Citrix/ICAClient/wfica.sh

Bonne chance!

1
vroomvroom