1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Orphans - those poor orphans . . .
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Orphans%20-%20those%20poor%20orphans%20.%20.%20.&In-Reply-To=%3C4F08205C.9070300%40eesti.ee%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="011069.html">
<LINK REL="Next" HREF="011077.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Orphans - those poor orphans . . .</H1>
<B>Sander Lepik</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Orphans%20-%20those%20poor%20orphans%20.%20.%20.&In-Reply-To=%3C4F08205C.9070300%40eesti.ee%3E"
TITLE="[Mageia-dev] Orphans - those poor orphans . . .">sander.lepik at eesti.ee
</A><BR>
<I>Sat Jan 7 11:37:16 CET 2012</I>
<P><UL>
<LI>Previous message: <A HREF="011069.html">[Mageia-dev] Orphans - those poor orphans . . .
</A></li>
<LI>Next message: <A HREF="011077.html">[Mageia-dev] Orphans - those poor orphans . . .
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#11070">[ date ]</a>
<a href="thread.html#11070">[ thread ]</a>
<a href="subject.html#11070">[ subject ]</a>
<a href="author.html#11070">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>07.01.2012 12:18, andre999 kirjutas:
><i> It is not exactly the same thing, but in more than one occasion when I installed packages
</I>><i> with similar functions at the same time, to compare them, say A, B, and C, and later
</I>><i> uninstalled B and C, I have found A to be declared an orphan. Only to find that it had
</I>><i> been required by one of the others.
</I>><i> (I often prefer command-line packages. It is simple to add them to the menu if I want.
</I>><i> And I have often enough made such comparisons. To be fair, I haven't done much of that
</I>><i> since installing Mageia, when it first became available.)
</I>So what you say is:
urpmi A
urpmi B
urpmi C
urpme B C
A would be orphan? Really?! Show me. I want an example!
><i> The auto-orphans option and how it currently works is based on the assumption that if
</I>><i> package A is installed as a requirement of package B, that on uninstalling B, one will
</I>><i> want to uninstall A. That to me is a false premise.
</I>You do get the point of orphans?! System has no AI. It only knows what it has to know. If
you still want A you would just run urpmi A and urpme --auto-orphans won't remove it! Simple
as that.
--
Sander
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="011069.html">[Mageia-dev] Orphans - those poor orphans . . .
</A></li>
<LI>Next message: <A HREF="011077.html">[Mageia-dev] Orphans - those poor orphans . . .
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#11070">[ date ]</a>
<a href="thread.html#11070">[ thread ]</a>
<a href="subject.html#11070">[ subject ]</a>
<a href="author.html#11070">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|