Fail install package on Centos 7 with Nexus Sonatype - centos

I have 2 server
Server Centos 7
Nexus Sonatype
When i check centos version it return:
But, When I try to install any Package of Centos 7, I received an error: "Depsolving loop limit reached."
There are no errors that happen when I install CentOS 6 packages.
How can I handle this error? Or how can I upgrade up repolist for centos 7 with Nexus.

Related

Cannot install Icinga Web 2 on CentOS 8

I have installed Icinga2 on my server, which is running CentOS 8. However, I run into problems when I try and install Icinga Web 2.
When I try and run the command yum -y install icingaweb2 icingacli, CentOS cannot find the packages. The following output is given:
Last metadata expiration check: 0:01:04 ago on Sat 16 Nov 2019 23:22:22 NZDT.
No match for argument: icingaweb2
No match for argument: icingacli
Error: Unable to find a match
It also cannot find the packages centos-release-scl and icingaweb2-selinux.
I've added the Icinga repositories to CentOS manually, including EPEL relase, and they are showing in the yum.repos.d folder. But every time I try and install Icinga Web 2, whether with yum or dnf, I get the same error. I've tried dnf makecache and yum makecache and have updated the packages, but nothing seems to work.
What is going on here?
For install icinga via package management you should add this repo: https://packages.icinga.com/epel/

RHEL Atomic Host 7 OpenShift Enterprise installation

Good, installation instruction
describes installation for RHEL 7 (rpm and containerized) and RHEL 7 Atomic Host 7 (containerized only), rpm seems to be valid. But how to use Atomic Host, there are no clear instructions?
Even:
-bash-4.2# atomic host install atomic-openshift-utils
Downloading metadata: [==================================================] 100%
Resolving dependencies... done
Checking out tree 90c9735... done
error: Package 'openshift-ansible-playbooks' has (currently) unsupported script of type '%pretrans'
don't help.
atomic host install supports only a subset of the available rpms packages. More in detail, rpm without scripts (pretrans in your case) are supported.
You can install atomic-openshift-utils on a regular RHEL machine and do the installation from there.

Cannot install Flexisip (Linphone SIP server) on Centos 6.8

I am building Voice Call feature for Android app by using Linphone.
On server (CentOS 6.8), I install Flexisip by tutorial on Homepage of Linphone wiki (https://wiki.linphone.org/wiki/index.php/Flexisip:installation).
However in step 1, I cannot install "EPEL repository" for hiredis-devel package because this link is not found: http://mirror.ibcp.fr/pub/epel/7/x86_64/repoview/epel-release.html. If I ignore step 1, then when install Flexisip, it require hiredis-devel with version 0.11 or higher.
So I have some questions:
Can I install Flexisip on CentOS 6.8 ? or Flexisip require CentOS 7 and more recent ?
If I can install Flexisip on CentOS 6.8, how can I install hiredis-devel with version 0.11 or higher ? (because Flexisip require hiredis-devel with version 0.11 or higher, I only can install hiredis-devel with version 0.10 on CentOS 6.8)
Thanks all (sorry I am not native English speaker)
First, you need to download the file using Wget and then install it using RPM on your system to enable the EPEL repository. Use below links based on your Linux OS versions. (Make sure you must be root user).
RHEL/CentOS 7 64 Bit
wget http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
rpm -ivh epel-release-latest-7.noarch.rpm
RHEL/CentOS 6 32-64 Bit
wget http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
rpm -ivh epel-release-6-8.noarch.rpm
RHEL/CentOS 6 64-Bit ##
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
rpm -ivh epel-release-6-8.noarch.rpm

glibc 2.11 error on Marklogic 8.0 installation on CentOS 6.6

When I try to install Marklogic 8.0 (MarkLogic-8.0-2.x86_64.rpm) on CentOS6.6 it fails with following error:
error: Failed dependencies:
libc.so.6(GLIBC_2.11) is needed by MarkLogic-8.0-2.x86_64
I checked installed package of glibc and found that GLIB_2.12 is installed.
I tried erasing GLIBC_2.12, but Cent OS doesn't allow because it has dependencies.
I would appreciate if somebody help me how to install Marklogic 8.0 on CentOS6.6 keeping glibc 2.12 or how to downgrade glib version on CentOs
I haven't tested myself with CentOS 6.6, but am running CentOS 6.5 a lot. Did you try running this before the RPM?
yum -y install glibc.i686 gdb.x86_64 redhat-lsb.x86_64
See also Install Marklogic centos virtualbox vm
HTH!
To add to this: you're seeing this message when you attempt to install because a dependent library is unavailable; in the case of this particular message, if you run this beforehand:
yum install glibc.i686
You should get past that particular issue.

Centos repo Change from 6.4 to 6

Centos 6.4 receives no updates
I have a centos VM and i have to install perl
The mirror no longer exists
how to change the Centos version link in the yum Repo
from 6.4 to 6
http://mirrors.vonline.vn/centos/6.4/updates/x86_64/Packages/dbus-glib-0.86-6.el6.x86_64.rpm: [Errno 14] PYCURL ERROR 7 - "couldn't connect to host"
Is this ok [y/N]: y
Downloading Packages:
http://centos-hn.viettelidc.com.vn/6.4/updates/x86_64/Packages/perl-5.10.1-131.el6_4.x86_64.rpm: [Errno 14] PYCURL ERROR 7 - "couldn't connect to host"
Trying other mirror.
You could install Perl directly like this;
For a 64-bit processor:
rpm -Uhv http://mirror.centos.org/centos/6/os/x86_64/Packages/perl-5.10.1-136.el6.x86_64.rpm
For a 32-bit processor:
rpm -Uhv http://mirror.centos.org/centos/6/os/i386/Packages/perl-5.10.1-136.el6.i686.rpm
After that you could have a look at the URL's in your repository;
/etc/yum.repos.d/CentOS-Base.repo