Active Topics

 


Reply
Thread Tools
Posts: 22 | Thanked: 1 time | Joined on Apr 2008
#11
Thanks for the help. Now the problem is that i cannot find the unzipped file. Is there another command?
Thanks
 
Posts: 5,335 | Thanked: 8,187 times | Joined on Mar 2007 @ Pennsylvania, USA
#12
Originally Posted by flappy89 View Post
Thanks for the help. Now the problem is that i cannot find the unzipped file. Is there another command?
Have you tried "Search" in the "Utilities" section of the Application Menu?
 
Posts: 22 | Thanked: 1 time | Joined on Apr 2008
#13
Yes i have tried searching for it but nothing comes up except for the original file. Could it be a problem with the initial file?
Thanks
 
Posts: 5,335 | Thanked: 8,187 times | Joined on Mar 2007 @ Pennsylvania, USA
#14
Originally Posted by flappy89 View Post
Yes i have tried searching for it but nothing comes up except for the original file. Could it be a problem with the initial file?
What happened when you ungziped and untarred the .tgz file? Did you see a list of files that were extracted from the archive, or did you see an error message? If you saw an error message, what was it?

If you didn't get an error message, then you just need to learn some command line skills to look around for your extracted files. Start by opening X Terminal and typing pwd and hitting enter.

pwd is print working directory. It tells you in which directory you currently are. In this case, it should report "/home/user".

Unlike Windows, Linux doesn't use drive letters, so you don't have "C:\Program Files\Winamp\Winamp.exe" and "D:\Pirated MP3s\Divine-The_Name_Game.mp3". Instead, there's a root directory, "/", and all storage (hard drives, flash drives, network drives, etc.) branch out from it like it's the base of a tree.

So, in this case, you're in the directory "user", which is a subdirectory of "home", which is in the root directory, "/". In case you're interested, "home" is the Linux equivalent of the "Documents and Settings" folder in Windows, and "home" contains a directory for each user on the system*, the "home directories" for the users.

Your tablet has one user**, you, and as far as Linux on your tablet is concerned, you're named "user". Yes, it's unimaginative, but it works. Anyway, "/home/user" is your home directory, and it's where X Terminal starts you when you open it.

Now, type ls -l and hit enter. (Note: those are lowercase Ls, not 1s.) This is the command to list the contents of the current directory with an option (the "-l" bit) to make the listing long.

You should see something like:
Code:
drwxr-xr-x   11 user    users   0 Jan 1 01:00 MyDocs
drwxr-xr-x    7 user    users   0 Jan 1 01:00 apps
Directory and file names are at the far right. The alphabet soup at the far left you can mostly ignore, but the first character is "d" for directories and "-" for files***, which is handy to know.

See anything that looks likely to be the stuff you extracted from your .tgz file yet?

To enter another directory, you'll use the change directory command. For instance, if you wanted to enter the MyDocs directory, you'd type cd MyDocs and hit enter. pwd would then report "/home/user/MyDocs". To move up a level, back to "/home/user", type cd .. and hit enter.

Hopefully, this will get you started on using the command line. You can run Google searches on these commands for more information, and ask here if you have trouble.



* Okay, this isn't quite true. There are exceptions. Those exceptions don't concern you right now.

** Again, not quite true, but good enough. Go with it.

*** If you continue on with using the Linux command line, you may eventually see some other letters in this first position. For now, they don't matter.
 

The Following User Says Thank You to sjgadsby For This Useful Post:
Posts: 22 | Thanked: 1 time | Joined on Apr 2008
#15
Wow. Thanks for the info. When i unzipped the file it started to list a bunch of files and then it just stopped; there was not any error message. I did find a file that looks like it would be from the ".tgz" file, but i don't see where i would go from there. Should it come up on a search? (It doesn't)
Thanks
 
Posts: 1,950 | Thanked: 1,174 times | Joined on Jan 2008 @ Seattle, USA
#16
That was a great primer sjgadsby gave you! If you know the name of a file you're looking for, you might find this helpful.
__________________
.
. .

Help Save This Forum
for N8x0/Diablo Users! Register and Vote for Solution #1 on this Brainstorm. (The Solution will let you see New Posts with any threads you choose -- like the N900 and Maemo5/Fremantle threads -- filtered out.) (To understand the Solution better, see these posts #17, #18, and #19.)
 
Posts: 5,335 | Thanked: 8,187 times | Joined on Mar 2007 @ Pennsylvania, USA
#17
Originally Posted by flappy89 View Post
When i unzipped the file it started to list a bunch of files and then it just stopped; there was not any error message.
If, after the list of files, X Terminal showed a command prompt ("$") and sat waiting for you to type another command, then all the files were successfully extracted from the archive. It sounds as though that's what happened.

Most Linux command line tools don't put any effort into telling you when they succeed in a task. If they don't tell you something went wrong, then everything went right.

I did find a file that looks like it would be from the ".tgz" file, but i don't see where i would go from there.
If you provide some information on what this .tgz is supposed to contain and where you got it (a link to a web site would be handy) then someone may be able to help you.

Should it come up on a search? (It doesn't)
If it's the Search tool in the Utilities menu of your tablet that can't find it, that's probably normal. I've not actually used that tool, but I expect it only looks at the files and directories in "/home/user/MyDocs". The folks who designed the tablets tried to make them user friendly by hiding everything outside "MyDocs".
 
Posts: 22 | Thanked: 1 time | Joined on Apr 2008
#18
I finally got the file installed. Thanks to everyone who helped me.
 
Reply


 
Forum Jump


All times are GMT. The time now is 08:12.