Difference between revisions of "Guacamole 0.3.0 on Ubuntu 10.04"
From Linuxintro
Line 1: | Line 1: | ||
http://sourceforge.net/projects/guacamole/files/testing/binary/linux-x86-64/ubuntu-10.04/bundle/guacamole-0.3.0-ubuntu-10.04-x86-64.tar.gz/download | http://sourceforge.net/projects/guacamole/files/testing/binary/linux-x86-64/ubuntu-10.04/bundle/guacamole-0.3.0-ubuntu-10.04-x86-64.tar.gz/download | ||
− | |||
Here is what I did to configure Guacamole on 2011-06-25 using a rackspace server with Ubuntu 10.04 x64: | Here is what I did to configure Guacamole on 2011-06-25 using a rackspace server with Ubuntu 10.04 x64: | ||
Line 7: | Line 6: | ||
* install some software | * install some software | ||
apt-get install tomcat6 libvncserver0 | apt-get install tomcat6 libvncserver0 | ||
+ | |||
+ | * download a package from [http://sourceforge.net/projects/guacamole/files/testing/binary/linux-x86-64/ubuntu-10.04/bundle/guacamole-0.3.0-ubuntu-10.04-x86-64.tar.gz/download here] | ||
+ | |||
+ | = See also = | ||
+ | * http://guac-dev.org/Debian%20Install%20Instructions |
Revision as of 05:00, 26 June 2011
Here is what I did to configure Guacamole on 2011-06-25 using a rackspace server with Ubuntu 10.04 x64:
- install some software
apt-get install tomcat6 libvncserver0
- download a package from here