Size: 2417
Comment: add efficient live-compressor for executables
|
← Revision 30 as of 2022-01-28 07:56:18 ⇥
Size: 2794
Comment: make translation header easy to include in translations
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[fr/Compression|Français]] - [[it/Compression|Italiano]] - [[ja/Compression|日本語 (Nihongo)]] - [[sv/Compression|Svenska]] - [[zh_CN/Compression|简体中文]] - [[ru/Compression|Русский]]-~ | ##For Translators - to have a constantly up to date translation header in you page, you can just add a line like the following (with the comment's character at the start of the line removed) ## <<Include(Compression, ,from="^##TAG:TRANSLATION-HEADER-START",to="^##TAG:TRANSLATION-HEADER-END")>> ##TAG:TRANSLATION-HEADER-START ~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: [[Compression|English]] - [[fr/Compression|Français]] - [[it/Compression|Italiano]] - [[ja/Compression|日本語 (Nihongo)]] - [[sv/Compression|Svenska]] - [[zh_CN/Compression|简体中文]] - [[ru/Compression|Русский]]-~ ##TAG:TRANSLATION-HEADER-END |
Translation(s): English - Français - Italiano - 日本語 (Nihongo) - Svenska - 简体中文 - Русский
Data compression involves encoding information using fewer bits than the original representation (reducing size).
This page is about lossless, general purpose file compression tools.
Graphical
The following packages provide graphical interfaces to work with most compressed files:
Command line
Many archive file format exist. These command line tools are able to manipulate most file formats:
To work with a specific file type/extension:
.7z (7zip package, manual page)
.arc (arc package, manual page)
.arj (arj package, manual page)
.bz2 (bzip2 package, manual page)
.cab (Microsoft Cabinet - package, manual page)
.lzh
.gz (gzip package, manual page)
.rar (WinRAR - non-free package)
.rz, .rzip (rzip package, manual page)
.tar, .tar.bz2, .tbz, .tar.gz, .tgz (tar package, manual page, see also TarBall)
.xz (xz-utils package)
.zip (zip package, manual page)
.zoo (zoo package)
See also CategoryFileFormat
See Also
External links
TODO: merge some pages from CategoryCompression TODO: redirect CategoryCompression here
CategorySoftware CategoryCompression CategoryCommandLineInterface