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.
On 2/9/2015 10:04 PM, Venkateswara Rao Dokku wrote:
- rhpl
redhat python libraries have been integrated into other things.
- mod_perl
mod_perl is available in epel
- notification-daemon
no idea what this is.
- vixie-cron
cron is installed by default.
- kudzu
obsoleted.
- redhat-lsb
redhat-lsb should be installed by default
- mod_pyton
seems to be a dead end
- webalizer
didn't find it, but I bet this is easy to install from source.
- pam_ccreds
obsoleted
- libnotify
in the base repository.
- irda_utils
wow, I haven't seen anyone use irda in years. irda-utils is in the epel repo (note its - not _ )
- readahead
not sure what that is, but it appears to have gone away.
- Mkinitrd
mkinitrd is in the dracut base package
- Alchemist
not sure what these are, but they appear to have gone away.
- Cadevar
cadaver, and its in epel.
- sustem-config-network-tui
- firstboot-tui
both those 'text-user-interfaces' are completely obsoleted.
Really appreciate your help. Will try to install them
On Tue, Feb 10, 2015 at 11:58 AM, John R Pierce pierce@hogranch.com wrote:
On 2/9/2015 10:04 PM, Venkateswara Rao Dokku wrote:
- rhpl
redhat python libraries have been integrated into other things.
- mod_perl
mod_perl is available in epel
- notification-daemon
no idea what this is.
- vixie-cron
cron is installed by default.
- kudzu
obsoleted.
- redhat-lsb
redhat-lsb should be installed by default
- mod_pyton
seems to be a dead end
- webalizer
didn't find it, but I bet this is easy to install from source.
- pam_ccreds
obsoleted
- libnotify
in the base repository.
- irda_utils
wow, I haven't seen anyone use irda in years. irda-utils is in the epel repo (note its - not _ )
- readahead
not sure what that is, but it appears to have gone away.
- Mkinitrd
mkinitrd is in the dracut base package
- Alchemist
not sure what these are, but they appear to have gone away.
- Cadevar
cadaver, and its in epel.
- sustem-config-network-tui
- 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@centos.org http://lists.centos.org/mailman/listinfo/centos
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@hogranch.com wrote:
On 2/9/2015 10:04 PM, Venkateswara Rao Dokku wrote:
- rhpl
redhat python libraries have been integrated into other things.
- mod_perl
mod_perl is available in epel
- notification-daemon
no idea what this is.
- vixie-cron
cron is installed by default.
- kudzu
obsoleted.
- redhat-lsb
redhat-lsb should be installed by default
- mod_pyton
seems to be a dead end
- webalizer
didn't find it, but I bet this is easy to install from source.
- pam_ccreds
obsoleted
- libnotify
in the base repository.
- irda_utils
wow, I haven't seen anyone use irda in years. irda-utils is in the epel repo (note its - not _ )
- readahead
not sure what that is, but it appears to have gone away.
- Mkinitrd
mkinitrd is in the dracut base package
- Alchemist
not sure what these are, but they appear to have gone away.
- Cadevar
cadaver, and its in epel.
- sustem-config-network-tui
- 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@centos.org http://lists.centos.org/mailman/listinfo/centos
On Tue, Feb 10, 2015 at 03:29:50PM +0530, Venkateswara Rao Dokku wrote:
Thanks for the quick reply. I couldn't install the following packages also in the CentOS 7
- python-numeric
It's built for EPEL 6 and Fedora, they maintainer probably needs to branch it for EPEL7.
- system-config-services
No longer built for CentOS7.
- perl-BSD-Resource
- Perl-Net-IP
EPEL.
5.system-config-nfs
No longer built for CentOS7.
6.ipspec-tools
EPEL.
Can you please suggest best way to install the above listed packages on CentOs 7?
It looks like you ought to look at EPEL (https://fedoraproject.org/wiki/EPEL) before coming back to the list with another list.
Are the packages listed above deprecated for CentOS 7 or merged into some other packages?
I see that Fedora have packages for system-config-services and system-config-nfs, but it isn't built for EL7. I suspect that system-config-services is out of date since the switch to systemd as an init service. system-config-nfs appears to have stopped development, so it's also not that useful anymore.
I wouldn't expect there to be a one to one equivalent of every package in CentOS5 in CentOS7. Perhaps you should reconsider your dependencies rather than trying to find an exact duplicate.