Linux - EnterpriseThis forum is for all items relating to using Linux in the Enterprise.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
So which one should I use to create a local repo for 4.6, x86_64?
Also which repos should I need (centosplus repo, os repo, updates repo, extras repo) when setting up my own internal repo. Will use to build, update and patch RHEL 4 and 5 servers.
I'm not clear what your first question is there. SRPMS are the source packages, and as such architecture (i386, x86_64, ppc etc..) are not relevant, so they are at the same heirarchical level as those architectures.
If you want to create your own, then there are handy tools like reposync which will take your local yum mirrorlists on your system (or other files too if you want) and mirror them locally ready for use.
Additionally, you might want to go the whole hog and actually install spacewalk, which is the open source version of the Redhat Satellite product, allowing you to build systems and push out config changes and package updates to your internal estate and all that. It's fun.
I'm not clear what your first question is there. SRPMS are the source packages, and as such architecture (i386, x86_64, ppc etc..) are not relevant, so they are at the same heirarchical level as those architectures.
If you want to create your own, then there are handy tools like reposync which will take your local yum mirrorlists on your system (or other files too if you want) and mirror them locally ready for use.
Additionally, you might want to go the whole hog and actually install spacewalk, which is the open source version of the Redhat Satellite product, allowing you to build systems and push out config changes and package updates to your internal estate and all that. It's fun.
So SRPMS are for all architecture levels? And the rpms under x86_64 are just for x86_64?
And again why are there so many different branches (centosplus repo, an os repo, updates repo and an extras repo)?
So which one should I use to create a local repo for 4.6, x86_64?
Also which repos should I need (centosplus repo, os repo, updates repo, extras repo) when setting up my own internal repo. Will use to build, update and patch RHEL 4 and 5 servers.
Thanks.
I think u already have your answer for the 1st question.
For 2nd question ,if u r subscribed from redhat u can do that other wise use this repo,
Code:
# Red Hat Enterprise Linux 5 / i386:
rpm -Uhv http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm
# Red Hat Enterprise Linux 5 / x86_64:
rpm -Uhv http://apt.sw.be/redhat/el5/en/x86_64/rpmforge/RPMS//rpmforge-release-0.3.6-1.el5.rf.x86_64.rpm
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.