maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Maemo 5] Unzipping files (https://talk.maemo.org/showthread.php?t=42946)

gabby131 2010-02-01 10:47

[Maemo 5] Unzipping files
 
is there anyone who can help on a step by step process on how to unzip zipped files on n900? Or direct me to a related topic of this thread? Im really a noob in mac and maemo, and im not a computer wiz or somrthibg else good at computers, but i can follow simple instructions.

I tried playing on xterm but when i get to the folder where the file is going to be unzipped, and i typed "unzip (name of the zipped file)" it says (name of the unzipped file) not found!

I badly need help.
Thanks in advance!

cashclientel 2010-02-01 10:50

Re: unzipping files
 
Did you capitalise correctly?
Linux is case sensitive on filenames.

gabby131 2010-02-01 11:06

Re: unzipping files
 
Quote:

Originally Posted by cashclientel (Post 504863)
Did you capitalise correctly?
Linux is case sensitive on filenames.

yes, i copy exactly the file name, even some under scores and dots

Rob1n 2010-02-01 11:16

Re: unzipping files
 
Is the zip file in the same directory (use "ls" to check), or did you provide the full path to the zip file?

gabby131 2010-02-01 11:27

Re: unzipping files
 
Quote:

Originally Posted by Rob1n (Post 504907)
Is the zip file in the same directory (use "ls" to check), or did you provide the full path to the zip file?

yes when i access MyDocs there are some folders shown like in the file manager the i type "ls" and more folders and files are visible including the file i wanted to unzip. what i have done is type "unzip (name of file)" and then it says file not found. did i got that right? or im way too far?

Rob1n 2010-02-01 11:38

Re: unzipping files
 
That should be correct, yes. Can you upload a screenshot of the output of the "ls" and the unzip commands?

gabby131 2010-02-01 11:41

Re: unzipping files
 
Quote:

Originally Posted by Rob1n (Post 504932)
That should be correct, yes. Can you upload a screenshot of the output of the "ls" and the unzip commands?

yes shortly....

TNiga 2010-02-01 11:55

Re: unzipping files
 
Tab key is your friend when typing filenames (or commands). Start typing "unzip abc" where abc is a couple of first letters of filename and use tab to complete the filename. This way you can't type it wrong.

Note that if there are for example files "nicefile.txt" and "nicerfile.txt" and you type "nice" and then click tab, it doesn't complete it, but when you click tab twice, it shows all files which starts with "nice" and then you can type some more ("f" for "nicefile.txt" or "r" for "nicerfile.txt") and click tab to complete.

gabby131 2010-02-01 12:05

Re: unzipping files
 
Quote:

Originally Posted by Rob1n (Post 504932)
That should be correct, yes. Can you upload a screenshot of the output of the "ls" and the unzip commands?

http://i805.photobucket.com/albums/y...reenshot03.png

i think this is it

schnebeck 2010-02-01 12:08

Re: unzipping files
 
root
apt-get install unzip
exit

should help.

HTH

Thorsten

pelago 2010-02-01 12:09

Re: unzipping files
 
Something got a bit corrupt there on that screenshot, but never mind. Are you sure "pinoyWAP_gbawings" is a zip file? It doesn't end in .zip. Can you do a "ls -l" instead of ls and show us the output? ls -l shows a long form of output, i.e. gives more details. You should be able to copy and paste the text from X Terminal into the forum rather than taking a screenshot.

gabby131 2010-02-01 12:10

Re: unzipping files
 
Quote:

Originally Posted by gabby131 (Post 504974)

the pinoyWAP_gbawings is the zipped file,

wait a minute? the file suppose to have .zip on the file name right?

gabby131 2010-02-01 12:11

Re: unzipping files
 
Quote:

Originally Posted by pelago (Post 504984)
Something got a bit corrupt there on that screenshot, but never mind. Are you sure "pinoyWAP_gbawings" is a zip file? It doesn't end in .zip. Can you do a "ls -l" instead of ls and show us the output? ls -l shows a long form of output, i.e. gives more details. You should be able to copy and paste the text from X Terminal into the forum rather than taking a screenshot.

whoa! men i forgot to rename the file!!! what a BIG NOOB i am!!!

gabby131 2010-02-01 12:17

Re: unzipping files
 
Quote:

Originally Posted by pelago (Post 504984)
Something got a bit corrupt there on that screenshot, but never mind. Are you sure "pinoyWAP_gbawings" is a zip file? It doesn't end in .zip. Can you do a "ls -l" instead of ls and show us the output? ls -l shows a long form of output, i.e. gives more details. You should be able to copy and paste the text from X Terminal into the forum rather than taking a screenshot.

but still, the same problem occurs

i renamed the file to .zip, coz when i download the file, it said that its a zip archive but not shown on the file name

http://i805.photobucket.com/albums/y...reenshot05.png

Rob1n 2010-02-01 12:36

Re: unzipping files
 
Quote:

Originally Posted by gabby131 (Post 504993)
but still, the same problem occurs

i renamed the file to .zip, coz when i download the file, it said that its a zip archive but not shown on the file name

http://i805.photobucket.com/albums/y...reenshot05.png

As Thorsten said earlier - you're missing the unzip binary itself (hence the error you're getting is from sh, not from unzip). You need to install unzip first. I don't think it appears in App manager, so you'll need to use apt-get as Thorsten describes here

codeMonkey 2010-02-01 12:38

Re: unzipping files
 
@gabby - you don't currently have 'unzip' installed.

