Computing.Net > Forums > Linux > apt4rpm aptrpm alien ???wich to use

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

apt4rpm aptrpm alien ???wich to use

Reply to Message Icon

Name: allen
Date: October 1, 2002 at 10:40:59 Pacific
OS: redhat 7.2&7.3
CPU/Ram: p500 p266 512m 256
Comment:

running redhat 7.2 mailserver (sendmail)
7.3 is my personal copy at home
i also use mandrake 9.0
call me a wuss i like my gui
any how i hear debian is ausome with the ability to autoupdate and suse with yast is ausome to
so went looking into allternatives for redhat (since stuck with it as mailserver now) to much work to port over (or is it ????) anyhow
heard of apt4rpm
aptrpm
and
alien wich can convert deb files to rpm
urpmi

if anyone has extended experience in this could respond as to what would be my best choice as far as
1. ease of implimentation
2. reliability
3. chronability (can be set up with cron preaty easy??)
unfortunatly someone is using the hole in our version of sendmail to spam and looking to plug it but auto updates without the rpm headache bit would be nice


thanks for any replies in advance



Sponsored Link
Ads by Google

Response Number 1
Name: armin
Date: October 1, 2002 at 10:45:38 Pacific
Reply:

it makes absolutely no sense to convert *.debs to *.rpms since the package management system used in rh is just rpm.

if you want to have the advantages of the debian package management system you HAVE to use debian. (the paths to libraries etc are different in debian so the chance to break your rh system installing converted debs is quite high)

i can only recommend against using debs on a rpm system and vice versa. but i can assure you (using debian for some time now) the deb package management system is just unbelievably reliable, stable and easy. (forget about rpmfind.net etc..) just apt-get install packagename and all dependencies are cared for automagically :)


0

Response Number 2
Name: armin
Date: October 1, 2002 at 10:48:41 Pacific
Reply:

i forgot:

updating via cron is very easy too:
make a script containing:

#!/bin/bash
apt-get update && apt-get upgrade
exit 0

and have it executed weekly. configure your cron daemon to mail the results to you (youre being asked during installation how you want your system to get in touch with you and you can easily change this afterwards) and thats it :)



0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: apt4rpm aptrpm alien ???wich to use

what filesystem to use? www.computing.net/answers/linux/what-filesystem-to-use/7400.html

fdisk /mbr ... now want to use the hard www.computing.net/answers/linux/fdisk-mbr-now-want-to-use-the-hard-/7510.html

how to use PHP to authenticate users www.computing.net/answers/linux/how-to-use-php-to-authenticate-users/7801.html