ubuntu 安装 qt等软件

1 ubuntu安装qt4

sudo apt-get install qt4-dev-tools qt4-designer qt4-doc qt4-qtconfigqt4-demos qt4-qmake libqt4-sql-mysql qdevelop

2 ubuntu安装apche

sudo apt-get install apache2

sudo /etc/init.d/apache2 restart

3 ubuntu安装java

4 ubuntu安装tomcat

sudo apt-get install tomcat6

5 ubuntu安装arm-gcc

sudo apt-get install gcc-arm-linux-gnueabihf

原文地址:https://www.cnblogs.com/zym0805/p/4627282.html