help configuring yum on centos


Recommended Posts

hello all I'm a newbie to Linux...........

I was trying to conf. yum server on CentOS-6.4(running on VMware).........I get this error while createrepo

please someone help me with this......

post-322480-0-27861300-1370414246.jpg

Link to comment
Share on other sites

as root can you do


yum install python-deltarpm
[/CODE]

then try create repo again

Link to comment
Share on other sites

Haggis is correct, installing python-deltarpm should fix your issue. If you are missing a package and don't know what it is called, you can search for it by replacing deltarpm in the following command with the name of the package you wish to search for.


yum search all deltarpm
[/CODE]

That said, how did you install [i]createrepo[/i]? If you installed it from the repository yum should have installed, [i]deltarpm[/i], [i]python-deltarpm[/i], [i]libxml2-python[/i], and possibly a few other packages for you automatically.

Link to comment
Share on other sites

This topic is now closed to further replies.