YUM is an open-source command-line package-management utility for RPM-compatible Linux operating systems.
0
votes
0answers
15 views
Checksum error with Yum update
I'm getting below error with Yum update on CentOS
I'm trying to install Phusion Passenger with Apache2
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* atomic: ...
0
votes
1answer
41 views
Removing yum repository in CentOS
Webtatic has two yum repositories, one for CentOS 5 and one for 6. Both work on CentOS 6, but I'm having problems switching from the one to the other.
(Should you be interested in why I want to ...
-2
votes
0answers
27 views
yum install wireshark-gnome [migrated]
I tried using command "yum install wireshark-gnome" to install wireshark on redhat 6.3. And I make sure the network is ok.
But it fails cause by below prompt.
Loaded plugins: product-id, security, ...
-4
votes
0answers
22 views
Rebuild Proftp, package Initial installed via yum [closed]
I have installed proftpd using yum, it is on a live production server,
And there is a necessity to install mod_lang and enable NLS
i couldn't find any post or suggestion to rebuild proftpd with NLS ...
-1
votes
1answer
19 views
Download RPM packages for command which is already installed [closed]
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 ...
0
votes
2answers
27 views
Checking yum connectivity from a script?
When there is a problem with access to yum repos (for example if a needed proxy isn't configured), running a command like 'yum update' will wait for a very long time trying lots of different mirrors. ...
0
votes
1answer
19 views
yum update if installed, otherwise install
Is there a command to do just that:
if a package is already installed, update it, otherwise install the latest version
For now I'm doing two commands:
yum install mypackage
yum update mypackage
...
0
votes
1answer
36 views
How to update/maintain a patched kernel?
If I patch my linux kernel with grsecurity, will I still be able to update my system with yum (or apt-get)?
Won't the updates available via yum be incompatible with my patched "non standard" version ...
0
votes
1answer
59 views
CentOS 5.7 Yum Segmentation fault (core dumped) error [duplicate]
My system Info: OS :CentOS release 5.7 (Final)
Apache 2.2.3 Server Running
DirectAdmin 1.40.1 Running
Exim 4.76 Running
MySQL 5.1.57 Running
Named 9.3.6 Running
ProFTPd ...
0
votes
1answer
72 views
CentOS 6.4 PHP MCrypt
I am trying to install the php-mcrypt extension for my CentOs 6.4 server but it is falling over with this message:
[root@vps /]# yum install php-mcrypt
Loaded plugins: fastestmirror
Loading mirror ...
0
votes
0answers
36 views
can not get required packages with yum
I wound like to install Tuleap - on Oracle Linux 6.4
[ebalbar@puding ~]$ yum repolist
Loaded plugins: refresh-packagekit, security
repo id repo name ...
0
votes
1answer
14 views
Self compiled Perl package Centos [duplicate]
I have a Centos 6 server.. I have compiled Perl 5.16 in it (in a non-standard location).
Now when I try to install Some package which is dependent on Perl using yum..
Yum tries to install Perl ...
1
vote
2answers
40 views
Yum command to downgrade packages
I need to downgrade php on a server and found the command below. Something seems to be wrong with the syntax.
yum downgrade $(rpm -qa --qf "%{NAME} " | \
grep -v ioncube | grep ^php | ...
0
votes
1answer
17 views
Yum not Detecting phpMyAdmin Updates
Yum seems to not detect any updates for phpMyAdmin. Upon installing, it installed a slightly outdated version, but no updates have been noticed since. Even though phpMyAdmin says "new update ...
0
votes
1answer
30 views
Puppet error on already installed package on centos
I am using puppet on CentOS for the first time.
I have the following in one of my .pp files:
package {"openjdk-6-jdk":
ensure => installed,
}
Which generates the following error when ...
0
votes
2answers
39 views
red hat enterprise 6.3 repository for yum via internet
I have installed a red hat enterprise 6.3 from scratch. The machine is surely connected to internet. When I do yum repolist I got 0.
As far as I understood this happens because I didn't activated my ...
0
votes
1answer
64 views
yum and rpm nothing happens
I am experiencing an odd problem in CentOS 6.
when I try to use yum or rpm nothing happens.
For example if I type
yum update
it simply returns to the command prompt.
I have checked that yum and ...
0
votes
0answers
23 views
Cobbler import of RHEL6 DVD doesn't seem to create yum repo
I setup cobbler (2.4.0) and imported the RHEL6.4 DVD. It copies all of the packages over to /var/www/cobbler/ks_mirror/RHEL6.4-x86_64. It even runs createrepo and loads the metadata, etc.
So you ...
1
vote
4answers
117 views
Good pratices to update servers? [closed]
I have many servers running CentOS 5.* and CentOS 6.*, I would like to update them, but there's some applications running and I might crash these applications, which led me to write this post with ...
0
votes
2answers
50 views
Can not yum install anything
I'm on a new VPS running CentOS release 5.4 (Final) and using the DirectAdmin control panel.
When I try to run YUM for anything, I get the following error:
ERROR with rpm_check_debug vs depsolve:
...
0
votes
2answers
49 views
How does YUM know which repository to use for installation if the same application is available in two repos?
EXAMPLE SCENARIO: Installing Nginx
I am installing Nginx. In order to get the latest repo, I download the RPM from the Nginx website. Like so:
rpm -Uvh ...
1
vote
3answers
63 views
YUM install tigervnc-server fails on RHEL 6.1
Installing tigervnc-server fails on RHEL 6.1 with the message below. One person recommended installing all of the xorg-x11 packages, but that gives the same message (below too).
Do I need to add new ...
7
votes
3answers
624 views
Do I need to restart server after a linux kernel update?
I am using webmin (which uses yum) to install updates on my server, and it somestimes updates kernel as well including kernel-firmware and kernel-headers.
Do I need to restart the server after a ...
2
votes
1answer
70 views
Why aren't my packages being included from my custom yum repository?
We have a custom yum repository created using createrepo, which is hosted in an Amazon S3 bucket. We're using the yum-s3-iam plugin configured as explained in this blog post. to allow our ...
0
votes
0answers
37 views
YUM Multilib Error in Amazon Linux
I am getting below error while using yum on Amazon linux in Ec2 server , I am installing openssl-devel package needed to compile nrpe plugin for Nagios.
Error: Multilib version problems found. This ...
1
vote
1answer
52 views
How do I install Python 2.7.4 OR 3.3.1 on an Amazon AMI?
I have an EC2 instance running a standard AMI, and have exhausted the limit of my abilities with yum and similar avenues to update python to 2.7.4 or 3.3.1 for a library I need to use.
Unfortunately, ...
0
votes
1answer
34 views
Many 'yum' processes running constantly
I am getting this output when I run top and trying to work out if it's problematic and why it would be doing this in the first place, all the 'yum' instances seem to always be there:
PID USER ...
1
vote
1answer
36 views
centos6 - wireshark
1) Is there any easy way to install wireshark-1.8.3 on centos 6 ?
I try the wget utility and i get the dependency on gtk..which inturn has dependency on glib, atk , pango and cairo..
2) Looks like ...
0
votes
1answer
45 views
How to build from source on CentOS 5.9?
I'm building iptraf-ng on CentOS 5.9 and running into the following errors:
src/packet.c: In function ‘packet_process’:
src/packet.c:322: error: ‘ETH_P_QINQ1’ undeclared (first use in this function)
...
1
vote
1answer
58 views
postgres updated from 9.1 to 9.2, required database update fails
On going from postgres 9.1 to 9.2, it says that the data bases need to be upgraded so on giving the upgrade command I give and get the following
$ sudo service postgresql upgrade
Stopping postgresql ...
1
vote
4answers
257 views
Yum (CentOS 6.4) - Remove all Installed Packages [closed]
I need to clean my system and redo it all. Is there any easy way to get rid of every single package I've installed (to a point where it's CentOS minimal)? I can't remember all of the packages and
yum ...
0
votes
1answer
83 views
Installing GD on Centos 6.3
Hello everyone I am trying to enable GD in my installation of PHP in my CentOS 6.3 machine running lighttpd as the web server. I have done yum install gd gd-php and when I run php -i I get
gd
...
0
votes
2answers
59 views
Cannot install php-intl on CentOS
When I run:
yum install php-intl
I get this error:
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.as29550.net
* epel: ftp.nluug.nl
* extras: ...
1
vote
2answers
117 views
libxml2 on CentOS 5.9
I'm having problems with a CentOS 5.9 web server running php sites. Apparently libxml2 2.6.26-2.1.21.el5_9.2 has a known bug, but there doesn't seem like they've put the newer release into the repo's, ...
0
votes
2answers
198 views
Issue on yum update with kernel
--> Running transaction check
---> Package e2fsprogs-resize2fs-static.x86_64 0:1.42.3-3.el6.1.ovz will be installed
---> Package kernel.x86_64 0:2.6.32-358.2.1.el6 will be installed
--> ...
0
votes
1answer
97 views
yum update php libjpeg dependency
I'm having a problem doing a yum update with php and it's having a dependency problem with libjpeg.so
here is the yum update output:
yum update
Resolving Dependencies
--> Running transaction ...
0
votes
2answers
106 views
Trouble Installing php-mysql from webtatic
I have a fresh instance on EC2 of "Linux/Unix, CentOS 6 | 64-bit Amazon Machine Image (AMI)"
This is what I did to get it running.
yum install wget
wget http://repo.webtatic.com/yum/el6/latest.rpm
...
1
vote
1answer
240 views
Linux EC2 Broken Yum
I am having a very very frustrating problem with the yum command. Here's how I think it started:
I am running an EC2 server. A micro EC2 server. Today, I SSH'ed into the server and found '144 ...
0
votes
1answer
46 views
Any good yum repository management dashboards?
I'm currently managing hundreds of CentOS/Amazon Linux servers, and our homegrown tools for managing the myriad package versions seems inadequate and unnecessary. What I'm looking for is a tool that ...
0
votes
1answer
65 views
Repo via reposync creates Packages dir
I am using /usr/bin/reposync --arch=x86_64 --repoid=rhel-6-server-rpms --download_path=/data/repos --plugins --downloadcomps
It creates /data/repos/rhel-6-server-rpms and downloads the packages in ...
0
votes
0answers
101 views
yum install php [5.4.13] via remi, php-gd error [libjpeg.so.62] [duplicate]
I am trying to install php from remi repo, with nginx.
I am getting this error:
Error: Package: php-gd-5.4.13-1.el6.remi.x86_64 (remi)
Requires: libjpeg.so.62(LIBJPEG_6.2)(64bit)
I ...
3
votes
2answers
393 views
How do I keep Centos at version 6.3?
I have the following:
Bunch of guest VM's that are running Centos 6.3
Host running Centos 6.3.
Recently I created a new Centos 6.3 VM to test out something
Ran yum update after a fresh ...
-2
votes
4answers
168 views
cannot use any yum command: no space left on device
if i use any yum command, i get
Loaded plugins: fastestmirror
Traceback (most recent call last):
File "/usr/bin/yum", line 29, in <module>
yummain.user_main(sys.argv[1:], exit_code=True)
...
0
votes
0answers
65 views
Alternative to up2date on Red Hat to install ftp server [closed]
I have the ultimate goal of installing an ftp server (vsftpd) on a Red Hat 4 machine. A lot of instructions found online use the yum tool. I'm trying to download the yum tool using the up2date tool ...
1
vote
3answers
98 views
RHEL/CentOS version numbering (before and after the dot)
How does the CentOS numbering work?
Major releases are 'before the dot', eg 5.x and 6.x as far as I see, and minor changes after that.
Questions:
If I do a yum update on a 6.1 system, will it ...
1
vote
1answer
63 views
RPM packages with dependencies based on a major version of software (i.e php 5.3 with it's addons and then php 5.4)
Scenario:
PHP5.3
php-5.3.21-1_x86_64.rpm (base)
php-pecl-memcache-3.0.6-1_x86_64.rpm (dependant on above because of the internal PHP ABI version change)
PHP5.4
php-5.4.13-1_x86_64.rpm (base)
...
0
votes
3answers
395 views
Setting RHEL default yum repositories
I've been tasked with setting up PHP on a RHEL 6 server.
running yum install php gives me the following output:
Loaded plugins: product-id, refresh-packagekit, security, subscription-manager
...
1
vote
0answers
86 views
Yum History and History Undo in Centos 6
I have a Centos 6 server and I have upgraded several packages. I can, supposedly, downgrade them with yum history undo <packageName> but all I get is downgrade failed for every single package.
...
0
votes
1answer
96 views
Amazon EC2 Linux AMI: What is the third column of yum list installed?
Output of yum list installed, rightmost column:
Most of them say installed, some say @amzn-main, and some say @amzn-updates.
What is the meaning of this? It says tmux is @amzn-main, but I have ...
0
votes
1answer
66 views
yum not showing any updated package
I have a CentOS 6.3 machine. I'm running yum update but it doesn't show any updated package. I have already tried yum clean all and yum clean expire-cache. Any help will be really appreciated.
...

