yum Questions

4

Solved

I'm trying to install a package on a old Fedora 20 virtual machine. yum install<the_package_name> results in a failure with an HTTP 403 error: http://download.fedoraproject.org/<...(trunca...
Clumsy asked 9/9, 2015 at 14:59

30

Solved

I am using Amazon's tutorial for installing a LAMP server. The first several instructions involve using yum, but every single way I have tried to do it has resulted in the same message. I have foun...
Chutney asked 29/12, 2013 at 4:1

4

I am trying to prepare an AWS instance by installing some software, one of which is Fabric for Python, a SSH connection library. By default, AWS's yum doesn't have access to a Fabric distribution ...
Recognizee asked 12/5, 2011 at 0:53

12

I am trying to download java using yum on centOs which I specified in a Dockerfile. After pulling centOs image the run crashed and threw this error!? also to mention that my server instance is AWS ...
Farmyard asked 2/2, 2022 at 23:1

7

Solved

Note: When originally posted I was trying to install maven2. Since the main answer is for maven3 I have updated the title. The rest of the question remains as it was originally posted. I'm trying ...
Laodicea asked 22/8, 2012 at 15:18

8

As an example, I am looking for a mod_files.sh file which presumably would come with the php-devel package. I guessed that yum would install the mod_files.sh file with the php-devel x86_64 5.1.6-23...
Removable asked 15/7, 2009 at 19:35

6

I am using CentOS 7.2 When I use yum groupinstall "Development Tools", gcc version is 4.8.5, like this: I would like to install gcc 5.3 How to approach this with yum?
Samala asked 31/3, 2016 at 8:18

9

Solved

I am trying to install node.js on Red Hat Enterprise Linux Server release 6.1 using the following command: sudo yum install nodejs npm I got the following error: Error: Package: nodejs-0.10.24-...
Coplanar asked 5/1, 2015 at 11:28

15

Solved

I used the usual: yum install git It did not install the latest version of git on my CentOS 6. How can I update to the latest version of git for CentOS 6? The solution can be applicable to newe...
Ransack asked 17/2, 2014 at 4:23

4

Solved

I can install GDAL in Google Colab by running the cell: %%shell sudo yum -y update sudo yum-config-manager --enable epel sudo yum -y install make automake gcc gcc-c++ libcurl-devel proj-devel geos-...
Cognition asked 8/12, 2021 at 13:10

21

Solved

I've seen the writeup on using yum to install the dependencies, and then installing Node.JS & NPM from source. While this does work, I feel like Node.JS and NPM should both be in a public repo ...
Brause asked 8/12, 2014 at 2:46

26

Solved

I'm trying to update Orion ContextBroker using the command yum install contextBroker. Unfortunatelly I get the following error: Loaded plugins: fastestmirror, refresh-packagekit, security Loadi...
Samuels asked 4/11, 2014 at 12:8

5

After following the official installation document below https://docs.docker.com/engine/installation/linux/centos/ I still end up with failure with docker-common-2 transaction conflict Transact...
Interbreed asked 20/1, 2017 at 14:35

2

I have a vanilla machine (Ubuntu) and I just did apt-get install yum However, the yum.cof has empty repos list. So, where can I get the most updated list of repository?
Trahan asked 13/4, 2011 at 19:2

7

A few days ago I wanted to run dnf but I received the following error Traceback (most recent call last): File "/usr/bin/dnf", line 57, in <module> from dnf.cli import main ModuleNotFoundEr...
Gentianaceous asked 22/12, 2018 at 10:6

6

Solved

Question How to fix the Cannot download repodata/repomd.xml: All mirrors were tried for docker-ce. Problem Get the error Cannot download repodata/repomd.xml: All mirrors were tried with yum install...
Hooge asked 15/12, 2021 at 5:0

9

When I exectued command to install application following error accured: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory I was not aware of how to fix this problem, to find out ...
Burlingame asked 25/12, 2012 at 11:40

2

Solved

I am following a tutorial that can be found here to set up a headless selenium scraper on an ec2 instance: https://krbnite.github.io/Driving-Headless-Chrome-with-Selenium-on-AWS-EC2/ The tutorial I...
Gloze asked 3/5, 2018 at 0:14

2

Solved

I have set my own private yum repo. This is an HTTP base repo with a Apache as a web server, so I would like to add some kind of authentication. Is this something I need to do with Apache or is the...
Ardyce asked 28/3, 2013 at 15:17

9

I have installed R using below line in my docker file. Please suggest how do I specify now packages to be installed in my docker file. RUN yum -y install R-core R-devel I'm doing something like ...
Edwinaedwine asked 24/7, 2017 at 20:46

2

I using AWS EC2 on Amazon Linux and when i trying to download the caddy (yum install caddy) i have the following error. (shown on screenshot)
Donor asked 13/8, 2022 at 20:8

2

Solved

I'm writing a bash script to pull packages from remote repos, using reposync, so I can point my nodes to pull locally. As such I am trying to keep the local repo configs as similar as possible to t...
Exile asked 8/1, 2014 at 6:22

4

Solved

I was using node v0.10.x on my centOS server and I want to update node.js, so followed some articles. First removing currently installed: # which node # cd /usr # rm -r bin/node bin/node-waf inclu...
Cyprian asked 19/6, 2016 at 9:29

6

Solved

I know virtually nothing about installing packages. I managed to install Zend Framework 1 with yum a while back by following a very specific tutorial. Now I need the PHP intl extension and I can't...
Older asked 4/2, 2013 at 3:34

3

Solved

We use custom yum repos at our company. Something is causing them to fail the yum makecache command. I'm on CentOS Linux release 7.7.1908 (Core). Here's the error that we get when we run yum make...
Knives asked 14/2, 2020 at 22:22

© 2022 - 2024 — McMap. All rights reserved.