-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTRAIN_00687.eml
31 lines (27 loc) · 998 Bytes
/
TRAIN_00687.eml
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
NoneNone> About apt.conf there are these lines:
> --<snip>--
> RPM
> {
> // Leave list empty to disable
> AllowedDupPkgs {"^kernel$"; "kernel-smp"; "kernel-enterprise"; };
> HoldPkgs {"kernel-source"; "kernel-headers"; };
> }
> --</snip>--
>
> How do I tell apt hold all kernel packages? Can I use syntax like
> "kernel*"; ?
>
> And I don't quite understand what the part "^kernel$"; means?
You could read about regular expressions.
^kernel$ matches "kernel" and nothimg more.
Kerne, kernel-smp and kernel-enterprise are the kernel packages you
might be running in a RH system. Packages like kernel-headers,
kernel-BOOT and kernel-doc aren't matched. If it just said "kernel", it
would match *all* those packages.
--
"You were good with that recorder." (=nokkahuilu)
"Soitit hyvin sitä mankkaa."
-- (Suomennos) Men Behaving Badly
_______________________________________________
RPM-List mailing list <[email protected]>
http://lists.freshrpms.net/mailman/listinfo/rpm-list