Como instalar o receptor do Citrix xubuntu 13.04 64-bit [duplicado]

1

Alguém tem um passo a passo sobre a instalação do receptor Citrix no Xubuntu 13.04 64-bit?

Atualizar

$ 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 
    
por Bård S 19.06.2013 / 08:46

1 resposta

1

Passo 1. Abra um terminal e digite: sudo apt-get instalar libmotif4 nspluginwrapper

Etapa 2. Baixe e instale o receptor. Veja o vídeo a seguir para entender o que baixar e o que esperar ao instalar o receptor: link (Link para o Citrix Receiver 12.1 oficial .deb: link )

Etapa 3. Quando concluir, copie os certificados para o diretório correto: sudo cp / usr / share / certificados de ca / mozilla / * / opt / Citrix / ICAClient / keystore / cacerts

Etapa 4. Ao acessar o ambiente Citrix, informe ao navegador para abrir o launch.ica (ou launch.jsp) usando o seguinte como aplicativo padrão: /opt/Citrix/ICAClient/wfica.sh

Boa sorte!

    
por vroomvroom 03.07.2013 / 12:13