Help


 
Thread Tools Search this Thread
Operating Systems Linux Help
# 15  
Old 08-27-2006
Data And...

It says command not found. Smilie
# 16  
Old 08-27-2006
OK, there could be 1 of 2 problems...
1. Your system doesn't have the tar program
2. Tar doesn't appear in PATH or PATH not setup correctly

Login to a shell session as root, type whereis tar
if tar isn't found it will return something like 'tar: '
if tar is found you should see something like 'tar: /bin/tar '

If tar is found then go back to your directory containing the flash installer tar file, and type
/path/to/tar -xvf install_flash_player_7_linux.tar-1
obviously replacing the /path/to/tar with the output from the whereis tar command.
# 17  
Old 08-27-2006
It's found
# 18  
Old 08-27-2006
/path/to/tar worked but it still said no such directory
# 19  
Old 08-28-2006
Anyone here?
# 20  
Old 08-28-2006
Use your mouse and capture the screen output and paste it here.

If you can't get that, type ls -l > output and tail -100 .bash_history >> output paste the file output to a post here.

Carl
# 21  
Old 08-28-2006
Quote:
Originally Posted by Irish Jimmy
Anyone here?
Again read the rules. Post bumping is not allowed.
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question