Hi,
I have downloaded the sourcenavigator-NG 4.3.tar.bz2 and when i tried to install it on my solaris "S10 U 8" OS.
i gave the following command:
tar -jxvf sourcenavigator-NG 4.3.tar.bz2getting the following errors:
tar: j: unknown function modifier
usage: tar {c|r|t|u|x}[BDeEFhilmnoPqTvw@[0-7]][bfk][x...] [blocksize] [tarfile]
[size] [exclude-file...] {file | -I include-file | -c directory file}...
You may have to use --bzip2 instead of -j.
tar --bzip2 sourcenavigator-NG 4.3.tar.bz2 if i give this command it's throwing invalid block size error
Try this:
tar -xfv sourcenavigator-NG 4.3.tar.bz2 --bzip2
Thanks Paul.
I tried that and getting an error like:
tar: directory checksum error.I suppose it needs tar package manager...
thanks
let me try to figur it out.
You can also use this in the first place:
bzip2 -d sourcenavigator-NG 4.3.tar.bz2and then untar it:
tar -xfv sourcenavigator-NG 4.3.tarShould work for you.
Yes (14) | ![]() | |
No (14) | ![]() | |
I don't know (15) | ![]() |