------
yan
----------
Dream as if you'll live forever,
Live as if you'll die tomorrow
_________________________________
Hope that helps,
Tim
"yan" <pumal...@hotmail.com> wrote in message
news:a9070n$22i$1...@watserv3.uwaterloo.ca...
unzip
.jar
also unzip
and .rar
unrar
files in Linux. I was
> trying to do a research on it but with no luck.
> Appericiate any helps.
>
Try looking on freshmeat.net for unrar and unzip if you don't have them
-Dave
> Just wonder. How can you open .zip, .jar and .rar files in Linux. I was
> trying to do a research on it but with no luck.
STFW.
http://www.google.com/search?q=linux+unzip
Returns 93,700 hits.
http://www.google.com/linux?&restrict=linux&q=unzip
is even better.
--
Alan Hadsell
"Whatever does not kill me makes me stranger".
> There is a program (or program-package) that you can use. The unzipper
> is called, quite simply, 'unzip'. I am not quite sure about jar or rar
> though, but I'm sure there are linux utilities for those too (well with
> jar you can use the Java SDK)
.jar files are simply .zip archives with a different extension, eg:
[john@starfleet john]$ file /usr/lib/netscape/java/lib/javaplugin.jar
file: Using regular magic file `/usr/doc/mcrypt/magic'
/usr/lib/netscape/java/lib/javaplugin.jar: Zip archive data, at least v2.0
to extract
You can use InfoZips' "unzip" program to unpack them.
--
-John (John.T...@attglobal.net)