About: Lzip

An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

lzip is a free, command-line tool for the compression of data; it employs the Lempel–Ziv–Markov chain algorithm (LZMA) with a user interface that is familiar to users of usual Unix compression tools, such as gzip and bzip2. Like gzip and bzip2, concatenation is supported to compress multiple files, but the convention is to bundle a file that is an archive itself, such as those created by the tar or cpio Unix programs. Lzip can split the output for the creation of multivolume archives.

Property Value
dbo:abstract
  • Lzip je licenčně svobodný (GNU GPL) komprimační program využívající metodu LZMA a nabízející rozhraní příkazového řádku podobné tradičním UN*Xovým příkazům gzip a bzip2. Stejně jako jeho přímý konkurent v této oblasti, a jejich jádro xz, je postaven na myšlenkách programu 7-Zip. Autorem je Antonio Diaz Diaz, program je napsán v C++ a první verze vyšla v roce 2008. Na rozdíl od tehdy dostupného portu 7-Zipu nenabízí jen samotnou komprimaci, ale s podporou magických čísel a kontrolních součtů. Používá příponu .lza má přiřazený typ internetového média application/x-lzip. Kromě UN*Xových systémů je k disposici i pro Microsoft Windows. (cs)
  • Lzip es un programa libre de línea de comandos para la compresión de datos, que emplea el algoritmo LZMA, con una interfaz que es familiar para los usuarios de herramientas de compresión de Unix, como gzip y bzip2. Lzip se utiliza principalmente para comprimir los ficheros de uno en uno, y también puede crear archivos de múltiples ficheros comprimiendo con lzip la salida de un archivador como tar. Sin embargo lzip es también capaz de crear sus propios archivos multimiembro así como partir la salida para la creación de archivos multivolumen.​ En el diseño del formato de fichero se ha puesto especial énfasis en la seguridad, conseguida mediante tres factores en la cola del fichero. Esto permite al programa lziprecover detectar y reconstruir ficheros dañados. La familia de programas lzip fue escrita en C++ y C por Antonio Díaz Díaz y es distribuida como software libre bajo los términos de la Licencia Pública General de GNU versión 2 o posterior. (es)
  • lzip ist ein freies Datenkompressionsprogramm für Unixoide Systeme, das die Nutzung des modernen Lempel-Ziv-Markow-Algorithmus (LZMA) in von üblichen Unix-Kompressionswerkzeugen gewohnter Weise erlaubt.Es hat eine den etablierten Linux-Packwerkzeugen gzip und bzip2 sehr ähnliche Handhabung, nutzt ein neues Dateiformat mit zu deren Formaten vergleichbaren Eigenschaften und erledigt wie diese ebenfalls das Archivieren mehrerer Dateien nicht selbst, sondern setzt dafür auf die Kombination mit reinen Archivformaten wie tar. Für lzip-Archive sind die Dateinamenserweiterung .lz und der MIME-Type application/x-lzip vorgesehen. Bei dem Format wurde besonderer Wert auf Integritätsprüfung gelegt, wofür eine 64-Bit-Prüfsumme integriert ist. lzip ist von Antonio Diaz in C++ geschrieben und wird als freie Software auch im Quelltext unter den Bedingungen von Version 2 oder später der GNU General Public License (GPL) verbreitet.Mit seiner Zielsetzung und seinen Eigenschaften steht es in direkter Konkurrenz zu den XZ Utils. Es existiert auch eine Multithreading-Version von lzip namens plzip, die auf einem Mehrprozessorsystem alle CPU-Kerne nutzen kann. Dadurch wird meist eine große Zeitersparnis erzielt. Die erzeugte .lz-Datei ist in der Regel etwas größer als eine mit lzip erzeugte Version, aber voll kompatibel. Sie kann von jedem Programm verarbeitet werden, das .lz-Dateien verarbeiten kann, unabhängig davon, ob es auf einem Single- oder Mehrprozessorsystem läuft. (de)
  • lzip is a free, command-line tool for the compression of data; it employs the Lempel–Ziv–Markov chain algorithm (LZMA) with a user interface that is familiar to users of usual Unix compression tools, such as gzip and bzip2. Like gzip and bzip2, concatenation is supported to compress multiple files, but the convention is to bundle a file that is an archive itself, such as those created by the tar or cpio Unix programs. Lzip can split the output for the creation of multivolume archives. The file that is produced by lzip is usually given .lz as its filename extension, and the data is described by the media type application/lzip. The lzip suite of programs was written in C++ and C by Antonio Diaz Diaz and is being distributed as free software under the terms of version 2 or later of the GNU General Public License (GPL). (en)
  • lzip はLZMA圧縮アルゴリズムを利用する可逆圧縮ファイルフォーマット用のコマンドである。インターフェースはgzipやbzip2と似ている。lzipは、gzipと同じぐらい速く復元でき、bzip2よりも効率よく圧縮できる。 (ja)
  • Lzip — компрессор для сжатия файлов без потери данных, разработанный Антонио Диасом (англ. Antonio Diaz). (ru)
