I’m trying to install the ThinLinc server software on my Linux Mint laptop but I am getting the following errors:
Error: PyGTK not found.
PyGTK is required for ThinLinc’s graphical installer.
To install PyGTK, please run this command:
sudo apt install python-gtk2
Would you like to run this command now?
Alternatively, run this program from a terminal without the
DISPLAY environment variable set to get the text mode fallback.
I then try to install pygtk and then get this error:
E: Unable to locate package python-gtk2
Installation failed. Please report this issue to ThinLinc support.
Visit Support | ThinLinc by Cendio for information on how to contact us.
Press Enter to close this terminal…
If I try to run it from the terminal I still get the same errors. I have spent hours trying to figure this out but have been unsuccessful so far. How do I run the program from the terminal without the display environment variable set or how else can I get this to install?