Tagged Questions
0
votes
3answers
95 views
Reinstall package in CentOS
I am trying to install a perl package and getting the following dependencies error:
[user@localhost Downloads]$ rpm -Uvh ImageMagick-6.8.4-9.i386.rpm
error: Failed dependencies:
libltdl.so.3 is ...
2
votes
1answer
158 views
Missing dependency during rpm install
When I install CodeAnalsyt, i get a failed dependency on libbfd-2.20.51 on Centos 6.3.
Binutils is installed on my system and the failed dependency does exists at
...
0
votes
2answers
3k views
Updating PHP 5.3 to 5.4 in CentOS
I followed this tutorial to update PHP from 5.3 version to 5.4. My distro is CentOS 5.5.
After running the following command:
yum --enablerepo=remi,remi-test install httpd php php-common
I get ...
6
votes
3answers
450 views
Download ALL rpms for a product
I have two CentOS machines, one 6.3 box (A), and another CentOS 6.1. (B)
6.3 box is with internet connection, 6.1 box is without internet connection.
I want to download ALL dependencies of a product ...
1
vote
1answer
107 views
Is rpm the only file extension for repositories
I've noticed that repositories in CentOS have the .rpm extension.
Are there other extensions?
Is .rpm specific to the operating system? i.e. do other linux operating systems have other extensions?
...
2
votes
2answers
350 views
Installing Audacity - Package Problems
Have CentOS 6.2. I'm trying to install Audacity, and I'm getting package problems. The Audacity webpage says I need the wxWidgets library, which I think I've installed correctly (./configure, make, ...
1
vote
4answers
142 views
How can I tell if a package is safe to update on CentOS?
I have a simple two-node CentOS cluster based on DRBD, Corosync and KVM.
When I try to update its packages via yum it lists something like
Updating:
clusterlib x86_64 ...
1
vote
2answers
807 views
Which are best repo for Cent OS 5.7? [closed]
Which are best repo for Cent OS 5.7?
Should I install apt-get and use other deb packages on Cent OS?
I mainly used Ubuntu which is really easy to update any packages.
3
votes
3answers
5k views
Yum Cannot Retrieve Repository CentOS 6
I just installed CentOS 6. I tried running yum update and was having trouble getting that to work, so I tried yum clean all and now my situation seems even worse than before. Based upon what I pasted ...
1
vote
1answer
3k views
Where can I find a list of all yum repositories?
Now that I know more about yum from my previous question Where is the best location for finding information on /yum?
I need to start playing with some new repositories. Where can I find a list of ...
2
votes
1answer
595 views
plesk update fails
I have a dedicated server running CentOS 5.3. I'm trying to update Plesk 9.5.2 to version 10.0.0 but update fails. I do it with yum:
yum update psa* --skip-broken -t
but it fails and I get the ...
2
votes
2answers
2k views
How should I search for packages to install on CentOS 5.5?
Backstory: Recently, it was explained to me that to upgrade any package via terminal on a linux machine, I will need to use the distributions package management system to install or upgrade the ...
0
votes
3answers
167 views
Building from Source on CentOS 5 or newer
I've got a few applications of which I've got to build from source files in order to make it work on CentOS (the programs do not exist in the yum repos).
I may be missing something, but unlike Debian ...
0
votes
1answer
649 views
RHEL/CentOS: Installing a new version of Java, why not just change the path?
I am installing a new version of Java on a CentOS/RHEL Linux distro for a single developer to develop java.
The way I want to install on this development system is to just put the new java version ...
0
votes
1answer
480 views
CentOS 5.5 Install Customization
I'm having a frustrating time with customizing my initial CentOS 5.5 installation. I want to have a specific set of the packages installed (e.g. I want Java and httpd but not OpenOffice or NewsServer) ...
3
votes
4answers
6k views
How do I upgrade OpenSSL?
According to these instructions:
http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI
I need to use OpenSSL 0.9.8k or later (right now it's on 1.0.0c) to use name based virtual hosts in apache. ...
3
votes
3answers
511 views
For what purpose would perl* be excluded in yum.conf?
I am not an Unix/Linux admin.
I was attempting to install git on our server, and after much googling and trial and error, I discovered that perl* is excluded in our yum.conf file, preventing perl-Git ...
2
votes
1answer
2k views
CentOS: List the installed RPMs by date of installation/update?
I'm on a CentOS 4 machine. I updated and installed some packages a few weeks back, but I don't remember the name of every package or the names of every dependency. I used yum.
Can I list the packages ...