0
votes
3answers
47 views

-bash: yum: command not found

I have one server with Red Hat Enterprise Linux AS release 4 (Nahant Update 3) installed. And I tried to add the online repo using this link: Centos Wiki: RPMForge And everything goes smooth. But ...
2
votes
2answers
42 views

Finding yum equivalents of apt repositories?

I have code to setup an Ubuntu server that relies on apt-get. It has lots of packages as documented on our project wiki, for example these: development environment and the ruby dependencies. However, ...
1
vote
3answers
113 views

Disable repository updating in fedora

Fedora checks all repository for updating when every time i want to install some packages from yum. this is waste of time because i know they are updated! how could i disable this checking?
3
votes
3answers
152 views

make reposync ignore /etc/yum.conf?

Is there a way to make reposync ignore /etc/yum.conf ? When i use reposync --config=/my/path/to/alternative/inputrepo.conf it's still picking up repositories for consideration inside /etc/yum.repos.d ...
1
vote
1answer
79 views

CentOS: disable a non-reachable repository

How to disable a non-reachable repository? I have an error when I use yum repolist or yum list: # yum list | grep 404 http://download.opensuse.org/repositories/home%3A/SannisDev/ CentOS_CentOS- ...
0
votes
3answers
209 views

yum install failing with strange output

I am using below command to install gcc on my laptop running fedora 17. yum install gcc But I am getting strange output. Loaded plugins: langpacks, presto, refresh-packagekit Resolving ...
2
votes
2answers
389 views

Remove yum repo using yum

I have no root access on my machine at work, but I have sudo permission to use sudo yum (and only yum). Recently I accidentally installed a faulty repository (dropbox), and now I'd like to remove it. ...
1
vote
2answers
177 views

List of installed repositories (yum)

In centos how can I get a list of installed repositories?
1
vote
1answer
984 views

Download all dependencies with yumdownloader, even if already installed?

Is there a way to download all dependencies with yumdownloader, even if they are already installed? I'm trying to create a local repo and only want to include the packages we need.
2
votes
2answers
2k views

How to create Local Repositories in RHEL

I need to create a local repository in RHEl 5.5. i386 Because when I type some command in terminal it say that RHEL is not subscribed with RHN which is true. I took it from friend. So can someone ...
1
vote
4answers
94 views

Are packages downloaded from multiple mirror sites?

I'm running F17 and inside of yum.repos.d. I see multiple repos listed like adobe-linux-1386.repo, fedora.repo, google-chrome.repo, etc. When I yum install are some files being downloaded from ...
3
votes
2answers
2k views

Unable to install the php-posix package on CentOS 5.6

I have the following PHP packages installed on my CentOS 5.6 host and I am trying to install php-posix. When I run yum install php-posix I receive an error saying that php53-common conflicts with ...
2
votes
1answer
711 views

VMware Tools repo

I maintain a local repository for all the installation packages. I'm attempting to use reposync (the first time, I generally use rsync to mirror what I need) and I'm getting some odd behavior. Any ...
1
vote
2answers
2k views

CentOS yum repository bad Header V4 RSA/SHA1 signature

I was coping with many problems to get stuck with this one. I have installed yum repository on server (CentOS 5.6) with: createrepo -v -s sha yumrepo/ sha is used due to solution to my earlier ...
2
votes
2answers
2k views

“Cannot run C compiled programs” error when installing PDO PHP module

I have a cPanel server I want to install some packages on. I connected to the server as root and ran the following commands to update and delete all the existing repositories: yum update yum clean ...
0
votes
1answer
491 views

no default repositories in yum

I am trying to install gtk-murrine-engine on my RedHat Linux Client 5.5 using yum install. It says package not available. It appears that there only exists some local repositories in yum , pertaining ...
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 ...
2
votes
2answers
1k views

Fedora 15: something weird going on with yum

I am unsuccessfully trying to install some packages in Fedora 15 using yum. Every time I use yum install I get this output: [ziga@ziga-CQ56 ~]$ sudo yum install yum-fastestmirror [sudo] password for ...