Questions tagged [yum]

YUM is an open-source command-line package-management utility for RPM-compatible Linux operating systems.

The Yellowdog Updater, Modified (YUM) is an open-source command-line package-management utility for RPM-compatible Linux operating systems and has been released under the GNU General Public License. Though yum has a command-line interface, several other tools provide graphical user interfaces to yum functionality.

1465 questions
22
votes
9 answers

Automatically check for Security Updates on CentOS or Scientific Linux?

We have machines running RedHat-based distros such as CentOS or Scientific Linux. We want the systems to automatically notify us if there are any known vulnerabilities to the installed packages. FreeBSD does this with the ports-mgmt/portaudit…
Stefan Lasiewski
  • 23,667
  • 41
  • 132
  • 186
21
votes
2 answers

Why do I have .rpmnew file after an update?

I use yum to update my Fedora. After a huge update, I got many .rpmnew and .rpmsave files. I could understand if I had modified these files. But I'm sure that I didn't edit these files. What should I do with these files? What will happen at the next…
Luc M
  • 3,110
  • 4
  • 26
  • 27
21
votes
2 answers

Best Practices for updating a previously unmaintained server RHEL5.7

A new RedHat EL5.6 server has been recently put under my care. It is immediately obvious that, for the previous 12 months, little to no attention has been given to any sort of package updates. Typically I am of the mindset of if it isn't broke -…
tdk2fe
  • 600
  • 2
  • 13
19
votes
3 answers

Should I be worried that yum update suddenly wants to update well over 100 packages on my CentOS 6 system?

I get an email alert whenever there's something to update, and typically do them that day. This tends to happen most days. For whatever reason I've had no alerts since 20th July until today (I believe I did a manual yum update the other day just to…
Codemonkey
  • 1,086
  • 4
  • 19
  • 41
19
votes
2 answers

yum client doesn't see new packages though server is updated

We have an internal yum server containing several repos (copies of the RHEL repo, programs created in-house, and so on). Our internal systems are firewalled off from the internet, so they can only use our internal server. In order to test patches…
Jenny D
  • 27,780
  • 21
  • 75
  • 114
18
votes
5 answers

Upgrade Subversion 1.6 to 1.7 on CentOS? (can't find yum repository)

I want to upgrade my SVN Server from 1.6 to 1.7. Unfortunately I can't find anything on the internet how to do this with yum. I have checked rpmforge-extras but it has only svn 1.6 and not 1.7 I wanted to update with yum because this is the most…
user743919
17
votes
2 answers

yum should error when a package is not available

I recently ran into a bug in a script where I tried to do the following: yum -y install another_package.x86_64 some_package.x86_64 && run_my_script The script ran well on a newer CentOS, but when I tried to execute it on Cent OS 5,…
pmr
  • 425
  • 1
  • 4
  • 9
17
votes
1 answer

How to install libboost-devel on CentOS 6.3

How to install libboost-devel on CentOS 6.3? I have tried the following command: yum install libboost-devel Output: Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.ellogroup.com * extras:…
I'll-Be-Back
  • 693
  • 3
  • 10
  • 25
17
votes
4 answers

Exclude a specific repo from YUM Update

I am doing a system wide yum update on RHEL 5.5 and the IUS EPEL repository is throwing a missing dependency error: php53-mcrypt-5.3.3-4.ius.el5.x86_64 from installed has depsolving problems --> Missing Dependency: php53-common = 5.3.3-4.ius.el5 is…
Robin
  • 351
  • 1
  • 4
  • 9
17
votes
5 answers

How to check when yum update was last run

Is there a canonical way to find out the last time that yum update was run on a system? Our set up is that we have staging servers that run automatic updates, and provided they don't fall over, we will manually update our production servers about…
Hamish Downer
  • 9,420
  • 6
  • 38
  • 51
17
votes
1 answer

Whats the difference between `yum groupinstall` vs regular `yum install`?

Whats the difference between yum groupinstall vs. regular yum install?
JohnDDdjfd
  • 201
  • 2
  • 3
  • 5
16
votes
2 answers

Installing a third party application package on CentOS 6.4 fails due to missing dependencies libcrypto.so.10 and libssl.so.10

This is a Canonical Question about OpenSSL binary compatibility issues between Red Hat Enterprise Linux (and its derivatives) 6.4 and 6.5. This issue applies to a wide variety of third party packages, not only the ones listed in the original…
user2643870
  • 283
  • 1
  • 3
  • 8
16
votes
5 answers

Download RPM packages for command which is already installed

I have a CentOS machine in which I already installed openssl-devel using $ yum install openssl-devel It downloaded and installed all the dependency packages. Now I need all those RPM packages. Is it possible to download only the RPM packages? When…
abubacker
  • 285
  • 1
  • 2
  • 7
16
votes
7 answers

Yum doesn't install latest version of Git on Centos6

When I go to Gits download section it mentions that latest version is 1.8 and I can install it by yum install git on Fedora. I'm running CentOS6 so that command should also work for me, but yum tells me: Setting up Install Process Package…
Reza Sanaie
  • 469
  • 1
  • 5
  • 13
16
votes
3 answers

Why are outdated packages installed by yum on CentOS? (specifically PHP 5.1) How to fix?

I'm working on a fresh CentOS server and am extremely annoyed to find out that yum does not work as smoothly and brilliantly as "apt-get install" does on Ubuntu. Installing a LAMP stack, I ran the following: $ yum install php $ yum install…
Buttle Butkus
  • 1,741
  • 8
  • 33
  • 45
1 2
3
97 98