yum update Linux Error: Missing Dependency: xen-libs

When I type "yum update" under RHEL 5.x server I get the following error:

Error: Missing Dependency: xen-libs

How do I fix this problem?

This dependency error error related to RHEL virtualization package. All you have to do is register your server the Virtualization channel in Red Hat Network (RHN). Login to your RHN account > Systems tab > Select your server > Alter Channel Subscriptions > Add the child channel Red Hat Enterprise Linux Virtualization > Save. Finally run yum command again:

Was this answer helpful?

 Print this Article

Also Read

Linux: Check For Memory Leaks In Programs

How do I check my C programs under Linux operating systems for memory leaks? How do I debug and...

Linux / UNIX: Encrypt Backup Tape Using Tar & OpenSSL

  How do I make sure only authorized person access my backups stored on the tape drives...

How do I find out System / Server Memory Utilization

free command example Type the free command at shell prompt: $ free $ free -m Output:...

nginx: Send Custom HTTP Headers

How do I send or set arbitrary HTTP headers using nginx web server? You need to use add_header...

CentOS / Redhat: Install nginx As Reverse Proxy Load Balancer

nginx is a Web and Reverse proxy server. Nginx used in front of Apache Web servers. All...