Guacamole Installation: Difference between revisions

From blinkenwiki

No edit summary
No edit summary
Line 7: Line 7:


So, had to install from source. Installation of prerquisites:
So, had to install from source. Installation of prerquisites:
Required stuff:


<pre>
<pre>
Line 15: Line 17:
sudo apt install libossp-uuid-dev
sudo apt install libossp-uuid-dev
</pre>
</pre>
Optional stuff:
<pre>
sudo apt install libvncclient1

Revision as of 19:31, 1 June 2021

These are supposed to be the only necessary steps to install Guacamole, but the add-repository step didn't work:

sudo add-apt-repository ppa:guacamole/stable
sudo apt-get install guacamole-tomcat

So, had to install from source. Installation of prerquisites:

Required stuff:

sudo apt install libcairo2-dev
sudo apt install libjpeg-turbo8-dev
sudo apt install libpng-dev
sudo apt install libtool-bin
sudo apt install libossp-uuid-dev

Optional stuff:

sudo apt install libvncclient1