.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "deb 5" .TH deb 5 "2023-01-05" "1.21.17" "dpkg suite" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NOME" .IX Header "NOME" deb \- formato dei pacchetti binari di Debian .SH "SINTASSI" .IX Header "SINTASSI" \&\fInomefile\fR\fB.deb\fR .SH "DESCRIZIONE" .IX Header "DESCRIZIONE" Il formato \fB.deb\fR \(`e il formato dei pacchetti binari Debian. \(`E riconosciuto da dpkg 0.93.76 ed \(`e generato in modo predefinito a partire dalle versioni 1.2.0 e 1.1.1elf (compilazioni i386/ELF) di dpkg. .PP Il formato descritto in questo testo \(`e usato sin da Debian 0.93; i dettagli del vecchio formato sono descritti in \fBdeb-old\fR(5). .SH "FORMATO" .IX Header "FORMATO" Il file \(`e un archivio \fBar\fR con un valore magico di \fB!\fR. Solo il formato comune di archivio \fBar\fR \(`e gestito, senza estensioni per nomi di file lunghi, ma con i nomi dei file contenenti un carattere sbarra finale opzionale che limita la loro lunghezza a 15 caratteri (dei 16 permessi). Le dimensioni dei file sono limitate a 10 cifre decimali \s-1ASCII,\s0 permettendo approssimativamente file elemento di 9536,74 MiB. .PP The \fBtar\fR archives currently allowed are, the old-style (v7) format, the pre-POSIX ustar format, a subset of the \s-1GNU\s0 format (new style long pathnames and long linknames, supported since dpkg 1.4.1.17; large file metadata since dpkg 1.18.24), and the \s-1POSIX\s0 ustar format (long names supported since dpkg 1.15.0). Unrecognized tar typeflags are considered an error. Each tar entry size inside a tar archive is limited to 11 \s-1ASCII\s0 octal digits, allowing for up to 8 GiB tar entries. The \s-1GNU\s0 large file metadata support permits 95\-bit tar entry sizes and negative timestamps, and 63\-bit \s-1UID, GID\s0 and device numbers. .PP Il primo elemento si chiama \fBdebian-binary\fR e contiene una serie di righe, separate da ritorni a capo. Attualmente \(`e presente una sola riga, il numero di versione del formato: \fB2.0\fR al momento della stesura di questa pagina di manuale. I programmi che leggono gli archivi nel nuovo formato dovrebbero essere preparati ad un incremento del numero minore di versione e alla presenza di nuove righe, e dovrebbero ignorarli, se appropriato. .PP Se \(`e cambiato il numero principale, \(`e stata fatta una modifica incompatibile e il programma dovrebbe fermarsi. Se non \(`e cos\(`i, il programma dovrebbe poter continuare senza problemi, a meno di non incontrare un elemento inaspettato nell'archivio (tranne alla fine), come descritto in seguito. .PP The second required member is named \fBcontrol.tar\fR. It is a tar archive containing the package control information, either not compressed (supported since dpkg 1.17.6), or compressed with gzip (with \fB.gz\fR extension) or xz (with \fB.xz\fR extension, supported since 1.17.6), as a series of plain files, of which the file \fBcontrol\fR is mandatory and contains the core control information, the \fBmd5sums\fR, \fBconffiles\fR, \fBtriggers\fR, \fBshlibs\fR and \fBsymbols\fR files contain optional control information, and the \fBpreinst\fR, \fBpostinst\fR, \fBprerm\fR and \fBpostrm\fR files are optional maintainer scripts. The control tarball may optionally contain an entry for \(oq\fB.\fR\(cq, the current directory. .PP Il terzo e ultimo elemento necessario \(`e chiamato \fBdata.tar\fR. Contiene il file system in forma di archivio tar, non compresso (supportato a partire da dpkg 1.10.24) oppure compresso con gzip (con estensione \fB.gz\fR), xz (con estensione \fB.xz\fR, supportato a partire da dpkg 1.15.6), bzip2 (con estensione \fB.bz2\fR, supportato a partire dpkg 1.10.24) o lzma (con estensione \fB.lzma\fR, supportato a partire da dpkg 1.13.25). .PP These members must occur in this exact order. Current implementations should ignore any additional members after \fBdata.tar\fR. Further members may be defined in the future, and (if possible) will be placed after these three. Any additional members that may need to be inserted after \fBdebian-binary\fR and before \fBcontrol.tar\fR or \fBdata.tar\fR and which should be safely ignored by older programs, will have names starting with an underscore, \(oq\fB_\fR\(cq. .PP I nuovi elementi che non potranno essere ignorati senza problemi verranno inseriti prima di \fBdata.tar\fR con nomi che iniziano con un carattere diverso da un trattino basso oppure, pi\(`u probabilmente, causeranno un aumento del numero principale di versione. .SH "TIPO MULTIMEDIALE" .IX Header "TIPO MULTIMEDIALE" .SS "Attuale" .IX Subsection "Attuale" application/vnd.debian.binary\-package .SS "Deprecati" .IX Subsection "Deprecati" application/x\-debian\-package .PP application/x\-deb .SH "VEDERE ANCHE" .IX Header "VEDERE ANCHE" \&\fBdeb-old\fR(5), \fBdpkg-deb\fR(1), \fBdeb-control\fR(5), \fBdeb-conffiles\fR(5), \fBdeb\-md5sums\fR(5), \fBdeb-triggers\fR(5), \fBdeb-shlibs\fR(5), \fBdeb-symbols\fR(5), \fBdeb-preinst\fR(5), \fBdeb-postinst\fR(5), \fBdeb-prerm\fR(5), \fBdeb-postrm\fR(5).