Top "Yum" questions

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

httpd-mmn = 20051115 required by "yum install php"

I installed httpd (apache 2.4.6) from source and now I want to install PHP. But yum install php spits out the …

php apache centos yum apache2.4
Linux Yum Fatal Python error: pycurl: libcurl link-time version is older than compile-time version

So this error is driving me crazy, I've search the web multiple times, ran a few things and no results. …

linux bash centos yum pycurl
installing sshpass on amazon linux AMI based ec2 instance

I am planning to automate aws-rackspace server migration. I am following the official rackspace documentation(https://github.com/cloudnull/InstanceSync/…

linux amazon-web-services ssh yum rackspace-cloud
Azure RedHat vm yum update fails with "SSL peer rejected your certificate as expired."

I just started a Standard RedHat 7 VM on Azure. I login and type: sudo yum update and get: Loaded plugins: …

azure redhat yum
Ansible Yum Module pending transactions error

I'm very new to Ansible. I am trying to follow a tutorial on the concept of Roles in Ansible. I …

ansible yum
Set up private yum repo with basic auth

I have set my own private yum repo. This is an HTTP base repo with a Apache as a web …

repository basic-authentication yum
Amazon Linux machine - Ansible ansible_distribution* variables major release distribution

I'm using Ansible: 2.2.0.0 I have 3 machines: Two vagrant boxes (one CentOS 7.x and one Ubuntu 14.04) and 3rd box is an …

amazon-web-services amazon-ec2 yum ansible-2.x ansible-facts
ModuleNotFoundError: No module named 'dnf' when running yum or dnf

A few days ago I wanted to run dnf but I received the following error Traceback (most recent call last): …

python fedora yum dnf
Bash Centos7 "which" command

I realize this might be a dumb question but I have a Centos-7 minimal server install and the "which" command …

bash command yum which centos7
How to programmatically install the latest epel-release rpm, without knowing its version number?

My first post here, but I googled around and cannot find a simple way to do this. I have a …

centos rpm yum