No more .bz2 files from kernel.org
Posted Dec 28, 2013 17:31 UTC (Sat)
by theophrastus (guest, #80847)
[Link] (12 responses)
Posted Dec 28, 2013 18:01 UTC (Sat)
by Tara_Li (guest, #26706)
[Link]
Posted Dec 28, 2013 19:00 UTC (Sat)
by mricon (subscriber, #59252)
[Link]
Posted Dec 28, 2013 20:00 UTC (Sat)
by lambda (subscriber, #40735)
[Link]
The real question is why they would keep three formats. gzip is useful as it's available pretty much everywhere in the default install, even on quite old systems, so anyone can use it. xz provides the best compression, so the smallest downloads for people who are able to use it. bzip2 was sitting in the middle not being particularly relevant; it's a bit smaller than gzip, and maybe a bit more widespread than xz, but each of the other formats already covered those use cases.
As xz has become more commonly available, the reason for keeping bzip2 around has become smaller and smaller. At some point, you just need to decide that the hassle of supporting 3 formats is not worth the value it provides.
Posted Dec 28, 2013 20:13 UTC (Sat)
by jhoblitt (subscriber, #77733)
[Link] (7 responses)
Posted Dec 28, 2013 20:44 UTC (Sat)
by theophrastus (guest, #80847)
[Link] (6 responses)
(so... "sudo apt-get install lzma".
hnh, even the informational messages are 'compressed':
>unlzma -v -t fred.lzma
..or just too sophisticated for spelling [wink])
Posted Dec 28, 2013 20:55 UTC (Sat)
by josh (subscriber, #17465)
[Link] (5 responses)
Posted Dec 29, 2013 21:17 UTC (Sun)
by FranTaylor (guest, #80190)
[Link] (2 responses)
Posted Dec 29, 2013 21:47 UTC (Sun)
by josh (subscriber, #17465)
[Link]
Posted Jan 4, 2014 2:43 UTC (Sat)
by k8to (guest, #15413)
[Link]
The only way to make slightly clearer shellscripts is to manually invoke the unpack with a pipe, and the danger to neglect to do so is opened by installing gnu tar. You could install schilly's tar if you want!
Posted Dec 30, 2013 13:15 UTC (Mon)
by clopez (guest, #66009)
[Link] (1 responses)
tar xfav file.tar.xz
Posted Dec 30, 2013 19:43 UTC (Mon)
by josh (subscriber, #17465)
[Link]
/tmp$ tar caf foo.tar.xz foo
Posted Dec 30, 2013 14:04 UTC (Mon)
by domo (guest, #14031)
[Link]
xz compresses tighter than bzip2 and decompresses faster than bzip2,
Posted Jan 2, 2014 1:13 UTC (Thu)
by PaulWay (guest, #45600)
[Link] (1 responses)
Or if speed and minimal memory usage is preferred over size, use lzo.
I've been doing a bit of research on this topic for my own library (Cfile) :-)
Have fun,
Paul
Posted Jan 2, 2014 18:15 UTC (Thu)
by rriggs (guest, #11598)
[Link]
Posted Jan 2, 2014 18:41 UTC (Thu)
by Comet (subscriber, #11646)
[Link] (1 responses)
I was pleasantly shocked when the reply was an email telling me that they'd gone ahead and provided .bz2 of every file and this was now complete.
As the instigator (though not the hard worker) behind the availability of .bz2 files, I heartily endorse this change. Storage costs money too and the archive folks are generous enough already to provide two versions, to take on some more cost for themselves (and the RAM for their working sets) to benefit people retrieving content. You either grab the "portable" variant or the "best compressed" variant, there's no need for something in the middle. If download times/costs matter to you, install the xz tools.
Posted Jan 3, 2014 4:12 UTC (Fri)
by gmatht (guest, #58961)
[Link]
No more .bz2 files from kernel.org
No more .bz2 files from kernel.org
No more .bz2 files from kernel.org
No more .bz2 files from kernel.org
No more .bz2 files from kernel.org
No more .bz2 files from kernel.org
fred.lzma: decoded succesfully
No more .bz2 files from kernel.org
No more .bz2 files from kernel.org
No more .bz2 files from kernel.org
No more .bz2 files from kernel.org
No more .bz2 files from kernel.org
No more .bz2 files from kernel.org
/tmp$ file foo.tar.xz
foo.tar.xz: XZ compressed data
/tmp$ tar xf foo.tar.xz
/tmp$ tar tf foo.tar.xz
foo/
foo/bar
No more .bz2 files from kernel.org
so to support 2 then gz & xz seems now like the best choice.
No more .bz2 files from kernel.org
No more .bz2 files from kernel.org
No more .bz2 files from kernel.org
Zsync for ubuntu images