The Following User Says Thank You to ewan For This Useful Post: | ||
|
2010-02-15
, 22:38
|
Posts: 310 |
Thanked: 383 times |
Joined on Jan 2010
|
#52
|
OK; if you haven't used yum you clearly haven't used a Redhat/Fedora type system in quite a few years. I've used, and continue to use, both and really there is very little substantial difference between RPM and deb formats, between the RPM and dpkg tools, and between the yum and apt repository/dependency handlers. There are little advantages and disadvantages to each, but nothing dramatic.
If you've got specific questions or concerns, what are they? I'm pretty sure those of us with more recent experience of RPM systems will be able to answer them.
The Following 4 Users Say Thank You to nightfire For This Useful Post: | ||
|
2010-02-15
, 22:47
|
|
Posts: 445 |
Thanked: 572 times |
Joined on Oct 2009
@ Oxford
|
#53
|
Ok, does the modern RPM install/removal process allow for interactivity? IE. can a package install query the user? I understand the original philosophy was to permit unattended installation, but is interactivity now possible?
Does it handle alternatives? If you install two packages which both offer the same binary, does the system handle which one is active through symbolic linking?
Can multiple packages provide the same facility? Can other packages depend on that facility (ie. multiple JVMs offer "java" and one is enough to satisfy the dependency)?
Does it allow advanced dependency overrides in the case of complex upgrades (ie. gracefully handling package cross-dependencies)?
|
2010-02-15
, 22:52
|
Posts: 31 |
Thanked: 5 times |
Joined on Jan 2010
@ Poland
|
#54
|
The Following 2 Users Say Thank You to mlb For This Useful Post: | ||
|
2010-02-15
, 22:58
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#55
|
The Following 6 Users Say Thank You to fatalsaint For This Useful Post: | ||
|
2010-02-15
, 23:06
|
Posts: 310 |
Thanked: 383 times |
Joined on Jan 2010
|
#56
|
No. I don't tend to find it a problem in practice, things are just packaged to expect configuration after installation if needed rather than as part of the install itself. And it allows automated installs without risking having it stop because you missed a debconf question in the configuration. That's probably of limited relevance on a Maemo type system though; I can't see much of a use-case for kickstarting an N900 :-)
Yes. With a direct port of Debian's alternatives system.
Complex upgrades tend to work; I've done several Fedora major upgrades with yum. It's not strictly something Fedora support, but people generally try to make sure it works, and it usually does. I'm not sure exactly what you're thinking of when you say 'overrides' exactly though - if the dependency information is good and expresses the real dependency relationships between packages surely you want to use that information, not override it?
The Following User Says Thank You to nightfire For This Useful Post: | ||
|
2010-02-15
, 23:09
|
Posts: 5,795 |
Thanked: 3,151 times |
Joined on Feb 2007
@ Agoura Hills Calif
|
#57
|
|
2010-02-15
, 23:14
|
Posts: 310 |
Thanked: 383 times |
Joined on Jan 2010
|
#58
|
|
2010-02-15
, 23:24
|
Posts: 337 |
Thanked: 160 times |
Joined on Aug 2009
@ München, DE
|
#59
|
Y] Deb based systems are more similar to each other not just in the package management but also in actual system stucture.
The Following 2 Users Say Thank You to range For This Useful Post: | ||
|
2010-02-15
, 23:31
|
Posts: 337 |
Thanked: 160 times |
Joined on Aug 2009
@ München, DE
|
#60
|
Tags |
rabble-rousing, rpm vs. deb war, rpmligion vs debligion, vote attila77 |
|
If you've got specific questions or concerns, what are they? I'm pretty sure those of us with more recent experience of RPM systems will be able to answer them.