Questions tagged [yum]

yum is a software package manager that installs, updates, and removes packages on RPM-based systems.

yum is a software package manager that installs, updates, and removes packages on RPM-based systems. It automatically computes dependencies and figures out what things should occur to install packages. yum makes it easier to maintain groups of machines without having to manually update each one using rpm.

1853 questions
0
votes
2 answers

yum install command fails for db4-devel

I tried to do this command on my Ubuntu machine: yum install db4-devel However I get an error message telling me that the URL could not be parsed correctly. I guess I have to get db4-devel somehow first, but how do I do this?
WodkaRHR
  • 165
  • 3
  • 10
0
votes
2 answers

Puppet rpm mirror server

I am trying to create a local mirror repository using Puppet and MREPO Puppet module (https://github.com/puppetlabs/puppetlabs-mrepo), however, the package MREPO cannot be found on CentOS 6. Does anyone knows any other Puppet module which will help…
Sergiu
  • 2,928
  • 3
  • 27
  • 37
0
votes
1 answer

does yum keep cache of not successfull update

I would like to know does yum keep cash of downloaded packages if update was not successful, for example during update computer was restarted, but some packages were downloaded. Will it redownload already downloaded packages or will continue…
deimus
  • 9,565
  • 12
  • 63
  • 107
0
votes
2 answers

How to install "libhyperic-sigar-java" in CentOS

libhyperic-sigar-java: (System Information Gatherer And Reporter - Java bindings) I know the way to install "libhyperic-sigar-java" in ubuntu to use sudo apt-get install libhyperic-sigar-java Now I want to install libhyperic-sigar-java in…
kevin5476
  • 5
  • 4
0
votes
1 answer

RPM management challenges

We packaged up a RPM when our software was first deployed, we were very new to RPMs so we just defined all the files that need to be installed and it was done part of rpm install. Fast forward 6 months later, we need to update this RPM. Here are the…
user2066671
  • 177
  • 4
  • 16
0
votes
1 answer

What is the difference of install uwsgi from yum or pip?

I am writing some flask program. To deploy it on nginx, I am using uwsgi to do it. First the flask program will have some code like: app,host,port = myFun() Then I have a wsgi config file named api.ini, the content like below (I elimited some…
Kramer Li
  • 2,284
  • 5
  • 27
  • 55
0
votes
1 answer

Can resource attributes depend on file-presence?

I'm writing a module, that will provide for mirrored yum-repositories on our network. The single server will host the mirrors offering them to other hosts (and itself). I have a problem with the initial chicken-and-egg -- the first download may not…
Mikhail T.
  • 3,043
  • 3
  • 29
  • 46
0
votes
1 answer

Setup Lamp on Hetzner server

I am using debian 8.0 Hetzner server and trying to setup Lamp on it, I am following this tutorial to setup Lamp. Installing a LAMP Web Server on Amazon Linux So I began with yum update -y and it showed me error yum: command not found so I ran this…
Hassan-Zahid
  • 417
  • 1
  • 7
  • 21
0
votes
1 answer

Can't install php-gd and freetype with yum on centos

I'm unable to install GD and Freetype for PHP on centos. I've read many similar questions like this one Install GD library and freetype on Linux But I'm still having no luck.. [root@media modules]# sudo yum install php-gd Loaded plugins:…
braks
  • 1,505
  • 15
  • 23
0
votes
0 answers

yum install briefly disables shared libraries

I have a set of command line programs that depend on a set of shared libraries. They are called quite often, so in any given second it is likely that one of these programs will be launched. When I "yum install" a new set of libraries, it often…
Andy Jewell
  • 413
  • 3
  • 12
0
votes
1 answer

RPM with Java version dependency that yum seems to think it can meet with a different version

We have a pom.xml building an RPM with the following : jre >= 1.8.0 The resulting RPM seems to include the dependency but yum thinks it can satisfy the JRE >=1.8.0 requirement with JDK 1.7 # yum…
Max Allan
  • 859
  • 1
  • 8
  • 25
0
votes
1 answer

How to backup rpm dependencies downloaded by yum while installing?

I need to install git on a machine which doesn't have internet connection. I am wondering if there is any option to ask yum to keep a backup of rpm and dependencies it downloads. OS: CENTOS
Srikanth P Vasist
  • 1,327
  • 2
  • 14
  • 26
0
votes
0 answers

`No module named SciPy` even though it is installed on AWS Tensorflow instance

I'm running the AWS AMI instance that has tensorflow preinstalled. However, it did not come with SciPy, so I have had to install it. I have successfully installed it with yum install scipy udacity]$ sudo yum install scipy Loaded plugins:…
Kendall Weihe
  • 2,021
  • 4
  • 27
  • 53
0
votes
1 answer

Does Openshift allow yum on scalable applications

When I attempt to install a package on my openshift using yum, I get the following error error: cannot open Packages database in /var/lib/rpm CRITICAL:yum.main: Error: rpmdb open failed when I try to run rpm, I get the following: …
chriswirz
  • 278
  • 1
  • 9
0
votes
1 answer

Missing hadoop package in Bigtop (centos) - installation issue

I am trying to install bigtop on centos6 (VM using virtualbox). I am following links given below with little modifications to get latest versions (bigtop 1.1.0)…
Popeye
  • 1,548
  • 3
  • 25
  • 39
1 2 3
99
100