Hi, I have a customized CentOS 5.5 kernel. I want it to upgrade it to CentOS 7. The approach I have decided was to take the CentOS 7 and then install the customized packages that are there in the CentOS 5.5. While trying to install the customized packages, I could install most of the packages, but I couldn't install the below in the latest CentOS 7. 1. rhpl 2. mod_perl 3. notification-daemon 4. vixie-cron 5. kudzu 6. redhat-lsb 7. mod_pyton 8. webalizer 9. pam_ccreds 10. libnotify 11. irda_utils 12. readahead 13. Mkinitrd 14. Alchemist 15. Cadevar 16. sustem-config-network-tui 17. firstboot-tui I tried to install the above packages as other packages using *YUM*, it is complaining that no such package. So I tried installing them by rpm's. But, installing rpm's giving "failed dependencies" error. Can you please suggest best way to install the above listed packages on CentOs 7? Are the packages listed above deprecated for CentOS 7 or merged into some other packages? Thanks for the help. -- Thanks & Regards, Venkateswara Rao Dokku.
On 2/9/2015 10:04 PM, Venkateswara Rao Dokku wrote:> 1. rhplredhat python libraries have been integrated into other things.> 2. mod_perlmod_perl is available in epel> 3. notification-daemonno idea what this is.> 4. vixie-croncron is installed by default.> 5. kudzuobsoleted.> 6. redhat-lsbredhat-lsb should be installed by default> 7. mod_pytonseems to be a dead end> 8. webalizerdidn't find it, but I bet this is easy to install from source.> 9. pam_ccredsobsoleted> 10. libnotifyin the base repository.> 11. irda_utilswow, I haven't seen anyone use irda in years. irda-utils is in the epel repo (note its - not _ )> 12. readaheadnot sure what that is, but it appears to have gone away.> 13. Mkinitrdmkinitrd is in the dracut base package> 14. Alchemistnot sure what these are, but they appear to have gone away.> 15. Cadevarcadaver, and its in epel.> 16. sustem-config-network-tui > 17. firstboot-tuiboth those 'text-user-interfaces' are completely obsoleted. -- john r pierce 37N 122W somewhere on the middle of the left coast
Really appreciate your help. Will try to install them On Tue, Feb 10, 2015 at 11:58 AM, John R Pierce <pierce at hogranch.com> wrote:> On 2/9/2015 10:04 PM, Venkateswara Rao Dokku wrote: > >> 1. rhpl >> > redhat python libraries have been integrated into other things. > >> 2. mod_perl >> > mod_perl is available in epel > >> 3. notification-daemon >> > no idea what this is. > >> 4. vixie-cron >> > cron is installed by default. > >> 5. kudzu >> > obsoleted. > >> 6. redhat-lsb >> > redhat-lsb should be installed by default > >> 7. mod_pyton >> > seems to be a dead end > > 8. webalizer >> > didn't find it, but I bet this is easy to install from source. > > 9. pam_ccreds >> > obsoleted > >> 10. libnotify >> > in the base repository. > >> 11. irda_utils >> > wow, I haven't seen anyone use irda in years. irda-utils is in the epel > repo (note its - not _ ) > >> 12. readahead >> > not sure what that is, but it appears to have gone away. > >> 13. Mkinitrd >> > mkinitrd is in the dracut base package > >> 14. Alchemist >> > not sure what these are, but they appear to have gone away. > > 15. Cadevar >> > > cadaver, and its in epel. > > 16. sustem-config-network-tui >> 17. firstboot-tui >> > > both those 'text-user-interfaces' are completely obsoleted. > > > -- > john r pierce 37N 122W > somewhere on the middle of the left coast > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >-- Thanks & Regards, Venkateswara Rao Dokku.
Thanks for the quick reply. I couldn't install the following packages also in the CentOS 7 1. python-numeric 2. system-config-services 3. perl-BSD-Resource 4. Perl-Net-IP 5.system-config-nfs 6.ipspec-tools Can you please suggest best way to install the above listed packages on CentOs 7? Are the packages listed above deprecated for CentOS 7 or merged into some other packages? On Tue, Feb 10, 2015 at 11:58 AM, John R Pierce <pierce at hogranch.com> wrote:> On 2/9/2015 10:04 PM, Venkateswara Rao Dokku wrote: > >> 1. rhpl >> > redhat python libraries have been integrated into other things. > >> 2. mod_perl >> > mod_perl is available in epel > >> 3. notification-daemon >> > no idea what this is. > >> 4. vixie-cron >> > cron is installed by default. > >> 5. kudzu >> > obsoleted. > >> 6. redhat-lsb >> > redhat-lsb should be installed by default > >> 7. mod_pyton >> > seems to be a dead end > > 8. webalizer >> > didn't find it, but I bet this is easy to install from source. > > 9. pam_ccreds >> > obsoleted > >> 10. libnotify >> > in the base repository. > >> 11. irda_utils >> > wow, I haven't seen anyone use irda in years. irda-utils is in the epel > repo (note its - not _ ) > >> 12. readahead >> > not sure what that is, but it appears to have gone away. > >> 13. Mkinitrd >> > mkinitrd is in the dracut base package > >> 14. Alchemist >> > not sure what these are, but they appear to have gone away. > > 15. Cadevar >> > > cadaver, and its in epel. > > 16. sustem-config-network-tui >> 17. firstboot-tui >> > > both those 'text-user-interfaces' are completely obsoleted. > > > -- > john r pierce 37N 122W > somewhere on the middle of the left coast > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >-- Thanks & Regards, Venkateswara Rao Dokku.