Thank you for your help! As a novice user, I really appreciate the help!
My machine / OS: Mac OSX 10.5.8, 32-bit
What I'm trying to do: Uninstall and install Apache Maven from the website.
What I did: I downloaded the binary.tar.gz file from the website and, using the shell, moved the downloaded file to the appropriate directory and extracted .tar from .tar.gz using gunzip -v filename.tar.gz , resulting in a file .tar. Now I am trying to extract the .tar file using tar -xv filename.tar .
My problem Mining doesn't seem to work! After I typed the tar -xv filename.tar command and hit enter, the shell does not return any output and does not seem to complete the extraction. It remains undefined with an empty string returned after pressing input.
My attempts Studying the directory from another Shell window, both while tar running, and after exiting the shell during the execution of the process, changes to the files are not displayed; i.e. the only file / directory is the source .tar.gz file. I also tried to delete the file along with the directory containing it, recreate the directory, copy the file to the directory again, and try the tar -xv filename.tar command again. The result is the same
Thank you all!
source share