欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

centos-release-scl和devtoolset-7-gcc*是什么

程序员文章站 2022-07-06 19:59:13
...
  • centos-release-scl

    In order to gain access to SCLs for CentOS, you need to install the CentOS Linux Software release file. It is part of the CentOS Extras repository and can be installed with this command:

    yum install centos-release-scl
    
  • SCL

    From wikipedia, Software Collections (SCL) is a CentOS repository that provides a set of dynamic programming languages, database servers, and various related packages.

  • devtoolset-7-gcc*

    devtoolset-7 - Developer Toolset is designed for developers working on CentOS or Redhat Enterprise Linux platform. It provides current versions of the GNU Compiler Collection, GUN Debugger, and other development, debugging, and performance monitoring tools.