A user downloads the software package "package.tar.bz2" from the vendor.
Which of the following command lines can be used to extract the contents of the package?
A. tar xf package.tar.bz2
B. tar xvf package.tar.bz2 | bzip2 -d
C. bzip2 -d < package.tar.bz2 | tar xvf -
D. bzip2 package.tar | tar xvf package.tar.bz2
Answer: C
If the answers is incorrect or not given, you can answer the above question in the comment box. If the answers is incorrect or not given, you can answer the above question in the comment box.