Install Google Web Toolkit in Ubuntu
by admin on Feb.03, 2009, under General
#!/bin/bash
wget http://google-web-toolkit.googlecode.com/files/gwt-linux-1.5.3.tar.bz2 -P /tmp
tar xjf /tmp/gwt-linux-1.5.3.tar.bz2 -C /tmp
sudo mv /tmp/gwt-linux-1.5.3 /opt/gwt-linux
3 comments for this entry:
March 3rd, 2009 on 22:39
Thanks, that did it for me on Debian Lenny/AMD64
July 22nd, 2009 on 10:48
Did it for me too in Ubuntu Jaunty 9
August 26th, 2009 on 14:23
worked for my Janty too