Monday, January 31, 2011

squashfs-tools

$ aptitude show squashfs-tools
Package: squashfs-tools
New: yes
State: installed
Automatically installed: no
Version: 1:4.1-3
Priority: optional
Section: kernel
Maintainer: Daniel Baumann
Uncompressed Size: 344 k
Depends: libc6 (>= 2.3.4), liblzma2 (>= 4.999.9beta+20091116), liblzo2-2, zlib1g (>= 1:1.1.4)
Description: Tool to create and append to squashfs filesystems
Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib compression to compress both files, inodes and
directories. Inodes in the system are very small and all blocks are packed to minimise data overhead. Block sizes greater
than 4K are supported up to a maximum of 64K.

Squashfs is intended for general read-only filesystem use, for archival use (i.e. in cases where a .tar.gz file may be used),
and in constrained block device/memory systems (e.g. embedded systems) where low overhead is needed.
Homepage: http://squashfs.sourceforge.net/


$ sudo aptitude install squashfs-tools

$ dpkg -L squashfs-tools
/.
/usr
/usr/bin
/usr/bin/mksquashfs
/usr/bin/unsquashfs
/usr/share
/usr/share/doc
/usr/share/doc/squashfs-tools
/usr/share/doc/squashfs-tools/README.gz
/usr/share/doc/squashfs-tools/DONATIONS
/usr/share/doc/squashfs-tools/copyright
/usr/share/doc/squashfs-tools/PERFORMANCE.README.gz
/usr/share/doc/squashfs-tools/OLD-READMEs
/usr/share/doc/squashfs-tools/OLD-READMEs/README-3.2
/usr/share/doc/squashfs-tools/OLD-READMEs/README-3.3.gz
/usr/share/doc/squashfs-tools/OLD-READMEs/README-4.0
/usr/share/doc/squashfs-tools/OLD-READMEs/README-3.1.gz
/usr/share/doc/squashfs-tools/OLD-READMEs/README-2.1
/usr/share/doc/squashfs-tools/OLD-READMEs/README-2.0.gz
/usr/share/doc/squashfs-tools/OLD-READMEs/README-3.0
/usr/share/doc/squashfs-tools/OLD-READMEs/README-AMD64
/usr/share/doc/squashfs-tools/changelog.Debian.gz
/usr/share/doc/squashfs-tools/ACKNOWLEDGEMENTS.gz
/usr/share/doc/squashfs-tools/README-4.1.gz
/usr/share/doc/squashfs-tools/examples
/usr/share/doc/squashfs-tools/examples/pseudo-file.example
/usr/share/doc/squashfs-tools/changelog.gz
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/unsquashfs.1.gz
/usr/share/man/man1/mksquashfs.1.gz

No comments:

Post a Comment