unable to install package through yum.
gives the error :
yum install -y openssl*
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
[root@mot]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.2 (Maipo)
[root@monitoring-server mnt]#
[root@monitoring-server mnt]# uname -a
Linux 3.10.0-327.el7.x86_64 #1 SMP Thu Oct 29 17:29:29 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux
Responses
That type of error can frequently occur if you've installed packages from non-standard repositories ...particularly if those repositories were only temporarily-activated for the installation of a particular package-set. It's probably worth checking whether you have any packages installed from non-standard repos. Use yum repolist to determine what repo-sources you have active, then look for any installed packages that didn't come from one of the repositories that list.
Similarly, that type of error will crop up if you've installed non-standard packages that have conflicting dependencies (which can be particularly problematic if the custom package's conflicting dependencies aren't kept as synchronized as the "real" packages are).
Yes, MariaDB 5.5 is considered as a drop-in replacement for MySQL 5.5. But many would prefer to use MySQL on RHEL7.x . May be that the question posted here is not clear. You may need to post with details on what happens when u try to install mysql-devel package and what error messages are being reported etc.,?
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
