Centos7 install Eclipse and other tar.gz files and graphics tutorials

Source: Internet
Author: User
Tags gtk

First, download the Eclipse for Linux 64bit file on the Eclispse Web site about 158M, and then download it under your "Master File" folder. The folder will have a tar.gz compressed file named eclipse-java-luna-sr2-linux-gtk-x86_64.

Here's a few of the most common ways to install programs in a CENTOS7 system:

1 One is the source code of the software, you need to manually compile it. This software installation package is typically a tar package with gzip compression (suffix is. tar.gz).
2 Another is the software executable program, you just install it on it. This software installation package is usually an RPM package (Redhat Linux Packet Manager, the Redhat Package Manager), and the suffix is. rpm. Double-clicking a file of that type will automatically install.

Today, the first method is written here.

We found the compressed file just downloaded in the folder, under the folder right mouse, will appear in the window open options, click, the effect as shown:


In the open terminal, enter TAR-XZVF eclipse-java-luna-sr2-linux-gtk-x86_64.tar.gz so that the compressed file is extracted to the current folder:


CD eclipse enters the extracted Eclipse folder and enters LS to view all files in the current directory, as shown in:


The Green Representative executable file, the original eclipse as long as the download installation package, directly extracted without installation, you can directly use, so in the extracted Eclipse folder click the Eclipse icon to open Eclipse use.

Here, because Eclipse is special, the normal compressed files extracted into the specified directory, the need for installation, the main method of installation of three kinds:

See what files are in the Eclipse directory, as shown in the previous illustration:

1 if it is a configure file, execute:
#./configure
#make
#make Install
2 If it is a makefile file, execute:
#make
#make Install
3 If it is a Imake file, execute:
#xmkmf
#make

#make install here I will not say more, the concrete can go to reference the summary of predecessors: http://blog.csdn.net/jackalfly/article/details/7582409 think the summary is good.

Or that sentence, do not lazy, hands-on operation, careful observation is the most effective way to learn.


Related Article

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.