<< Mars >>
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
    
<< 2010 >>
FAQ/HOWTO
04/01/2006 : Comment utiliser urpmi --parallel
09/03/2005 : Comment installer plusieurs distributions
07/07/2004 : Introduction à Linux
07/07/2004 : Gestion des logiciels ( tar.gz, rpm et urpmi )
07/07/2004 : Comment installer le pilote NForce ?

Linux Wizard - Tiny HOWTO : removing -debug packages with urpme

Mandriva : Tiny HOWTO : removing -debug packages with urpme24/09/2008 16:47:18

If like me you are using Mandriva Cooker, you know that the best way to have useful backtraces at an application crash is to have the debugging symbols. That why you have the ability under Mandriva to install the corresponding -debug packages. To install theses debug packages, you need to activate the corresponding debug media. To see how to add theses medias, please refer to my previous post named Debugging applications crashes with GDB.

Of course, at one time, you may want to remove theses debugging packages to save hard disk space, or to have faster loading applications : this is where urpme come to the rescue. As urpme can remove all packages matching a substring, you just need to pass the debug substring to urpme combined with the -a option, and you will be proposed to removed all your -debug packages as follow : urpme -a debug

Note : Please be aware of the fact that php-xdebug package will match this substring and thus will be uninstalled too

new comment 0 comment (s)  
Bookmark and Share
FACORAT Fabrice