- This topic has 2개 답변, 2명 참여, and was last updated 11 years 전에 by
인베인. This post has been viewed 25 times
-
게시글
-
LZMA는 gzip보다 평균적으로 30%이상의 더 높은 압축률(bzip2보다는 15% 더 높은 압축률)을 가지나,압축해제는 gzip보다 더 느린 속도를 나타내므로, 속도가 중요하지 않는 시스템에 유용하다.
.URL : http://tukaani.org/lzma/
.Summary : LZMA utils
.Description :
LZMA provides very high compression ratio and fast decompression. The
core of the LZMA utils is Igor Pavlov's LZMA SDK containing the actual
LZMA encoder/decoder. LZMA utils add a few scripts which provide
gzip-like command line interface and a couple of other LZMA related
tools.b0181ce9e3e9e15d9c67c764c831c4131cd39378 lzma-libs-4.32.0-0.6.beta5.fc7.i386.rpm
8d35148c28b37765ee65ccc7ead35f2be5614081 lzma-debuginfo-4.32.0-0.6.beta5.fc7.i386.rpm
eb0bfad8ac3df29c113e7a17a953c364fdf516ec lzma-devel-4.32.0-0.6.beta5.fc7.i386.rpm
d796af0bf6b6f29b0115822979f81a393b13dfad lzma-4.32.0-0.6.beta5.fc7.i386.rpmfc6#> w get http://tukaani.org/lzma/lzma-4.32.3.tar.gz
fc6#> tar xzf lzma-4.32.3.tar.gz
fc6#> cd lzma-4.32.3
fc6#> configure --prefix=/usr
fc6#> make
fc6#> make install* 오픈소스는 Open Innovationa & 윈윈전략을 도모할 지언정 절대 공짜(무료)임을 뜻하지 않는다.치
- 답변은 로그인 후 가능합니다.