yum install ntp 报错:Error: Package: ntp-4.2.6p5-25.el7.centos.2.x86_64 (base)

redhat7 在安装ntp时报如下错误

Error: Package: ntp-4.2.6p5-25.el7.centos.2.x86_64 (base)
Requires: ntpdate = 4.2.6p5-25.el7.centos.2
Installed: ntpdate-4.2.6p5-25.el7_3.2.x86_64 (@anaconda/7.4)
ntpdate = 4.2.6p5-25.el7_3.2
Available: ntpdate-4.2.6p5-25.el7.centos.2.x86_64 (base)
ntpdate = 4.2.6p5-25.el7.centos.2
You could try using --skip-broken to work around the problem
** Found 1 pre-existing rpmdb problem(s), ‘yum check‘ output follows:
rhn-check-2.0.2-17.el7.noarch has missing requires of yum-rhn-plugin >= (‘0‘, ‘1.6.4‘, ‘1‘)

解决:

yum clean all

yum distro-sync

yum update

原文地址:https://www.cnblogs.com/lingluo2017/p/8666402.html

时间: 2024-11-09 09:08:07

yum install ntp 报错:Error: Package: ntp-4.2.6p5-25.el7.centos.2.x86_64 (base)的相关文章

glusterfs本地yum源安装报错Error: Package:

报错如下 --> Finished Dependency Resolution Error: Package: glusterfs-server-3.4.7-1.el6.x86_64 (glusterfs) Requires: glusterfs-cli = 3.4.7-1.el6 Available: glusterfs-cli-3.4.7-1.el6.x86_64 (glusterfs) glusterfs-cli = 3.4.7-1.el6 Installing: glusterfs-cl

【问题】yum安装软件报错ERROR:dbus.proxies

转自:Yum安装报错:ERROR:dbus.proxies 环境: [红帽企业Linux.6.4.服务器版].rhel-server-6.4-x86_64-dvd(ED2000.COM).iso 安装时选用Software Development Workstation 问题描述: yum安装DHCP服务时输出 [[email protected] yum.repos.d]# yum list | grep dhcp dhcp-common.x86_64 12:4.1.1-34.P1.el6 @

Centos yum 安装mysql报错 No package mysql-server available.

这是因为大多数mysql-*的资源名称被mariadb-*重命名了 所以换成 yum install mariadb-server 就可以了 PS[摘自网络] MariaDB不仅仅是Mysql的一个替代品,它的主要目的是创新和提高Mysql的技术. MySQL之父Widenius先生离开了Sun之后,觉得依靠Sun/Oracle来发展MySQL,实在很不靠谱,于是决定另开分支,这个分支的名字叫做MariaDB.MariaDB跟MySQL在绝大多数方面是兼容的,对于开发者来说,几乎感觉不到任何不同

linux:yum install jenkins报错

yum install jenkins 提示:warning: rpmts_HdrFromFdno: Header V4 DSA/SHA1 Signature, key ID d50582e6: NOKEY 解决方案:yum install --nogpgcheck jenkins 此时只要加上"--nogpgcheck"就可以了,即去掉gpg检查 原文地址:https://www.cnblogs.com/zengjunhua/p/9375028.html

【CentOS6.5】安装之DNS配置错误,yum install 软件报错:ERROR 6或者56错误提示”could not retrieve mirrorlist http://mirrorlist.centos.org ***”

刚安装完CentOS,使用yum命令安装一些常用的软件,使用如下命令:yum grouplist | more. 提示如下错误信息: Loaded plugins: fastestmirror Setting up Group Process Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os error was 14: PYCURL ERROR 6 - &quo

pip install lxml 报错error: command ‘gcc‘ failed wit

install gcc install libxslt-devel libxml2-devel

Eclipse中mvn install 报错error in opening zip file

报错信息 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project wms: Compilation failure [ERROR] Failure executing javac, but could not parse the error: [ERROR] 错误: 读取C:\Users\Administrato

yum 报错 Error: Cannot find a valid baseurl for repo: base

环境: vmware OS:CentOS release 6.5 双网卡 Eth0(接公网 192.168.80.0),Eth1(接内网 192.168.44.0) 报错: 使用YUM更新软件时报错 Error: Cannot find a valid baseurl for repo: base 之前使用YUM一直没有问题,今天重启了虚拟机后yum就不能使用了.这个报错是DNS解析引起的,检查/etc/resolv.conf ,DNS 变成 192.168.44.1,手动修改后,使用yum正常

ntp报错

今天使用虚拟你需要同步时间结果报错了.系统RHEL6.4.报错如下 # ntpdate   asia.pool.ntp.org   8 Aug 06:00:11 ntpdate[7451]: no server suitable for synchronization found 出现问题后检查防火墙是否关闭 # service iptables status iptables: Firewall is not running. 结果是关闭的 使用-d查看原因 # ntpdate -d  asi