dbo:genre
dbo:license
dbo:operatingSystem
dbo:programmingLanguage
dbo:thumbnail
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 30370851 (xsd:integer)
dbo:wikiPageLength
  • 8964 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1105917060 (xsd:integer)
dbo:wikiPageWikiLink
dbp:developer
  • Antonio Diaz Diaz (en)
dbp:extension
  • .lz (en)
dbp:genre
dbp:license
  • GPLv2+ (en)
dbp:logo
  • lzip.png (en)
dbp:logoSize
  • 150 (xsd:integer)
dbp:magic
  • 0 (xsd:integer)
dbp:mime
  • application/lzip (en)
dbp:name
  • lzip (en)
dbp:open
  • Yes (en)
dbp:operatingSystem
dbp:owner
  • Antonio Diaz Diaz (en)
dbp:programmingLanguage
  • C++ or C (en)
dbp:website
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • lzip はLZMA圧縮アルゴリズムを利用する可逆圧縮ファイルフォーマット用のコマンドである。インターフェースはgzipやbzip2と似ている。lzipは、gzipと同じぐらい速く復元でき、bzip2よりも効率よく圧縮できる。 (ja)
  • Lzip — компрессор для сжатия файлов без потери данных, разработанный Антонио Диасом (англ. Antonio Diaz). (ru)
  • Lzip je licenčně svobodný (GNU GPL) komprimační program využívající metodu LZMA a nabízející rozhraní příkazového řádku podobné tradičním UN*Xovým příkazům gzip a bzip2. Stejně jako jeho přímý konkurent v této oblasti, a jejich jádro xz, je postaven na myšlenkách programu 7-Zip. (cs)
  • lzip ist ein freies Datenkompressionsprogramm für Unixoide Systeme, das die Nutzung des modernen Lempel-Ziv-Markow-Algorithmus (LZMA) in von üblichen Unix-Kompressionswerkzeugen gewohnter Weise erlaubt.Es hat eine den etablierten Linux-Packwerkzeugen gzip und bzip2 sehr ähnliche Handhabung, nutzt ein neues Dateiformat mit zu deren Formaten vergleichbaren Eigenschaften und erledigt wie diese ebenfalls das Archivieren mehrerer Dateien nicht selbst, sondern setzt dafür auf die Kombination mit reinen Archivformaten wie tar. Für lzip-Archive sind die Dateinamenserweiterung .lz und der MIME-Type application/x-lzip vorgesehen. Bei dem Format wurde besonderer Wert auf Integritätsprüfung gelegt, wofür eine 64-Bit-Prüfsumme integriert ist. (de)
  • Lzip es un programa libre de línea de comandos para la compresión de datos, que emplea el algoritmo LZMA, con una interfaz que es familiar para los usuarios de herramientas de compresión de Unix, como gzip y bzip2. La familia de programas lzip fue escrita en C++ y C por Antonio Díaz Díaz y es distribuida como software libre bajo los términos de la Licencia Pública General de GNU versión 2 o posterior. (es)
  • lzip is a free, command-line tool for the compression of data; it employs the Lempel–Ziv–Markov chain algorithm (LZMA) with a user interface that is familiar to users of usual Unix compression tools, such as gzip and bzip2. Like gzip and bzip2, concatenation is supported to compress multiple files, but the convention is to bundle a file that is an archive itself, such as those created by the tar or cpio Unix programs. Lzip can split the output for the creation of multivolume archives. (en)
rdfs:label
  • Lzip (cs)
  • Lzip (de)
  • Lzip (es)
  • Lzip (en)
  • Lzip (ja)
  • Lzip (ru)
owl:sameAs
prov:wasDerivedFrom
foaf:depiction
foaf:homepage
foaf:isPrimaryTopicOf
foaf:name
  • lzip (en)
is dbo:wikiPageDisambiguates of
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License