Questions tagged [dependencies]

Most software needs other software to work. Those "other softwares" are dependencies.

202 questions
1
vote
1 answer

Missing Dependency Errors when Installing OpenVas Server

I'm trying to install OpenVAS on Red Hat Enterprise Linux 5.5. I've successfully run yum install openvas-client, but yum install openvas-server prints the following errors: --> Finished Dependency Resolution openvas-client-3.0.1-1.el5.art.i386 from…
David
  • 11
  • 3
1
vote
1 answer

Managing Internal Yum Repository Groups

What is the best method for handling yum groups dependencies? For example, take this comps.xml file production Production true Packages required to…
elmt
  • 111
  • 3
1
vote
2 answers

How do you find dependencies when installing software?

In software installation tutorials, they always have a long list of dependencies. How do they find those dependencies? For example, I'm starting on a fresh Ubuntu server, following directions to install rvm. They provide something like: sudo apt-get…
Luke Burns
  • 155
  • 1
  • 1
  • 9
1
vote
2 answers

Install Package dependencies separately over Cloud

Install Package dependencies separately over Cloud Hi all, I am working on a project that sets up packages on the cloud. For example, If i want to setup Drupal, i need seperate machines to maintain separate tasks, like mysql in one machine(cloud…
sarav
1
vote
1 answer

not able to install g++ and gcc on debian

I want to use directadmin as my web control panel and it needs several packages like g++ , gcc and etc... as usuall I started to type apt-get install g++ and there problems start : dependecy error... then I tried to apt-get -f install and I got this…
Vahid Hashemi
  • 207
  • 2
  • 11
1
vote
0 answers

Installing sensu plugins as per ruby version

I have Ruby version 2.3 installed and I was looking to install sensu-plugins-http:6.1.0 because the latest version was installing another dependency which needs ruby to be on higher version. Like this I keep getting error for many such dependencies…
Learner
  • 119
  • 3
1
vote
1 answer

listing Systemd target unit's dependencies in a machine readable format

I have a complex systemd target unit with a number of dependency units. I would like to list and parse the status of these without falling back to a loop. the 'list-dependencies' sub-command only gives the status in form of a (coloured, not…
THX
  • 243
  • 2
  • 10
1
vote
2 answers

Installation OpenLiteSpeed Web Server on Amazon Linux (RHEL)

I'm just trying to install OLS on my Amazon Linux 2 instance, but i received errors at first and all last steps. Here is the explaination about: When i added recommended by guide repository, i receive error: failure: repodata/repomd.xml from…
1
vote
1 answer

Understanding and resolving dependencies on Centos 7

I've resolved many dependencies problems in many years as hobbyist administrator: I just removed some package until the whole thing get resolved or (if the consequences would have been to big) waited until the problem would solve by itself. # cat…
PeptideChain
  • 135
  • 6
1
vote
0 answers

mysqldump: Couldn't execute 'show create table `xxx.yyy`': Table 'yyy' doesn't exist in engine (1932)

I had to redo my server (Debian 9) in Proxmox. I updated a package (libc6) and I broke the dependencies (I didn't snapshot it...). One of the affected daemons was MySQL / MariaDB, I could not make a backup from PhpMyAdmin because the daemon does not…
z3nth10n
  • 119
  • 1
  • 8
1
vote
2 answers

Cannot install sshd (openssh-server) on debian 10.4

This is a fresh install of Debian-10.4. The sources.list file follows: # deb cdrom:[Debian GNU/Linux 10.4.0 Buster - Official amd64 DVD Binary-1 20200 0509-10:26]/ buster contrib main deb http://security.debian.org/debian-security…
James B. Byrne
  • 337
  • 1
  • 4
  • 14
0
votes
1 answer

Having a redis service linked to a specific application deployment revision

Say I have an application that has two deployments: An application deployment, with the actual application itself A Redis deployment, which is used by the application deployment for caching The Redis cache is exposed by a service called "redis".…
Leon Boot
  • 21
  • 2
0
votes
1 answer

Installed self-compiled Python 3.7.0 as "python", how to remove it?

I have made a huge mistake on my Ubuntu 16.04 server. I compiled and installed Python 3.7.0 from source using make altinstall, but I did not include all of the core dependencies I needed, so I was going to remove it and install a pre-packaged deb…
0
votes
2 answers

Can't install because of missing/broken (virtual) packages

First: I come from stackoverflow - I'm a programmer, not a sysadmin. Please be understanding of my ineptitude with these matters; I'll try to be as precise as possible (retagging and re-titling may be appropriate). I have a dependency situation…
Agos
  • 103
  • 1
  • 4
0
votes
1 answer

How to forcefully remove MySQL and MariaDB with unmet dependencies, when apt-get and dpkg do not helped?

I had installed mysql-server on my Ubuntu 16.04 LTS and it worked very good... Next I installed mariadb-server and mariadb-client. There ware some connections with MySQL so I decided to forcefully uninstall all MariaDB components. After that I had…
simhumileco
  • 155
  • 1
  • 8