# sudo apt-get install XXX
安装依赖:sudo apt-get -f install
# sudo dpkg -i xxx.deb
ubuntu安装webstorm:
# sudo apt-get install default-jdk
然后解压webstorm安装包,运行bin/webstorm.sh
# sh bin/webstorm.sh
至此webstorm安装完成
注册时选择“License server”输入“http://idea.lanyus.com/”点击“OK”
原文:http://www.cnblogs.com/abelsu/p/5196707.html