summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-discuss/20100929/001514.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-discuss/20100929/001514.html')
-rw-r--r--zarb-ml/mageia-discuss/20100929/001514.html124
1 files changed, 124 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/20100929/001514.html b/zarb-ml/mageia-discuss/20100929/001514.html
new file mode 100644
index 000000000..3ca65015b
--- /dev/null
+++ b/zarb-ml/mageia-discuss/20100929/001514.html
@@ -0,0 +1,124 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-discuss] Package management system
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Package%20management%20system&In-Reply-To=%3C201009290042.21675.r.h.michel%2Bmageia%40gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="001518.html">
+ <LINK REL="Next" HREF="001520.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-discuss] Package management system</H1>
+ <B>Renaud MICHEL</B>
+ <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Package%20management%20system&In-Reply-To=%3C201009290042.21675.r.h.michel%2Bmageia%40gmail.com%3E"
+ TITLE="[Mageia-discuss] Package management system">r.h.michel+mageia at gmail.com
+ </A><BR>
+ <I>Wed Sep 29 00:42:21 CEST 2010</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="001518.html">[Mageia-discuss] Package management system
+</A></li>
+ <LI>Next message: <A HREF="001520.html">[Mageia-discuss] Package management system
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#1514">[ date ]</a>
+ <a href="thread.html#1514">[ thread ]</a>
+ <a href="subject.html#1514">[ subject ]</a>
+ <a href="author.html#1514">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>On mercredi 29 septembre 2010 at 00:16, Richard wrote :
+&gt;<i> On Tuesday 28 September 2010 22:21:08 Michael Scherer wrote:
+</I>&gt;<i> &gt; Well, apt is likely to be faster, c++ may be the cause.
+</I>&gt;<i>
+</I>&gt;<i> That makes sudden sense; I had forgotten how slow rpmdrake has become
+</I>&gt;<i> while it builds and rebuilds its view of the installed packages
+</I>&gt;<i> inventory. I am guessing this is a &quot;compiled-v-interpreted&quot; thing. No
+</I>&gt;<i> matter how much faster is the PC I use, rpmdrake always seems to be
+</I>&gt;<i> slower than I would like/expect. That, of course, is where urpmi is most
+</I>&gt;<i> certainly your friend being many many times faster to get going -
+</I>&gt;<i> provided I already know the name of what I want to install.
+</I>
+No, if you are talking about rpmdrake, you should compare it to synaptic.
+I you want to talk about apt (be it apt-get or aptitude), you should compare
+it to urpmi, and urpmi (in my opinion) is not slow.
+
+&gt;<i> &gt; Nope, the problem is not linked to rpm or deb. If a library is needed,
+</I>&gt;<i> &gt; it is needed, that's simple.
+</I>&gt;<i> &gt;
+</I>&gt;<i> &gt; A system like emerge or macports ( macports is also in contribs, afaik
+</I>&gt;<i> &gt; ) may however reduce the required dependency, depending on the
+</I>&gt;<i> &gt; software.
+</I>&gt;<i>
+</I>&gt;<i> I sense a tendency in your response to the same confusion I am suffering
+</I>&gt;<i> from. On the one hand I find it easy to imagine that the packager is in
+</I>&gt;<i> total control of what a package regards as a &quot;dependency&quot; but on the
+</I>&gt;<i> other hand I must accept that your comment on macports may also be true.
+</I>&gt;<i> I do not know yet how to reconcile these apparent contradictions and I
+</I>&gt;<i> am really hoping I don't have to become the master of package management
+</I>&gt;<i> on all conceivable platforms before I can understand enough of this to
+</I>&gt;<i> make sense of it.
+</I>
+emerge and macports are source-based &quot;packet&quot; managers.
+As the programs are compiled when you want to install them, you can decide
+to exclude some optional, compile-time functionality, and avoid their
+dependencies.
+In pre-compiled packets (like rpm or deb), the packager decided what should
+be compiled, and so what are the required dependencies.
+You still have the option to get the source package and tweak it (via the
+spec file for rpm, or rule for deb) to exclude some things you don't
+require. (but you will need to do it again each time an update is available)
+
+&gt;<i> I can fully grasp the concept that the structure of a package (rpm or
+</I>&gt;<i> deb) is not relevant to the program's requirement for one or more
+</I>&gt;<i> libraries, but I do not understand by what mechanism &quot;nice to haves&quot; are
+</I>&gt;<i> included as &quot;must haves&quot;. Is it likely to be simply a packager's
+</I>&gt;<i> oversight or perhaps do some package types not enable the distinction to
+</I>&gt;<i> be made? If the latter, and rpms are of this type, then is ther a
+</I>&gt;<i> package type which does support the distinction?
+</I>
+Packages have dependencies, those are interpreted as &quot;this package cannot
+work without those&quot;.
+You can also have less strict recommendations, deb has provided for long
+recommended packages (not really required, but a must have) and suggested
+packages (is an interesting addition, but nothing essential).
+Rpm also provide such a mechanism (though I think is younger than deb) with
+the suggested packages.
+Urpmi take the suggested packages into account, when installing it will by
+default selected also the suggested packages, but you can add the --no-
+suggests option to avoid this.
+On the urpme side, if you uninstall a package that was installed as a
+suggestion, it won't trigger the uninstallation of the package that
+suggested it.
+
+--
+Renaud Michel
+</PRE>
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="001518.html">[Mageia-discuss] Package management system
+</A></li>
+ <LI>Next message: <A HREF="001520.html">[Mageia-discuss] Package management system
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#1514">[ date ]</a>
+ <a href="thread.html#1514">[ thread ]</a>
+ <a href="subject.html#1514">[ subject ]</a>
+ <a href="author.html#1514">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss
+mailing list</a><br>
+</body></html>