After the computer installed Linux system, the system default installation software is not aligned, you need to install some of the software according to their own needs, in the Linux system, the most used is synaptic package Manager, what is synaptic? New Rieter (Synaptic) is a graphical front end of the package management tool apt for Debian and its derived versions such as the Ubuntu Linux operating system. It combines the simple operation of a graphical interface with the power of the Apt-get command-line tool. You can use the new installation, delete, configure, upgrade package, browse, sort, search, and manage the software repository or upgrade the entire system. You can do a series of operations to form operations queues and execute them together. The new rieter will prompt you for possible dependencies (additional packages required for the package you have selected) and conflicts between the packages you have selected and the packages already installed on your system.
A
1.
Eclipse Installation:
First, searching for Eclipse in Synaptic Package Manager, why Choose Synaptic Package Manager, one of them is that this management tool will help us to install the software associated with the necessary software will also be installed, Then tick eclipse and its corresponding package will be installed, but if you want eclipse to run a C + + program, you will also need to find the ECLIPSE-CDT-QT package, which will not install automatically with Eclipse installation
After installing these packages you need to install g++, the same way, the g++ installed, in order to enable Eclipse to run C + + program, you need to configure the Eclipse parameter path
Note the selection of the project analogy, as well as the modification of the plot, where/usr/bin/is the path we modified, you can verify whether the C + + program can be run, here if the installation is correct, you can run the C + + program normally.
2.
To install Pydev in Eclipse, we can enter the appropriate website address in help--"Install new software, as
After installation, Eclipse cannot run the Python program because python3.x is not installed on our computer, The general system will install python2.7 by default, but this version is not enough for future programming, so you need to install at least 3.0 or more, search for installation Python3 in synaptic, install eclipse after installation, and configure the diagram as follows
Click OK, at which time Eclipse can run the Python program.
Two
Installation of CMake
310 Lab Linux Software Installation FAQs