|
Hello my s.
First of all, thanks for the help =)
Well, I would like to install one service but I can´t install because the yum don´t work. the endian firewall is redhat based.
How can I install the one service? How can I install the yum?!
Thanks, best...
Started by M.Rezaei on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
You will most likely need to resolve dependencies issues.
Is the firewall under your control and use the rpm command to install.
Yum only requires port 80 (HTTP).
For a successful install.
|
|
Hi,
I'm trying to install pear on my centos.
I've used " yum install php-pear *" to install pear and it seemed to install with success. No errors. I restart my server.
However when I check out phpinfo(). I see that my php is still built using " --without...
Started by Haluk on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
yum does not rebuild anything.
Into the sections below to see what is currently available .
|
|
I got this issue on an FC8 server where if I search for something in yum, it finds the packages I am searching for but then when I go to install the package it says its not there...?
[hamstar@tankian ~]$ yum search pecl php-pecl-apc.i386 : APC caches ...
Started by hamstar on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
Try omitting the arch from the package spec:
[hamstar@tankian ~]$ sudo yum install php-pecl-apc
Do
and then try
sudo yum -y install php-pecl-apc
The package isn't already installed, is it?
yum list a yum....
|
Ask your Facebook Friends
|
For historical reasons, one of the machines that I manage has a Redhat Enterprise 4 boot disk (among others). Every now and then, we have to boot into RHEL4 to bring up some of the legacy software that we support and connect to. Since it's a fringe system...
Started by Bob Cross on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
I strongly suggest....
Then do sudo rpm -ivh [RPM name to be able to install.
Probably better to use that, than to install additionalJust go on the internet and find a compatible yum rpm.
Has support for using yum repositories.
|
|
I did make install on the yum package downloaded from here .
After the installation was done, if I do yum I am getting yum: Command not found.
What should I do?
Started by eSKay on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Is it's install location in your $PATH environment variable? In your ~/.bash_profile you'll see a line like this:
PATH=$PATH:$HOME/bin
add the....
Maybe your user just doesn't have write access to install yum to its default location.
|
|
Hello. I've tried to install proftpd using yum (yum install proftpd) but it seems to be giving me
No package proftpd available.
Nothing to do
Can anyone assist me on installing it? Thanks a bunch
Started by Pharez on
, 15 posts
by 9 people.
Answer Snippets (Read the full thread at webhostingtalk):
Package, we must use a third-party yum repository to install it:
cd /etc/yum.repos.d/
wget http
Now we can install proftpd:
yum install proftpd Which OS...? CentOS, Mmmm For 32 bit, try: rpm -Uvh way didn't work while....
|
|
I see that I could get the Chrome browser directly from Google , but am I going to be able to install it via yum any time soon?
Started by KenJackson on
, 13 posts
by 7 people.
Answer Snippets (Read the full thread at fedoraforum):
Ah is how you install Google Chrome with yum
32bit version:
yum localinstall --nogpgcheck -y https have rpm's available....
Though yum to simplify updates.
|
|
Tried to install squid with command
yum install squid
and it consistently hangs on
Running Transaction Installing: squid [1/1]
Had no problems with hundreds of other packages. Does anyone have an idea on what could be the problem?
edit : tried both: yum...
Started by Evgeny on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
I would try Keith....
You probably will get a different mirror and a fresh download .
I suggest running yum clean all and start again.
I wonder if you have a corrupted package.
After that completes, try the "yum install squid" again.
|
|
I tried to install PHP with yum and I got a message like:
bash-3.2# yum install php
Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * epel: mirrors.tummy.com * updates: mirror.anl.gov * base: www.cyberuse.com * addons: mirror....
Started by John on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Try #yum update yum && yum update.
Can you install other packages?
Post output on Pastebin
Try "yum clean all" like the firstTry to run yum clean all first and see if that solves the issue.
|
|
Do I have to put "multiverse" or something...this is what I heard. For CENTOS
Started by Alex on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
You can look at this though, which should help:
http://wiki.centos.org/HowTos/JavaOnCentOS
Multiverse is for ubuntu, not centos. .
Still not information.
|