User Tools

Site Tools


compression

If you want to send us your comments, please do so. Thanks
More on comments


Compression

tar

bzip2

Compress a file with bzip2 and keep the original (which will otherwise be deleted)

bzip2 --compress --keep somefile

.deb file

ar is in the binutils package
Extract:

ar x {file.deb}

gunzip

Extract one file from a .gz file

gunzip -c archive.gz file.txt > file.txt

How to unpack a .exe filecontainer

You can try:

unrar e
unzip
tar -xf
gzip -d

Main subjects on this wiki: Linux, Debian, HTML, Microcontrollers, Privacy

RSS
Disclaimer
Privacy statement
Bugs statement
Cookies
Copyright © : 2014 - 2024 Webevaluation.nl and the authors
Changes reserved.

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
compression.txt · Last modified: 21-08-2023 21:59 by wim