How to install Linux online software gcc online

How to install Linux online software gcc online

Linux online installation related commands:

yum install: install all
yum install <package>: install the specified package
yum groupinsall <program group>: Install program group
yum -y update: upgrade all packages, change software settings and system settings, and upgrade system versions and kernels
yum -y upgrade: upgrade all packages, do not change software settings and system settings, upgrade the system version, and do not upgrade the kernel
yum update <package>: Update the specified package
yum check-update: Check for updatable programs
yum upgrade <package>: upgrade the specified package
yum info <package>: Display package information
yum list: Displays all installed and installable packages
yum list <package>: Displays the installation status of the specified package
yum groupinfo <program group>: Display information about the program group
yum search <keyword>: Search for packages based on keywords
yum remove/erase <package>: delete the package
yum groupremove <program group>: delete the program group
yum deplist <package>: View package dependencies
yum clean <package>: Clear the package in the cache directory
yum clean headers: Clear the rpm header files in the cache directory

-------------------Test Network

[root@bogon bin]# ping www.baidu.com
PING www.a.shifen.com (163.177.151.110) 56(84) bytes of data.
64 bytes from 163.177.151.110: icmp_seq=1 ttl=128 time=8.34 ms
64 bytes from 163.177.151.110: icmp_seq=2 ttl=128 time=9.35 ms
64 bytes from 163.177.151.110: icmp_seq=3 ttl=128 time=9.18 ms
64 bytes from 163.177.151.110: icmp_seq=4 ttl=128 time=8.55 ms
64 bytes from 163.177.151.110: icmp_seq=5 ttl=128 time=8.74 ms
64 bytes from 163.177.151.110: icmp_seq=6 ttl=128 time=10.0 ms
64 bytes from 163.177.151.110: icmp_seq=7 ttl=128 time=9.00 ms
64 bytes from 163.177.151.110: icmp_seq=8 ttl=128 time=10.7 ms
64 bytes from 163.177.151.110: icmp_seq=9 ttl=128 time=12.3 ms
64 bytes from 163.177.151.110: icmp_seq=10 ttl=128 time=9.10 ms
64 bytes from 163.177.151.110: icmp_seq=11 ttl=128 time=59.8 ms
64 bytes from 163.177.151.110: icmp_seq=12 ttl=128 time=10.7 ms
64 bytes from 163.177.151.110: icmp_seq=13 ttl=128 time=10.7 ms

-------------------Search gcc


[root@bogon ~]# yum search gcc
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
* base: centos.ustc.edu.cn
* extras: centos.ustc.edu.cn
* updates: centos.ustc.edu.cn
======================================== N/S Matched: gcc =========================================
gcc-c++.x86_64 : C++ support for GCC
gcc-gnat.x86_64 : Ada 95 support for GCC
gcc-java.x86_64 : Java support for GCC
gcc-objc.x86_64 : Objective-C support for GCC
gcc-objc++.x86_64 : Objective-C++ support for GCC
libgcc.x86_64 : GCC version 4.4 shared support library
libgcc.i686 : GCC version 4.4 shared support library
compat-gcc-34.x86_64 : Compatibility GNU Compiler Collection
compat-gcc-34-c++.x86_64 : C++ support for compatibility compiler
compat-gcc-34-g77.x86_64 : Fortran 77 support for compatibility compiler
gcc.x86_64 : Various compilers (C, C++, Objective-C, Java, ...)
gcc-gfortran.x86_64 : Fortran support
libgcj.i686 : Java runtime library for gcc
libgcj.x86_64 : Java runtime library for gcc
libgcj-devel.i686 : Libraries for Java development using GCC
libgcj-devel.x86_64 : Libraries for Java development using GCC
libgcj-src.x86_64 : Java library sources from GCC4 preview
libgomp.x86_64 : GCC OpenMP v3.0 shared support library
libgomp.i686 : GCC OpenMP v3.0 shared support library
libmudflap.i686 : GCC mudflap shared support library
libmudflap.x86_64 : GCC mudflap shared support library
libmudflap-devel.i686 : GCC mudflap support
libmudflap-devel.x86_64 : GCC mudflap support
libquadmath.x86_64 : GCC __float128 shared support library
Name and summary matches only, use "search all" for everything.
[root@bogon ~]#

-------------------------gcc installation

[root@bogon ~]# yum -y install gcc
...
Complete!

------------------------ Check gcc installation status

[root@bogon ~]# yum list gcc
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
* base: centos.ustc.edu.cn
* extras: centos.ustc.edu.cn
* updates: centos.ustc.edu.cn
Installed Packages
gcc.x86_64 4.4.7-18.el6 @base
[root@bogon ~]#

The above article on how to install the Linux online software gcc online is all I have to share with you. I hope it can give you a reference. I also hope that you will support 123WORDPRESS.COM.

You may also be interested in:
  • Specific use of Linux gcc command
  • Installation process of GCC compiler on Linux
  • Detailed explanation of gcc command usage under Linux system

<<:  MySQL 5.6 binary installation process under Linux

>>:  Vue Element front-end application development to obtain back-end data

Recommend

MySQL transaction isolation level details

serializable serialization (no problem) Transacti...

Write a formal blog using XHTML CSS

The full name of Blog should be Web log, which mea...

NodeJS realizes image text segmentation

This article shares the specific code of NodeJS t...

Tutorial diagram of installing zabbix2.4 under centos6.5

The fixed IP address of the centos-DVD1 version s...

How to check if the firewall is turned off in Linux

1. Service method Check the firewall status: [roo...

js to achieve 3D carousel effect

This article shares the specific code for impleme...

Tutorial on using the frameset tag in HTML

Frameset pages are somewhat different from ordina...

Implementation code for adding links to FLASH through HTML (div layer)

Today a client wants to run an advertisement, and ...

CSS web page responsive layout to automatically adapt to PC/Pad/Phone devices

Preface There are many devices nowadays, includin...

Detailed explanation of Svn one-click installation shell script under linxu

#!/bin/bash #Download SVN yum -y install subversi...

Detailed tutorial on installing PHP and Nginx on Centos7

As the application of centos on the server side b...

The difference and execution method of select count() and select count(1)

Count(*) or Count(1) or Count([column]) are perha...

Tips for organizing strings in Linux

In Linux operations, we often replace and count s...