Ubuntu software installation record 1

Source: Internet
Author: User

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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.