Linux installation zip/unzip/g++ and other software

Source: Internet
Author: User

Recently, the company newly configured a 64-bit cloud server, to deploy the time found that there is no installation of Zip/unzip compression decompression software.

So I have to install the two software, Linux is best used or yum. Two instructions are installed.

First list the Software installation package:

#yum List |grep Zip/unzip

A bunch of installation package names will appear. Then it is installed directly.

#yum Install Zip

# Yum Install unzip

OK, now you can use Zip/unzip to encrypt and decrypt the document.

Then at compile time found error: Gcc:error trying to exec ' cc1plus ': execvp:no such file or directory

Use gcc-v/g++-V to view the GCC version and discover that g++ is not installed. Just start installing g++

#yum List |grep gcc

Locate the installation package, the package name is gcc-c++.x86_64, and then start the installation.

# Yum Install gcc-c++

And then compile it to succeed.

# Yum Install unzip

Linux installation zip/unzip/g++ and other software

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.