Lzip (original) (raw)

About DBpedia

lzip はLZMA圧縮アルゴリズムを利用する可逆圧縮ファイルフォーマット用のコマンドである。インターフェースはgzipやbzip2と似ている。lzipは、gzipと同じぐらい速く復元でき、bzip2よりも効率よく圧縮できる。

thumbnail

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 dbr:Data_compression
dbo:license dbr:GNU_General_Public_License
dbo:operatingSystem dbr:Unix-like dbr:Android_(operating_system) dbr:Microsoft_Windows
dbo:programmingLanguage dbr:C++ dbr:C_(programming_language)
dbo:thumbnail wiki-commons:Special:FilePath/lzip.png?width=300
dbo:wikiPageExternalLink https://datatracker.ietf.org/doc/html/draft-diaz-lzip https://www.nongnu.org/lzip/lzip.html https://www.nongnu.org/lzip/manual/lzip_manual.html%23File-format
dbo:wikiPageID 30370851 (xsd:integer)
dbo:wikiPageLength 8964 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1105917060 (xsd:integer)
dbo:wikiPageWikiLink dbr:Unix dbr:Unix-like dbr:Command-line_interface dbr:Concatenation dbr:Container_format_(digital) dbr:Cpio dbr:GNU_General_Public_License dbr:Android_(operating_system) dbr:Lempel–Ziv–Markov_chain_algorithm dbr:MSYS2 dbr:Planetary_Data_System dbr:Media_type dbc:Free_data_compression_software dbr:Bzip2 dbr:C++ dbr:C_(programming_language) dbr:Data_compression dbr:7-Zip dbr:Cygwin dbr:Dragora_GNU/Linux-Libre dbr:European_Parliament dbr:Checksum dbr:Gzip dbr:Tar_(computing) dbr:Tar_(file_format) dbr:Archive_Manager dbr:Filename_extension dbr:Free_software dbr:Microsoft_Windows dbr:MinGW-w64 dbr:Autotools dbr:XZ_Utils dbr:Magic_number_(programming) dbr:Software_development_kit dbr:Solid_compression dbr:Lossless_data_compression dbr:Time_Zone_Database dbr:Integrity_check dbr:Master-Console_Inc.
dbp:developer Antonio Diaz Diaz (en)
dbp:extension .lz (en)
dbp:genre dbr:Data_compression
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 dbr:Unix-like dbr:Android_(operating_system) dbr:Microsoft_Windows
dbp:owner Antonio Diaz Diaz (en)
dbp:programmingLanguage C++ or C (en)
dbp:website https://www.nongnu.org/lzip/lzip.html
dbp:wikiPageUsesTemplate dbt:Archive_formats dbt:Code dbt:Infobox_file_format dbt:Infobox_software dbt:Lowercase_title dbt:Official_website dbt:Portal dbt:Reflist dbt:Short_description dbt:Start_date_and_age dbt:Third-party
dct:subject dbc:Free_data_compression_software
gold:hypernym dbr:Tool
rdf:type owl:Thing dbo:Software schema:CreativeWork dbo:Work wikidata:Q386724 wikidata:Q7397 yago:WikicatComputerFileFormats yago:Abstraction100002137 yago:Code106355894 yago:CodingSystem106353757 yago:Communication100033020 yago:Format106636806 yago:Information106634376 yago:Message106598915 yago:Writing106359877 yago:WrittenCommunication106349220 yago:Software106566077
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 freebase:Lzip yago-res:Lzip wikidata:Lzip dbpedia-cs:Lzip dbpedia-de:Lzip dbpedia-es:Lzip dbpedia-ja:Lzip dbpedia-ru:Lzip https://global.dbpedia.org/id/CVVn
prov:wasDerivedFrom wikipedia-en:Lzip?oldid=1105917060&ns=0
foaf:depiction wiki-commons:Special:FilePath/lzip.png
foaf:homepage https://www.nongnu.org/lzip/lzip.html
foaf:isPrimaryTopicOf wikipedia-en:Lzip
foaf:name lzip (en)
is dbo:wikiPageDisambiguates of dbr:LZ
is dbo:wikiPageRedirects of dbr:.lz
is dbo:wikiPageWikiLink of dbr:List_of_file_formats dbr:List_of_file_signatures dbr:List_of_filename_extensions_(F–L) dbr:List_of_archive_formats dbr:List_of_open_file_formats dbr:.lz dbr:GNOME_Archive_Manager dbr:TLZ dbr:Lempel–Ziv–Markov_chain_algorithm dbr:Slackware dbr:WinRAR dbr:Tar_(computing) dbr:Ark_(software) dbr:RPM_Package_Manager dbr:Xarchiver dbr:LZ
is foaf:primaryTopic of wikipedia-en:Lzip