yum Questions
3
Solved
when i run command on the ops machine:
ansible web -b -l 192.168.31.101 -m yum -a "name=gcc state=latest"
it returns error shows below:
192.168.31.101 | FAILED! => {
"changed": false,
"fai...
3
I tried to use yum to install protobuf-devel on CentOS7, but it gives me this error:
No package protobuf-devel available
I didn't change yum resources, just use a proxy of my company, can I fix ...
Gignac asked 12/8, 2015 at 2:52
5
I'm really struggling with pip on a RedHat 6.9 system. Every time I tried to use pip, I got
ImportError: No module named sysconfig
I tried Googling for solutions. I don't have apt-get and can't...
Resistor asked 7/6, 2018 at 13:28
1
Prompt me for the following error
No match for argument: python-devel
3
Trying to install python36-devel on RHEL7, ends up getting error
Tried resolving the dependencies as stated in error, but no help.
Also tried this How to install python3-devel on red hat 7, which...
Leonie asked 14/8, 2019 at 16:35
4
I had to install mysql 8.0 because previous version were crashing.
Now I'm struggling with setting root password. The default empty password doesn't work, I've tried root, mysql as passwords but th...
5
When I try to install something via yum (e.g., yum install java), I get the following:
Could not contact CDS load balancer rhui2-cds01.us-west-2.aws.ce.redhat.com, trying others.
Could not contac...
Valedictorian asked 2/3, 2015 at 3:34
2
Solved
I'm trying to install MariaDB (or any software) from a custom repository using Ansible but I am not sure how to import the .repo file using the yum/yum_repository modules.
Ansible
Here is my play...
Amorino asked 30/12, 2018 at 8:22
6
Solved
When ever i try to install GCC on my linux (centos) It comes back with missing
glibc-headers-2.5-58.el5_6.4.x86_64 from updates has depsolving problems --> Missing Dependency: kernel-headers is ...
2
Solved
I am on centos 6.5 and when I install do yum install php-common it goes ahead and installs some packages, but php is still not installed. And, when I want to install php directly it is says php-com...
1
Solved
I am currently running a Redhat Server:
Distributor ID: RedHatEnterpriseServer
Description: Red Hat Enterprise Linux Server release 6.10 (Santiago)
Release: 6.10
Codename: Santiago
and previousl...
2
I installed php72-php-gd, php70-php-gd, 2 php-gd in Amazon Linux 2 AMI server with
yum install php72-g
I can't get any information about GD library in php.info, the old server was Ubuntu 16.04.3 f...
3
Solved
I have the following task in my ansible playbook:
- name: Install EPEL repo.
yum:
name: "{{ epel_repo_url }}"
state: present
register: result
until: '"failed" not in result...
0
I'm trying to find a trusted point of truth for the following yum metadata files:
primary.xml.gz
filelists.xml.gz
other.xml.gz
repomd.gz
groups.xml.gz
I've been looking around the Internet, but...
6
Solved
7
Solved
I'm trying to update my PHP (currently v:5.3.3 to the latest stable PHP build) but it's not playing ball and it's saying there is nothing to update.
Any help would be useful.
Keeps saying:
No ...
3
Solved
I am having a weird issue with having puppet enforce the package nc.
I installed it manually in the end via: yum install nc
I see puppet does it via:
/usr/bin/yum -d 0 -e 0 -y list nc
Returns: Er...
2
Solved
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 EC2 Amazon Linux instance (Amazon Linux AMI release
2016.03).
On these b...
Accountant asked 10/1, 2017 at 8:41
4
Solved
TLDR; I need simple a Python call given a package name (e.g., 'make') to see if it's installed; if not, install it (I can do the latter part).
Problem:
So there are a few code examples given in h...
6
Solved
While installing erlang on cent os I got the following error
Error: Package: erlang-crypto-R16B03-0.2.el6.x86_64 (erlang-solutions)
Requires: libcrypto.so.10(libcrypto.so.10)(64bit)
Error: Package...
3
Solved
I am using centos 7. During some testing, I accidentally removed all files in yum.repo.d. Is there a way, to download and configure all basic repos in centos 7
4
Solved
I need to check for installed packages and if not installed install them.
Example for RHEL, CentOS, Fedora:
rpm -qa | grep glibc-static
glibc-static-2.12-1.80.el6_3.5.i686
How do I do a check ...
2
Solved
If the rpm package is available in multiple repos (configured in /etc/yum.repos.d/ directory), yum is scanning all the repo files and installing it from the one which has the latest version of that...
3
I installed MariaDB on CentOS 7 but I had some problems with some configuration, now it is completely misconfigured.
Thus, I wanted to remove the MariaDB with “yum remove mariadb mariadb-server”,...
7
Solved
I know how to use rpm to list the contents of a package (rpm -qpil package.rpm). However, this requires knowing the location of the .rpm file on the filesystem. A more elegant solution would be to ...
Blow asked 19/9, 2008 at 17:49
© 2022 - 2024 — McMap. All rights reserved.