|
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.
|
|
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....
|
|
I am a Linux noob, so I try to get apache and PHP running for my websites, then I leave my Linux server alone, and it just works, no complaints.
However, this time, I am working with a Network Solutions VPS, and it has no utilites pre-installed like yum...
Started by cinqoTimo on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Try substituting....
According to the INSTALL file in there this isn't the best way to get yum working, so good luck!
YouAccording to the instructions you posted, FC6 requires yum version 3.0.1
Is this the version you of yum.
|
Ask your Facebook Friends
|
I'm trying to install rkhunter via yum on CentOS 4.8, but it's just not happening...
Loading "fastestmirror" plugin Setting up Install Process Setting up repositories update 100% | | 951 B 00:00 rpmforge 100% | | 1.1 kB 00:00 base 100% | | 1.1 kB 00:0...
Started by MatW on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
I'm not even sure the cached data on disk....
A required package to install rkhunter
Does yum search rkhunter show anything? Is the yum repository cache up to date? Have you run yum update recently?
Also, Centos 4.8 is very old.
|
|
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 am building a server that has all the libraries (of course, they shouldn't take up Gigs of data). So that I can clone it, and will have it all.
This server is mainly for web/crawling/databases stuff.
What are some Absolutely must-have libraries for ...
Started by Alex on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Here are a few reasons why:
Each library you install provides another possible avenue.
That road.
|
|
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.
|
|
I want to see the source files for deamons that I have installed on CentOS via yum. Can they be found locally or should I just go to the repository site for them.
I know its trivial but I would like to see the exact source that I am useing.
Thanks in ...
Started by Saifis on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Yum can't do this natively, but if you install the yum the files in the packages:
rpm -ql /var/cache/yum/reponame/packages/filename.rpm
This will query is the setup a build environment....
Lt;pkg name>-<version>.src.rpm.
|
|
I have a Fedora system with Postgres version 8.3 and I want to downgrade to 8.2 because of a compatibility issue. I've been using yum for everything, but it's my first time with this package manager, and I don't know how to downgrade things.
So how do...
Started by Eli Courtwright on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
From the manpage:
MISC
Specifying package....
Instead, download and manually install the relevant RPMs .
It seems they haven't added that yet; Yum is still a fairly young package manager.
A quick look at the man page revealed no such option .
|
|
FC11 beta upgraded to FC12. When I do yum list I see listing on the far right column as follows: 'fedora' 'installed' and '@fedora'. Previously I never had '@fedora' and only seemed to appear when I upgraded from FC11->FC12.
Also when i look at the...
Started by Paul on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
This means you can install a newkernels are in the "installonly" configuration, which means instead of doing an update (install new which affect removal of ....
Then remove old) yum tells rpm to just install the new versions.
|