Sponsored Content
Operating Systems Linux Red Hat 'yum install createrepo' issue Post 302670923 by admin_xor on Thursday 12th of July 2012 04:13:45 PM
Old 07-12-2012
In the 1st case, you might have copied only the .rpm files from the installation media and not the repomd.xml file that actually contains information about the repository and dependencies etc. To create this file, you need to have the createrepo command installed (you have to use the rpm command and have to install the dependencies manually though. But that's worth it). Post that, you should be able to use your local repository.

In the 2nd case, it's not an error from the yum's end. I have tested this with ftp client and you cannot get past the debuginfo directory without passive mode.
This User Gave Thanks to admin_xor For This Post:
 

10 More Discussions You Might Find Interesting

1. Linux

install yum

I have a centos 4.x box and for some reason yum is not installed on it. Is there a howto on how to do this? thanks! (3 Replies)
Discussion started by: mcraul
3 Replies

2. Linux

[help] can not install KDE by yum

Hi, I installed Fedora 7 without GNOME and KDE from DVD. Using console is not convenient, so I would like to install KDE. I do some step like this: ---------------------------- 1. I use local repository from DVD: /mnt/dvd 2. from command windown: # yum groupinstall KDE ..................... (1 Reply)
Discussion started by: kholostoi
1 Replies

3. Red Hat

createrepo...YUM installation

i have 5 cd's of RHEL 5. how do i know which cd is the createrepo package in... is there any command or flags you can add to rpm command to install and the install processes will automatically ask for certain # of cd... (0 Replies)
Discussion started by: dplinux
0 Replies

4. Red Hat

Installing yum and createrepo

Hello all, I'm stuck with a problem on REDHAT Enterprise (uname -r show: 2.4.21-57.ELsmp) The only way to install package is using RPM, but since I'm a newbie I got a lot of dependencies warnings. I installed yum, but the problem now is that I'm not able to create a local repository to install... (6 Replies)
Discussion started by: Lord Spectre
6 Replies

5. Red Hat

how can i get the install path from yum?

Hello all i install several application using yum in CentOS now i like to see the installed application path's where each component yum downloaded got installed how can i do that ? (1 Reply)
Discussion started by: umen
1 Replies

6. UNIX for Dummies Questions & Answers

Trying to install using YUM

Hi, working on CentOS 5.7 64 bit. I need to install syslog-ng. First I downloaded syslog-ng RPM. When I install I get many dependencies error messages. rpm -ivh syslog-ng-3.3.3-1.mga2.x86_64.rpm warning: syslog-ng-3.3.3-1.mga2.x86_64.rpm: Header V3 RSA/SHA1 signature: NOKEY, key ID... (2 Replies)
Discussion started by: samnyc
2 Replies

7. Red Hat

Yum cannot install from repository

Hi guys, thanks for you help on this issue. I built a dvd repository on my server and when I try to install a package from it, I get this error ftp://10.0.0.12/pub/Packages/httpd-2.2.15-26.el6.x86_64.rpm: PYCURL ERROR 9 - "Server denied you to change to the given directory" I will... (2 Replies)
Discussion started by: cjashu
2 Replies

8. Linux

Issue with yum install migrationtools

Dear Friends, AM installing openldap, during that need to install migrationtools through yum install. But when run the command "yum install migrationtools" its throughin below errors. There is not folder migrationtool is creating as you can see below. Even i tried with -skip-broken that alos... (0 Replies)
Discussion started by: Chand
0 Replies

9. Post Here to Contact Site Administrators and Moderators

Yum install migrationtools

Dear All, Dear Friends, AM installing openldap , during that need to install migrationtools through yum install . But when run the command " yum install migrationtools " its throughin below errors. There is not folder migrationtool is creating as you can see below. Even i tried with... (0 Replies)
Discussion started by: Chand
0 Replies

10. UNIX for Beginners Questions & Answers

Installation of virt-manager while yum update and yum install rhvm does not work

I have downloaded RHEV-H 4.2 Red Hat Virtualization - Red Hat Customer Portal (RHVirtualization 4.2 Host and Manager iso). I uploaded the image and installed on an HP G9 server baremetal. I found I dont have a WAN/net connectivity later on HPG9 server. How can I still install virt-manager on... (1 Reply)
Discussion started by: Paras Pandey
1 Replies
mergerepo(1)															      mergerepo(1)

NAME
mergerepo - Merge multiple repositories together SYNOPSIS
mergerepo --repo repo1 --repo repo2 DESCRIPTION
mergerepo is a program that allows you merge multiple repositories into a single repository while referring to the remote location for all packages. OPTIONS
-r --repo <url> Url to a repository to be merged. -o --outputdir <directory> Path where merged repository metadata should be written to. If not specified repository metadata will be written to `pwd`/merged_repo/. -d --database Generate sqlite databases of the merged repository metadata. -a --archlist Specify a comma-separated list of architectures to use. Defaults to ALL. --nogroups Do not merge/include groups metadata in the repository. --noupdateinfo Do not merge/include updateinfo metadata in the repository. EXAMPLES
$ mergerepo --repo=http://myurl.org/repo1 --repo=http://myurl.org/repo2 -d -o /tmp/mymergedrepo SEE ALSO
createrepo (8) AUTHORS
Seth Vidal <skvidal@fedoraproject.org> BUGS
Any bugs which are found should be emailed to the mailing list: rpm-metadata@lists.baseurl.org or filed as tickets at: http://cre- aterepo.baseurl.org/ Seth Vidal 2008 Oct 21 mergerepo(1)
All times are GMT -4. The time now is 11:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy