Skip to content

Instantly share code, notes, and snippets.

@bcamargogui
Created January 14, 2019 10:36
Show Gist options
  • Save bcamargogui/dd5e263421d886ab84df4de429443167 to your computer and use it in GitHub Desktop.
Save bcamargogui/dd5e263421d886ab84df4de429443167 to your computer and use it in GitHub Desktop.
Install Citrix Receiver on Ubuntu 18.04 LTS
Download on https://www.citrix.com/downloads/citrix-receiver/linux/receiver-for-linux-latest.html
If you got a problem seem like this: "Cannot connect 0.0.0.2", try bellow
# cd /opt/Citrix/ICAClient/keystore/
# mv cacerts cacerts.old
# ln -s /etc/ssl/certs cacerts
# /opt/Citrix/ICAClient/util/ctx_rehash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment