File: cupt_vs_apt.5.pod

package info (click to toggle)
cupt 2.8.4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,204 kB
  • ctags: 2,598
  • sloc: cpp: 23,043; perl: 191; sh: 22; makefile: 20
file content (52 lines) | stat: -rw-r--r-- 866 bytes parent folder | download | duplicates (6)
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
=pod

=encoding utf8

=head1 NAME

cupt_vs_apt - overview of things Cupt and APT differ in

=head1 FEATURE SETS

See L<cupt_tutorial/Disadvantages and advantages>.

=head1 DIFFERENT BEHAVIOR

=head2 Configuration

=over

=item

'apt::cache::allversions' defaults to 0, not 1 as in apt-cache

=item

'gpgv::trustedkeyring' defaults to '/var/lib/cupt/trusted.gpg'

=item

to prioritize compression types, use option 'cupt::update::compression-types',
not 'acquire::compression-types'

=item

to select repository indexes localizations, use option
'cupt::languages::indexes', not 'acquire::languages'

=back

=head2 Pinning

=over

=item

the difference between 'specific' and 'general' pin types is not supported

=item

an additional pin priority penalty is applied by default to NotAutomatic
releases (see 'cupt::cache::pin::addendums::not-automatic' option)

=back