Food for thought; getting the path based on the version?
glennt@glenn-arch:NONE:/home/glennt
$ url='https://www.citrix.com/downloads/workspace-app/legacy-workspace-app-for-linux'
glennt@glenn-arch:NONE:/home/glennt
$ curl -sL "$url" | grep workspace-app-for-linux-latest
<a href="/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-latest11.html">Citrix Workspace app 2303 for Linux</a>
<a href="/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-latest6.html">Citrix Workspace app 2302 for Linux</a>
<a href="/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-latest5.html">Citrix Workspace app 2212 for Linux</a>
<a href="/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-latest4.html">Citrix Workspace app 2211 for Linux</a>
<a href="/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-latest3.html">Citrix Workspace app 2209 for Linux</a>
<a href="/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-latest-OLD1.html">Citrix Workspace app 2207 for Linux GA</a>
<a href="/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-latest2.html">Citrix Workspace app 2205 for Linux</a>
<a href="/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-latest.html">Citrix Workspace app 1906 for Linux</a>
glennt@glenn-arch:NONE:/home/glennt
$ pkgver=23.3.0.32
glennt@glenn-arch:NONE:/home/glennt
$ curl -sL "$url" | awk -v VER=${pkgver:0:4} -F'"' '/workspace-app-for-linux-latest/ && $0 ~ VER {print "https://www.citrix.com"$2}'
https://www.citrix.com/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-latest11.html
Pinned Comments
buzo commented on 2021-06-26 12:42 (UTC) (edited on 2023-02-02 09:00 (UTC) by buzo)
If you cannot build because of a missing tar ball or a failed sha256 checksum validation, then the package is most likely outdated and they have removed the old version already. In this case, please click on “Flag package out-of-date”.
evanator commented on 2020-07-02 06:46 (UTC)
Found a fix for "authentication service could not be contacted"
Edit the config file under /home/username/.ICAClient\WFClient.ini and add a new line SSLCiphers=ALL save file and run "killall AuthManagerDaemon ServiceRecord selfservice storebrowse"
Relaunch Citrix and you should be fine