Top "Yum" questions

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

How to Install gcc 5.3 with yum on CentOS 7.2?

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 …

gcc installation centos7 yum gcc5
How to yum install Node.JS on Amazon Linux

I've seen the writeup on using yum to install the dependencies, and then installing Node.JS & NPM from source. …

node.js amazon-web-services npm yum amazon-linux
How to list installed packages from a given repo using yum

I want to list all packages I have installed on a system from a given repo using yum. Usually to …

centos fedora yum
Yum fails with - There are no enabled repos.

I'm trying to install "libstdc++.i686" with yum install libstdc++.i686 but it failes beacuse of this error: qa@qa-teamcity01:/…

linux installation yum
How to install "make" in ubuntu?

I'm trying to install "yum" or "apt-get" into my system "ubuntu centOS". I did download the binary files for these …

ubuntu makefile centos yum apt
Upgrade python without breaking yum

I recently installed Python 2.7.3 on a CentOS machine by compiling from source. Python 2.7.3 is installed at /opt/python2.7 and when …

python centos yum
CentOS 7 and Puppet unable to install nc

I am having a weird issue with having puppet enforce the package nc. I installed it manually in the end …

puppet yum netcat centos7
RHEL 6 - how to install 'GLIBC_2.14' or 'GLIBC_2.15'?

I need these 2 packages installed on RHEL 6 linux system. They are required by several other programs. When I do: sudo …

dependencies glibc yum rhel
Why does configure say no C compiler found when GCC is installed?

I am trying to make Sphinx from source on a 32-bit CentOS 6 VPS. When I run this command: ./configure --prefix=/…

linux gcc terminal sphinx yum
How to install maven on redhat linux

Note: When originally posted I was trying to install maven2. Since the main answer is for maven3 I have updated …

linux maven redhat yum