LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   [Python] How do I unzip .egg files? (https://www.linuxquestions.org/questions/linux-newbie-8/%5Bpython%5D-how-do-i-unzip-egg-files-526048/)

OlRoy 02-06-2007 07:58 AM

[Python] How do I unzip .egg files?
 
I need to unzip a .egg file used by python. File says it is a zip file, but I've tried a lot of different archive utilities and none have worked. I'm new to *nix though so it's probably me. Anyone know the command I type to unzip *.egg files?

Emerson 02-06-2007 08:10 AM

Did you look inside of that file? Maybe you have this: http://lyrian.obnix.com/egg/ ?

OlRoy 02-06-2007 09:43 AM

The "file" utility says it's a compressed zip file. I don't know how to look inside a compressed file or extract .zips. I've extracted .tar.gz .tar and .bz2 files but never a .zip.

OlRoy 02-06-2007 09:44 AM

The "file" utility says it's a compressed zip file. I don't know how to look inside a compressed file or extract .zips. I've extracted .tar.gz .tar and .bz2 files but never a .zip. What command should I type?

Emerson 02-06-2007 09:52 AM

zip or gzip without arguments will print help, or see man zip, man gzip.


All times are GMT -5. The time now is 05:03 PM.