Most software needs other software to work. Those "other softwares" are dependencies.
Questions tagged [dependencies]
202 questions
0
votes
1 answer
How to solve CentOS7 and "yum install php-7.2.3 " dependency issues upgrading to PHP 7.2.3
Here is what 'yum install php-7.2.3' returns:
[root@prv-apps conf.d]# yum install php-7.2.3
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: mirror.vtti.vt.edu
* epel: ftp.cse.buffalo.edu
* extras:…

Vic
- 31
- 1
- 2
- 6
0
votes
0 answers
How to solve CentOS 7 dependency problems when upgrading to PHP 7.2.3
I am trying to upgrade PHP form 5.4.16 to 7.2.3 on a CentOS 7.4 server running HTTP 2.4.6.
I get these dependency alerts on this command:
yum install php70w php70w-fpm php70w-cli php70w-common php70w-xml php70w-soap php70w-xmlrpc php70w-mbstring…

Bill
- 1
- 1
0
votes
1 answer
How to install previous version of package or how to solve dependiences issue?
I have this problem:
libffi-dev : Depends: libffi6 (= 3.1-2+deb8u1) but 3.2.1-6 is to be installed
E: Unable to correct problems, you have held broken packages
and apt-get install -f doesn't help. How I can solve the problem or downgrade libffi6 ?

Сергей Илларионов
- 139
- 1
- 6
0
votes
0 answers
Debian | Broken dependencies after update with testing repository
i'm currently having a dependency problem with a debian jessie resulting from a system upgrade with a testing repository enabled.
Is there a safe way to go back to my previous configuration?
Not sure why the testing repository was configured…

Raumfisch
- 1
- 1
0
votes
1 answer
Installing RPMs on system with no internet causes dependency conflicts: libstdc++.so.6, libm, etc
To avoid the XY problem, let me first describe the situation.
We have a client project of unique circumstances. We have a relatively modern software stack (Keras DNN stuff) that needs to run on a client's system. This system, a Cloudera CentOS 6…

DeusXMachina
- 183
- 1
- 1
- 9
0
votes
1 answer
docker npm ERR! install Couldn't read dependencies
While trying Docker Tutorial https://prakhar.me/docker-curriculum/#dockerrun
getting error while running root@ip-172-31-22-20:~/docker-curriculum# docker build -t ashishkarpe/foodtrucks-web .
root@ip-172-31-22-20:~/docker-curriculum# docker build -t…

Ashish Karpe
- 277
- 2
- 5
- 19
0
votes
3 answers
Install RRDtool 1.4.7 on CentOS 6
I'm trying to install Zenoss core 4.2.3 which requires RRDtool 1.4.7.
CentOS 6 comes with RRDtool 1.3.8
So, I've downloaded the RPM rrdtool-1.4.7-1.el6.rfx.x86_64.rpm and tried to install it, which gave me the following…

Tzach Solomon
- 121
- 1
- 4
0
votes
0 answers
How do I add third party puppet modules without committing them to source control?
tl;dr: How do I manage modules for a Puppet Master, like I do using requirements.txt for Python or using Bower for JavaScript?
Here's an example.
Say I want to install the puppetlabs/firewall module, but I don't want to commit its source to source…

Nathan Basanese
- 341
- 2
- 5
- 19
0
votes
1 answer
prevent upgrading of a dependency for just the module that uses it
I am working with Amazon Linux 2013.09. I have a module that requires dependency perl( module_compat_5.10.0). When I try and update using yum, the package manager tries to upgrade it as well and breaks the dependency or stops updating most of the…

nwarriorch
- 13
- 3
0
votes
0 answers
broken packages when installing mysql 5.6 using apt-get
I am trying to install mySql 5.6 on my Linux machine.
I tried
>apt-get install mysql-server-5.6
but I am getting the following error:
mysql-server-5.6 : Depends: mysql-common (>= 5.6.22-1~) but 5.5.50-0+deb8u1 is to be installed
…

special0ne
- 101
- 2
0
votes
1 answer
ArchLinux Availability of lotus notes dependencies in multilib repository
I'm a Debian (Stretch 64bit) user for several years and am currently in the process of testing Archlinux (64bit). I have sucessfully installed Juniper Network Connect (VPN) in my Archlinux distribution, using the necessary dependencies available in…

Sebastien Damaye
- 33
- 2
- 6
0
votes
1 answer
Installing development tools packages error Centos 6.6
I'm trying to install curl-devel package as a prior step to installation of git 2.x.x:
yum install curl-devel
But I get many errors like this one:
Error: Package: gcc-c++-4.4.7-4.el6.x86_64 (@base)
Requires: libstdc++ = 4.4.7-4.el6
…

Ehsan88
- 101
- 2
0
votes
1 answer
CentOS - yum install - Fails: Protected Multilib versions: problems found libselinux
I have CentOS 6.5
I'm trying to intsall git via yum but getting an error while installing the pre-requisite packages. I don't need to but it doesn't hurt running sudo with root.
Error message:
--> Finished Dependency Resolution
Error: Multilib…

AKS
- 115
- 1
- 8
0
votes
1 answer
mcstrans erased, but it erased multiple packages with it and system is broken
I erased mcstrans of my Red Hat system, but it erased with it a lot of other packages. Now yum is not working (python is missing), and I cannot access the server via ssh because libfipscheck.so.1 is missing.
How can I get yum and OpenSSH to work…

aymen
- 1
- 1
0
votes
2 answers
Tools to track package dependencies
Many package managers in Linux distributions and BSD flavors track package dependencies. But before a package goes into a repository, it is investigated by a maintainer, who tracks the dependencies manually.
What software can be used to track…

Anonymous
- 1,550
- 1
- 14
- 18