On the previous page someone directs you to 'apt-get install unzip'.

You can either try that or look in application manager for the "Unzip add-on for the File Manager", which should handle unzipping it without having to use the terminal.

gabby131 2010-02-01 12:57

Re: unzipping files
 
YEAH!!!! ALL of you GUYS ROCK!!!! Thank You all Very much!!!

sxc 2010-02-06 16:39

Re: unzipping files
 
Quote:

Originally Posted by codeMonkey (Post 505020)
@gabby - you don't currently have 'unzip' installed.

On the previous page someone directs you to 'apt-get install unzip'.

You can either try that or look in application manager for the "Unzip add-on for the File Manager", which should handle unzipping it without having to use the terminal.

Hi there,

Thanks for the pointer. Which repository would these be found in? I have extras and extras-testing enabled but cannot find either the command-line nor the filemgr extension?

loscertales 2010-02-15 10:32

Re: unzipping files
 
Thorsen, I follow your instructions and the N900 said "package unzip is unavailable.." should I download this package from somewhere? Thanks inn advance

Rob1n 2010-02-15 10:41

Re: unzipping files
 
Quote:

Originally Posted by loscertales (Post 527082)
Thorsen, I follow your instructions and the N900 said "package unzip is unavailable.." should I download this package from somewhere? Thanks inn advance

The unzip package is in extras-devel.

danielwilson 2010-02-15 13:30

Re: unzipping files
 
i need to extract rare files where can i get ap for that

Rob1n 2010-02-15 13:44

Re: unzipping files
 
Quote:

Originally Posted by danielwilson (Post 527327)
i need to extract rare files where can i get ap for that

If you mean RAR files, then unrar is (apparently) in extras-testing. If you don't find it there, then look in extras-devel. It won't show up in App Manager though, so you'll need to install it from the command-line (via apt-get).

Please do read and pay attention to the warnings about the repositories. The unrar app itself should be safe, but make sure you disable the repositories after installing it, unless you're prepared to deal with the potential consequences.

fabi 2010-02-22 19:53

Re: unzipping files
 
i cant find unrar in the extra dev shop anymore
can someone help me?

Rob1n 2010-02-22 20:10

Re: unzipping files
 
Quote:

Originally Posted by fabi (Post 541613)
i cant find unrar in the extra dev shop anymore
can someone help me?

As I said above - it's supposed to be in extras-testing now. Do you have that repository configured and enabled?

fabi 2010-02-22 20:12

Re: unzipping files
 
and how i could use this extras testing?

Rob1n 2010-02-22 20:14

Re: unzipping files
 
Quote:

Originally Posted by fabi (Post 541647)
and how i could use this extras testing?

See http://wiki.maemo.org/Extras-testing

fabi 2010-02-22 20:24

Re: unzipping files
 
doesnt work
i have the settings which where told or is the name interesting?

or should i restart the n900?

Rob1n 2010-02-22 20:35

Re: unzipping files
 
Quote:

Originally Posted by fabi (Post 541663)
doesnt work^^

What doesn't work? Did you follow the instructions there on how to activate extras-testing?

fabi 2010-02-22 20:37

Re: unzipping files
 
yes i did this

Application manager --> Application catalogs --> New
Catalog name: maemo.org extras-testing
Web address: http://repository.maemo.org/extras-testing
Distribution: fremantle
Components: free non-free

AndrewG 2010-02-22 20:39

Re: unzipping files
 
the unrar isnt in the e testing or devel repos

fabi 2010-02-22 20:42

Re: unzipping files
 
where is it?

biggzy 2010-02-22 20:45

Re: unzipping files
 
You can download it here .. http://www.speedyshare.com/files/21084758/Unrar.deb

If you have the latest firmware just download and click on it in file manager to install, no need to install via x term with new fw.

I find it best to use unrar and zip with Xarchiver on the N900.

fabi 2010-02-22 20:47

Re: unzipping files
 
ok i installed it but how i use it?
with pushing the files i cant extract them.

where i get the program Xarchiver ?

Rob1n 2010-02-22 20:59

Re: unzipping files
 
Quote:

Originally Posted by AndrewG (Post 541692)
the unrar isnt in the e testing or devel repos

It is - I've just uninstalled & reinstalled it. It's a command-line app though, so doesn't show up in App Manager. You need rootsh installed, then do:
Code:

sudo gainroot
apt-get install unrar


fabi 2010-02-22 21:02

Re: unzipping files
 
ok i installed it but how i use it?
with pushing the files i cant extract them.

where i get the program Xarchiver ?

biggzy 2010-02-22 21:03

Re: unzipping files
 
For Xarchiver see this link .. http://my-maemo.com/software/applica...to=1032&faq=63

fabi 2010-02-22 21:05

Re: unzipping files
 
is there no way to combine unrar with the filemanger like unzip?

biggzy 2010-02-22 21:06

Re: unzipping files
 
Quote:

Originally Posted by fabi (Post 541745)
is there no way to combine unrar with the filemanger like unzip?

No i dont think there is, however i did email the guy who packed unzip plugin and he replied with he might do the same with a rar plugin soon.

StOoZ 2010-02-22 21:07

Re: unzipping files
 
instead of installing stuff on the rootfs via extra devel & test install unzip & unrar in easy debian

fabi 2010-02-22 21:08

Re: unzipping files
 
yeah but i want to find a way doing it without a computer^^

he cant find Xarchiver, how to install it?


All times are GMT. The time now is 11:48.

vBulletin® Version 3.8.8