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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-discuss] what aabout an automated way of doing it?
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20what%20aabout%20an%20automated%20way%20of%20doing%20it%3F&In-Reply-To=%3C4CC8BA6C.3030509%40laposte.net%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="002711.html">
<LINK REL="Next" HREF="002709.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-discuss] what aabout an automated way of doing it?</H1>
<B>andre999</B>
<A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20what%20aabout%20an%20automated%20way%20of%20doing%20it%3F&In-Reply-To=%3C4CC8BA6C.3030509%40laposte.net%3E"
TITLE="[Mageia-discuss] what aabout an automated way of doing it?">andr55 at laposte.net
</A><BR>
<I>Thu Oct 28 01:49:00 CEST 2010</I>
<P><UL>
<LI>Previous message: <A HREF="002711.html">[Mageia-discuss] Suggestions for the ISO
</A></li>
<LI>Next message: <A HREF="002709.html">[Mageia-discuss] Mageia-discuss Digest, Vol 2, Issue 133
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#2708">[ date ]</a>
<a href="thread.html#2708">[ thread ]</a>
<a href="subject.html#2708">[ subject ]</a>
<a href="author.html#2708">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Dj Marian a écrit :
><i> Hi,
</I>><i>
</I>><i> I´m new around, but could the program be made to be aware when someone
</I>><i> searches for a specific thing?
</I>><i> If i search vlc, it would be for sure that i want the player... and if
</I>><i> i want a lib thing i write the name and it should be recognized that i
</I>><i> need a lib and not a program with ´lib´ in it´s name.
</I>><i> Also if i actually search for a program with ´lib´ in the name, a
</I>><i> button should auto appear to show less results ( meaning just
</I>><i> GUI´s)... and if i want vlc lib´s, a button with show more results...
</I>><i>
</I>><i> ´lib´ and´vlc´ are just for the sake of simplicity
</I>><i>
</I>><i> I hope i´m not annoying,
</I>><i> Dan.
</I>
Not at all annoying. Asking questions is a good way to learn.
First of all, Rpmdrake (the graphic installer under Mandriva and
initially under Mageia), has a search field at top right.
You can search by package name (the default), description, summary, or
name of a fichier installed by the package. A match occurs if the
search text occurs anywhere in the field being searched.
If searching names for "vlc", for example, all packages with "vlc"
anywhere in the name will be listed.
Similarly if you want to list packages with "lib" in the name.
Note that most libraries do NOT contain "lib" in the name. Libraries
are generally, but not always, found in the system/library/ group.
Rpmdrake does list dependancies (including libraries) not already
installed under the package name, as "new dependancies". This would be
probably all you need.
To list all dependancies (including those already installed), you can
use the command-line "urpmq --requires {package-name}".
Note that only packages in currently active repositories are listed.
(Actually, sometimes packages in previously active repositories are also
listed, but that's a bug.)
So you have to be careful to ensure that the repositories of interest
are active.
(Which is another question, which I could explain if you wish.)
Just out of curiosity, you have what sort of Linux or other background ?
(That info will help others help you.)
Don't be afraid to ask more questions. It's a sign of intelligence :)
- André
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="002711.html">[Mageia-discuss] Suggestions for the ISO
</A></li>
<LI>Next message: <A HREF="002709.html">[Mageia-discuss] Mageia-discuss Digest, Vol 2, Issue 133
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#2708">[ date ]</a>
<a href="thread.html#2708">[ thread ]</a>
<a href="subject.html#2708">[ subject ]</a>
<a href="author.html#2708">[ 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>
|