CentOS7安装开发工具套件时报错解决方案

操作系统:CentOS 7.2

执行安装命令时显示以下信息:

[[email protected] ~]# yum -y groupinstall "Development Tools"
已加载插件:langpacks, product-id, search-disabled-repos, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
没有安装组信息文件
Maybe run: yum groups mark convert (see man yum)
警告:分组 development 不包含任何可安装软件包。
Maybe run: yum groups mark install (see man yum)
指定组中没有可安装或升级的软件包

1、检查软件更新源可用;

2、查看yum group info "Development Tools"是有需要安装的软件的;

最后只能把step2列出来的软件使用yum install安装。目前还不知道有更好的解决办法。

时间: 2024-10-29 03:14:06

CentOS7安装开发工具套件时报错解决方案的相关文章

Sass for循环中编译%时报错解决方案

sass功能强大,特别是支持for循环,节省大量开发时间,但是在开发时遇到一个问题,直接使用%时没有问题,当有变量时再加% 单位在编译时报错: 这样没有问题: @for $width from 0 to 10{ .wp#{$width}{ width:$width px; } } 但是这样就有问题了: @for $width from 0 to 10{ .wp#{$width}{ width:$width%; } } 或者这样: @for $width from 0 to 10{ .wp#{$w

安装opesntack mysql报错 解决方案

安装opesntack mysql报错 ERROR : Error appeared during Puppet run: 192.168.1.103_mysql.ppError: mysqladmin -u root  password 'f40e1dec1deb43d3' returned 1 instead of one of [0] # rpm -qa | grep -i mysqlmysql-server-5.1.71-1.el6.x86_64perl-DBD-MySQL-4.013-

php编译安装执行make时报错: make: *** [ext/fileinfo/libmagic/apprentice.lo] Error 1

php编译安装执行make时报错,报错如下: /bin/sh /root/php-5.6.31/libtool --silent --preserve-dup-deps --mode=compile cc -I/root/php-5.6.31/ext/fileinfo/libmagic -Iext/fileinfo/ -I/root/php-5.6.31/ext/fileinfo/ -DPHP_ATOM_INC -I/root/php-5.6.31/include -I/root/php-5.6

php安装mamcache扩展时报错

我们要将memcache作为数据库的缓存层,自然要使其结合php的,我们安装完memcache的服务端之后,需 要安装memcache的客户端,即安装memcache的扩展,以此连接php,使得memcache能够与php通信. 但是笔者在安装的时候遇到问题,使用make命令之后一直报错,显示: make: *** [memcache.lo] Error 1 在网上搜了半天,基本都说是缺少了依赖包zlib与zlib-devel,可是笔者安装之后还是不行. 后来又搜到一个解决方法,也放出来,希望可

Linux安装mysql-python库时报错解决办法

用pip安装mysql-python库的时候遇到如下报错 [email protected]:~# pip install mysql-python Collecting mysql-python Using cached MySQL-python-1.2.5.zip Complete output from command python setup.py egg_info: sh: 1: mysql_config: not found Traceback (most recent call l

centos7 安装 mysql-python时 报错 EnvironmentError: mysql_config not found

pip install mysql-python 然后报错 EnvironmentError: mysql_config not found 网上搜解决方法,需要安装   mysql-devel 然后 yum install mysql-devel 也无法安装,报错内容大概是和mysql版本相关的问题 解决方法 自己下载和自己mysql版本匹配的mysql-devel 1.查看安装了什么版本的mysql和相关的包 rpm -qa | grep mysql mysql-community-clie

CentOS7安装docker启动报错

执行yum install docker -y 命令安装docker 然后启动服务 systemctl start docker,服务启动失败 查询日志文件/var/log/messages,显示报错:Error starting daemon: SELinux is not supported with the overlay2 graph driver on this kernel. 问题原因:此linux的内核中的SELinux不支持 overlay2 graph driver 解决办法:

记录安装SQL Server2012时报错

新系统,装完VS2019接着装Sqlsever2012,安装程序支持规则检测全部通过了(如下图),但安装进度条总是在 SQL Server Browser 时出错,提示 “帐户名与安全标识间无任何映射完成”, 打开安装失败日志得到具体原因只有四个字 “拒绝访问”. 百度关键字搜索 “Sqlserver 2012” .“帐户名与安全标识间无任何映射完成”.“拒绝访问”,按照搜索结果进行以下一系列操作. 计算机 ---> 右键 ---> 管理 ---> 本地用户和组 ---> 用户 -

Eclipse4.6安装Tomcat插件时报错:Unable to read repository at http://tomcatplugin.sf.net/update/content.xml. Received fatal alert: handshake_failure

错误如下: Unable to read repository at http://tomcatplugin.sf.net/update/content.xml.Received fatal alert: handshake_failure 由于使用的是Eclipse4.6.3,导致安装时提示不能安装此插件,解决方法如下: 1.网络问题,使用VPN. 2.挂载了VPN之后再拖动一次这个按钮到Eclipse中: 此时基本正常,按[Confirm]进行确认. 3.如果实在不行就手动安装.下面为手动安