Next we will record the installation of some simple software in Ubuntu.
1. GCC installation:
View the GCC -- version command.
Run the apt-Get install GCC command to install the SDK.
2. Install RZ/SZ:
Run the apt-Get install lrzsz command to install RZ/Sz.
3. Install JDK/ANT/Maven:
Ant official address: http://ant.apache.org
Download the tar.gz package to your local computer and upload it to the Ubuntu machine.
Extract tar-XF * .tar.gz and put it in the/usr/local/Apache-ant-1.9.4/directory, and set the environment variable:
Export ant_home =/usr/local/Apache-ant-1.9.4
Export java_home =/usr/local/Java/jdk1.6.0 _ 45
Export Path = $ java_home/bin: $ path: $ ant_home/bin
Export classpath =.: $ java_home/lib/dt. jar: $ java_home/lib/tools. Jar
Set the/etc/profile file and append the ant_home environment variable to the back.
JDK/Maven settings are similar.