Need to do some edit with sudo for Citrix

Asked by Brad

Hi,

I need to edit in sudo for Citrix to Work.

Please tell me the simplest way to edit the below in sudo please.
 Thanks..........

/opt/Citrix/ICAClient/util/hdxcheck.sh

Look back through the messages displayed to check that it found libjpeg.so, as it might fail to do so despite it being installed. If it failed to find it then you can edit /opt/Citrix/ICAClient/util/hdxcheck.sh and change

Lib=find *libjpeg.so*

to

Lib=find / -name *libjpeg.so*

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-terminal Edit question
Assignee:
No assignee Edit question
Solved by:
Brad
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is the output of:

sudo updatedb; locate libjpeg.so; lsb_release -a; uname -a

Thanks

Revision history for this message
Ada Wah (ailurius) said :
#2

You can run this to edit in the console:

sudo nano /opt/Citrix/ICAClient/util/hdxcheck.sh

Or this if you prefer a graphical editor:

gsudo gedit /opt/Citrix/ICAClient/util/hdxcheck.sh

Revision history for this message
Brad (newlinux1) said :
#3

Thank you both for your time and patients.

Many thanks.