> Hi,
> I've just downloaded 2.1.105.tar.bz2 and I just want to know how to I
> use it. Have I downloaded the wrong version or don't I have the correct
> tools. Anyhelp would be appreciated. TIA
Go get bunzip2, and either patch gnu tar with the patch on the web page,
or do
bunzip2 -c linux-2.1.105.tar.bz2 | tar xvf -
If you patched tar, it's like this, which is functionally the same (tar
internally opens a pipe to read from bunzip2 itself)
tar Ixvf linux-2.1.105.tar.bz2
There, try that!
-Shawn
> Rusty
>
>
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.rutgers.edu
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu