Re: unzip files bigger than 4 GB

2023-06-14 Thread Mike Castle
Nvm, confused 2G with 4G. Sorry for the noise. On Wed, Jun 14, 2023 at 12:21 PM Mike Castle wrote: > > It seems like it should. I haven't upgraded my system yet: > > $ unzip -v | grep -e 6 -e LARGE > UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP. >

Re: unzip files bigger than 4 GB

2023-06-14 Thread Mike Castle
It seems like it should. I haven't upgraded my system yet: $ unzip -v | grep -e 6 -e LARGE UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP. USE_DEFLATE64 (PKZIP 4.x Deflate64(tm) supported) LARGE_FILE_SUPPORT (large files over 2 GiB supported) ZIP64_SU

Re: unzip files bigger than 4 GB

2023-06-14 Thread Alexander V. Makartsev
On 14.06.2023 23:19, Van Snyder wrote: unzip v 6.0 (the version delivered with Debian 10) doesn't work with files bigger than 2^32 bytes. Is there an alternative program to do it? "7zip" is the best. It supports multiple formats and cross-platform. -- With kindest reg

unzip files bigger than 4 GB

2023-06-14 Thread Van Snyder
unzip v 6.0 (the version delivered with Debian 10) doesn't work with files bigger than 2^32 bytes. Is there an alternative program to do it?

Re: unzip -a strange behavior

2009-02-17 Thread Dennis Wicks
Ron Johnson wrote the following on 02/16/2009 07:05 PM: On 02/16/2009 06:50 PM, Dennis Wicks wrote: dgwicks:~# unzip -v UnZip 5.52 of 28 February 2005, by Debian. Original by Info-ZIP. It doesn't look like it has changed in the past five years, which makes me think it might be something

Re: unzip -a strange behavior

2009-02-16 Thread Ron Johnson
On 02/16/2009 06:50 PM, Dennis Wicks wrote: dgwicks:~# unzip -v UnZip 5.52 of 28 February 2005, by Debian. Original by Info-ZIP. It doesn't look like it has changed in the past five years, which makes me think it might be something else that unzip interacts with. But I have no idea wh

Re: unzip -a strange behavior

2009-02-16 Thread Dennis Wicks
dgwicks:~# unzip -v UnZip 5.52 of 28 February 2005, by Debian. Original by Info-ZIP. It doesn't look like it has changed in the past five years, which makes me think it might be something else that unzip interacts with. But I have no idea what it might be. -- To UNSUBSCRIBE, ema

unzip -a strange behavior

2009-02-16 Thread wix
Greetings; I regularly use the -a option in unzip to fix DOS/Windows line endings and have never had a problem. Until yesterday and today! Today it treated everything as a binary file and all the text/ascii files still had ^M at the end of each line. Yesterday it treated a pdf file as a text

unzip -a strange behavior

2009-02-16 Thread Dennis Wicks
Greetings; I regularly use the -a option to unzip to fix DOS/Windows line endings and have never had a problem. Until yesterday and today! Today it treated everything as a binary file and all the text/ascii files still had ^M at the end of each line. Yesterday it treated a pdf file as a text

Re: unzip -a strange behavior

2009-02-16 Thread Ron Johnson
On 02/16/2009 11:31 AM, Dennis Wicks wrote: Greetings; I regularly use the -a option to unzip to fix DOS/Windows line endings and have never had a problem. Until yesterday and today! Today it treated everything as a binary file and all the text/ascii files still had ^M at the end of each

unzip -a strange behavior

2009-02-16 Thread Dennis Wicks
Greetings; I regularly use the -a option to unzip to fix DOS/Windows line endings and have never had a problem. Until yesterday and today! Today it treated everything as a binary file and all the text/ascii files still had ^M at the end of each line. Yesterday it treated a pdf file as a

Re: Open with unzip in nautilus

2007-01-13 Thread ][
On Sat, 13 Jan 2007 23:57:11 +, Liam O'Toole wrote: >> I'm trying to add an "Open with unzip" menu for the .zip files in >> nautilus for my wife, so that she can unzip those .zip files without >> drop into terminal. > Do you have file-roller in

Re: Open with unzip in nautilus

2007-01-13 Thread Liam O'Toole
On Sat, 13 Jan 2007 21:25:52 + (UTC) "][" <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to add an "Open with unzip" menu for the .zip files in > nautilus for my wife, so that she can unzip those .zip files without > drop into terminal. >

Open with unzip in nautilus

2007-01-13 Thread ][
Hi, I'm trying to add an "Open with unzip" menu for the .zip files in nautilus for my wife, so that she can unzip those .zip files without drop into terminal. I added the menu, but when clicking the popup menu for the .zip files, nothing get unzipped. I don't use nautilu

Re: Can't unzip file

2006-08-30 Thread Rodolfo Medina
Rodolfo Medina wrote: >> From >> >> http://www.topology.org/tex/conc/mp/ >> >> I downloaded mp1.zip and mpdemo.ps.zip, >> but don't manage to unzip the second one: >> >> $ unzip mpdemo.ps.zip >> >> [...] >> "[KS]&

Re: Can't unzip file

2006-08-30 Thread [KS]
Rodolfo Medina wrote: > From > > http://www.topology.org/tex/conc/mp/ > > I downloaded mp1.zip and mpdemo.ps.zip, > but don't manage to unzip the second one: > Both opened fine with archive manager. unzip also worked. Testing the archives with the -t flag for un

Can't unzip file

2006-08-30 Thread Rodolfo Medina
From http://www.topology.org/tex/conc/mp/ I downloaded mp1.zip and mpdemo.ps.zip, but don't manage to unzip the second one: $ unzip mpdemo.ps.zip Archive: mpdemo.ps.zip End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a

SOLVED unzip from sid requires libc5

2002-06-28 Thread Wayne Topa
#x27; be a limit but that was 'not' the real problem. It seems that my path statement contains '/root/bin' as I keep a bunch of scripts there that I run from my account. That dir preceeded /usr/bin and I had an unzip file there that 'did' require libc5. ISTR that I p

Re: unzip from sid requires libc5

2002-06-28 Thread Wayne Topa
Sean 'Shaleh' Perry([EMAIL PROTECTED]) is reported to have said: > > > > Right. ldd /usr/bin/unzip shows libc.so.6 => /lib/libc.so.6 (0x4001b000) > > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x4000) > > > > It is something s

Re: unzip from sid requires libc5

2002-06-28 Thread Alan Shutko
Wayne Topa <[EMAIL PROTECTED]> writes: > It is something screwed up with 'my' account! "type unzip" will tell you what unzip you're running. -- Alan Shutko <[EMAIL PROTECTED]> - In a variety of flavors! The debate rages on: Is PL/I Bachtrian or Dromedar

Re: unzip from sid requires libc5

2002-06-28 Thread Sean 'Shaleh' Perry
> > Right. ldd /usr/bin/unzip shows libc.so.6 => /lib/libc.so.6 (0x4001b000) > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x4000) > > It is something screwed up with 'my' account! > > It gives this error "unzip: can't load l

Re: unzip from sid requires libc5

2002-06-28 Thread Wayne Topa
Sean 'Shaleh' Perry([EMAIL PROTECTED]) is reported to have said: > > On 28-Jun-2002 Wayne Topa wrote: > > > > I ran deborphan last week and removed libc5, among others. I > > received a zip file today and found that unzip 5.50-1 from unstable > > requires

RE: unzip from sid requires libc5

2002-06-28 Thread Sean 'Shaleh' Perry
On 28-Jun-2002 Wayne Topa wrote: > > I ran deborphan last week and removed libc5, among others. I > received a zip file today and found that unzip 5.50-1 from unstable > requires libc5 but apt-cache show unzip does not have it listed as a > requirement. > > Seems odd that

unzip from sid requires libc5

2002-06-28 Thread Wayne Topa
I ran deborphan last week and removed libc5, among others. I received a zip file today and found that unzip 5.50-1 from unstable requires libc5 but apt-cache show unzip does not have it listed as a requirement. Seems odd that a program in unstable would require an old version libc or am I

Re: unzip - gnucash - openoffice

2001-12-20 Thread dman
On Thu, Dec 20, 2001 at 12:40:19PM +0100, Fran?ois Chenais wrote: | I'm using a Woody debian and want to install unzip, gnucash | and openoffice. My apt-cache doesn't find any of them. gnucash has some dependency problems which got it kicked out of woody. It is in sid, though, and I us

Re: unzip - gnucash - openoffice

2001-12-20 Thread Johann Spies
On Thu, Dec 20, 2001 at 12:40:19PM +0100, Fran?ois Chenais wrote: > > I'm using a Woody debian and want to install unzip, gnucash > and openoffice. My apt-cache doesn't find any of them. Maybe apt-get update will help in the case of gnucash. Wait, no - there is a p

unzip - gnucash - openoffice

2001-12-20 Thread François
Hello, I'm using a Woody debian and want to install unzip, gnucash and openoffice. My apt-cache doesn't find any of them. Where cant I get them ? Thank a lot. François

Re: Unzip in Debian 2.2r3 ??

2001-07-04 Thread Guy Geens
>>>>> "infernal" == infernal <[EMAIL PROTECTED]> writes: infernal> I coudn't find the Unzip utility in my "potato".. but the infernal> zip. where in debian.org can I find it ? I can't Unzip and zip are packaged separately for histor

Re: Unzip in Debian 2.2r3 ??

2001-07-03 Thread ktb
On Tue, Jul 03, 2001 at 08:27:08PM -0400, Infernal wrote: > I coudn't find the Unzip utility in my "potato".. but the zip. > > where in debian.org can I find it ? I can't You can search for packages and files at - http://www.debian.org/distrib/packages $ apt

Unzip in Debian 2.2r3 ??

2001-07-03 Thread Infernal
I coudn't find the Unzip utility in my "potato".. but the zip. where in debian.org can I find it ? I can't edward

Re: unzip

2000-12-01 Thread Seung-woo Nam
Hi: apt-get install unzip Seung-woo Nam - Original Message - From: "Alistair Whittle" <[EMAIL PROTECTED]> To: Sent: Thursday, November 30, 2000 8:36 AM Subject: unzip > Hi, > > I have just installed debian GNU/Linux 2.2. The install worked fine, and I &

Re: Why non-free (was Re: unzip - again)

2000-12-01 Thread Santiago Vila
unzip license changed from potato to woody. That's why it is in non-free in potato and in non-US/main in woody. BTW: The version in woody (for i386) supports encryption and works ok under potato because it was compiled under potato (i.e. no need to use glibc-2.2).

Re: unzip

2000-12-01 Thread John Bagdanoff
On Thu, Nov 30, 2000 at 01:36:02PM -, Alistair Whittle wrote: > Hi, > > I have just installed debian GNU/Linux 2.2. The install worked fine, and I > am now trying to install another application which requires a file to be > unzipped. The unzip command for some reason do

Re: Why non-free (was Re: unzip - again)

2000-11-30 Thread Jimmy O'Regan
On Thu, 30 Nov 2000, Chris Gray wrote: > I knew I had seen a better copyright somewhere: > > -- > Latest Release > > New features in UnZip 5.41, released 16 April 2000: > > > new BSD-like license > Yeah, that's

Re: Why non-free (was Re: unzip - again)

2000-11-30 Thread Chris Gray
>>>>> "kmself" == kmself writes: kmself> on Thu, Nov 30, 2000 at 04:52:51PM -0500, Chris Gray kmself> ([EMAIL PROTECTED]) wrote: >> >>>>> "Carel" == Carel Fellinger <[EMAIL PROTECTED]> writes: >>

Why non-free (was Re: unzip - again)

2000-11-30 Thread kmself
on Thu, Nov 30, 2000 at 04:52:51PM -0500, Chris Gray ([EMAIL PROTECTED]) wrote: > >>>>> "Carel" == Carel Fellinger <[EMAIL PROTECTED]> writes: > > Carel> unzip is not truly free, so it ain't part of Debian pure. > Carel> Try adding

Re: unzip - again

2000-11-30 Thread Chris Gray
>>>>> "Carel" == Carel Fellinger <[EMAIL PROTECTED]> writes: Carel> unzip is not truly free, so it ain't part of Debian pure. Carel> Try adding non-free to your default deb line in your Carel> /etc/apt/sources.list: This is strange to m

Re: unzip - again

2000-11-30 Thread Carel Fellinger
On Thu, Nov 30, 2000 at 02:28:51PM -, Alistair Whittle wrote: > Hi, > > Using 'apt-get install zip' worked like a charm to install the zip package. > However, using the 'unzip' variant, the following error occurred: "Package > unzip has no available ver

Re: unzip - again

2000-11-30 Thread Colin Watson
Chewie <[EMAIL PROTECTED]> wrote: >On Thu, Nov 30, 2000 at 02:28:51PM -, Alistair Whittle wrote: >> Using 'apt-get install zip' worked like a charm to install the zip package. >> However, using the 'unzip' variant, the following error occurred: "

Re: unzip - again

2000-11-30 Thread Chewie
On Thu, Nov 30, 2000 at 02:28:51PM -, Alistair Whittle wrote: > Hi, > > Using 'apt-get install zip' worked like a charm to install the zip package. > However, using the 'unzip' variant, the following error occurred: "Package > unzip has no available ver

Re: unzip - again

2000-11-30 Thread Robert Guthrie
On Thursday 30 November 2000 08:28, Alistair Whittle wrote: > Hi, > > Using 'apt-get install zip' worked like a charm to install the zip package. > However, using the 'unzip' variant, the following error occurred: "Package > unzip has no available ver

unzip - again

2000-11-30 Thread Alistair Whittle
Hi, Using 'apt-get install zip' worked like a charm to install the zip package. However, using the 'unzip' variant, the following error occurred: "Package unzip has no available version, but exists in the database. This typically means that the package was mentioned

Re: unzip

2000-11-30 Thread Sebastiaan
Hi, you can install unzip (and almost every other application you might need) with: # apt-get install unzip Under Linux it is more common to use 'tarballs' or bzip2. Tar is standardly installed and you could use it the following way: $ tar -cvzf homedir.tar.gz /home/myself this (c)re

RE: unzip

2000-11-30 Thread Steeve Lennmark
apt-get install unzip // Steeve. > -Original Message- > From: Alistair Whittle [mailto:[EMAIL PROTECTED] > Sent: den 30 november 2000 14:37 > To: 'debian-user@lists.debian.org' > Subject: unzip > > > Hi, > > I have just installed debian GNU/Lin

unzip

2000-11-30 Thread Alistair Whittle
Hi, I have just installed debian GNU/Linux 2.2. The install worked fine, and I am now trying to install another application which requires a file to be unzipped. The unzip command for some reason does not register. Looking through man pages etc, there are other like gnuzip, gzip, zcat etc

Re: Where to find unzip?

2000-11-24 Thread Santiago Vila
On Thu, 23 Nov 2000, Håkan wrote: > I'm new to Debian. Before I have used the RHdist- however finally got > right dist. > However, where do I find the unzip command or package. I have installed > the zip packed but as written above whatabout unzip? In potato it's in non-

Re: Where to find unzip?

2000-11-24 Thread Neil Darlow
On 11/23/00, 9:53:36 PM, Alson van der Meulen wrote: > On Thu, Nov 23, 2000 at 11:32:31PM +0100, H?kan wrote: > > I'm new to Debian. Before I have used the RHdist- however finally got > > right dist. > > However, where do I find the unzip command or package. I have in

Re: Tried apt-get install unzip without sucess!

2000-11-23 Thread Robert Waldner
unzip is in non-free. to use non-free packages you have to have a non-free source in your /etc/apt/sources.list like deb ftp://ftp.at.debian.org/debian-non-US potato/non-US main \ contrib non-free then run ´apt-get update; apt-get install unzip" hth, &rw On Fri, 24 Nov 2000

Re: Where to find unzip?

2000-11-23 Thread Håkan
I did apt-get install unzip. Gets following response: Package unzip has no available version, but exists in the database. This typically means that the package was mentioned in a dependency and never uploaded, has been obsoleted or is not avilable with the contents of sources.list E: Package

Tried apt-get install unzip without sucess!

2000-11-23 Thread Håkan
I did apt-get install unzip. Gets following response: Package unzip has no available version, but exists in the database. This typically means that the package was mentioned in a dependency and never uploaded, has been obsoleted or is not avilable with the contents of sources.list E: Package

Re: Where to find unzip?

2000-11-23 Thread Alson van der Meulen
On Thu, Nov 23, 2000 at 11:32:31PM +0100, H?kan wrote: > I'm new to Debian. Before I have used the RHdist- however finally got > right dist. > However, where do I find the unzip command or package. I have installed > the zip packed but as written above whatabout unzip? there&

Re: Where to find unzip?

2000-11-23 Thread Jeff Green
apt-get install unzip Håkan wrote: > > I'm new to Debian. Before I have used the RHdist- however finally got > right dist. > However, where do I find the unzip command or package. I have installed > the zip packed but as written above whatabout unzip? > > /Håkan >

Where to find unzip?

2000-11-23 Thread Håkan
I'm new to Debian. Before I have used the RHdist- however finally got right dist. However, where do I find the unzip command or package. I have installed the zip packed but as written above whatabout unzip? /Håkan

Re: unzip not installed?

2000-09-28 Thread David Wright
Quoting Willy Lee ([EMAIL PROTECTED]): > So 'zip' works, but strangely enough, unzip doesn't seem to have been > installed. What's going on? Do I need to install another package to > get unzip? Unlike gzip, there doesn't seem to be a command-line > option

Re: unzip not installed?

2000-09-28 Thread Colin Watson
Willy Lee <[EMAIL PROTECTED]> wrote: >[EMAIL PROTECTED]:~$ dpkg --status zip >Package: zip >Status: install ok installed [...] >So 'zip' works, but strangely enough, unzip doesn't seem to have been >installed. What's going on? Do I need to install anot

unzip not installed?

2000-09-28 Thread Willy Lee
is the same, but the methods differ. :-) So 'zip' works, but strangely enough, unzip doesn't seem to have been installed. What's going on? Do I need to install another package to get unzip? Unlike gzip, there doesn't seem to be a command-line option to cause zip to un

Re: Can't unzip kernel 2.2.14

2000-03-26 Thread Dwayne C . Litzenberger
On Fri, Mar 24, 2000 at 10:13:32AM -0700, Matheson wrote: > Hey, > > I keep downloading the kernel source (2.2.14) off of kernel.org (slink > doesn't have the new kernel in it's package list), but I can't ever > unzip it. I've tried downloading it with lynx ab

RE: Can't unzip kernel 2.2.14

2000-03-24 Thread C. Falconer
: Matheson Cc: debian-user@lists.debian.org Subject:Re: Can't unzip kernel 2.2.14 On Fri, Mar 24, 2000 at 10:13:32AM -0700, Matheson wrote: > Hey, > > I keep downloading the kernel source (2.2.14) off of kernel.org (slink > doesn't have the new kernel in it&

Re: Can't unzip kernel 2.2.14

2000-03-24 Thread spectral
Hi, > I keep downloading the kernel source (2.2.14) off of kernel.org (slink > doesn't have the new kernel in it's package list), but I can't ever > unzip it. I've tried downloading it with lynx about five times, but > when I try to save it, it gives me an en

Re: Can't unzip kernel 2.2.14

2000-03-24 Thread Ben Collins
On Fri, Mar 24, 2000 at 10:13:32AM -0700, Matheson wrote: > Hey, > > I keep downloading the kernel source (2.2.14) off of kernel.org (slink > doesn't have the new kernel in it's package list), but I can't ever > unzip it. I've tried downloading it with lynx ab

Can't unzip kernel 2.2.14

2000-03-24 Thread Matheson
Hey, I keep downloading the kernel source (2.2.14) off of kernel.org (slink doesn't have the new kernel in it's package list), but I can't ever unzip it. I've tried downloading it with lynx about five times, but when I try to save it, it gives me an end-request i/o error.

Re: unzip

1999-05-15 Thread David B.Teague
On Sat, 15 May 1999, Shao Zhang wrote: > Is there a version of unzip which supports encryption? Shao You should find zip-crypt and unzip-crypt in non-US. On my system, I find: $/var/local/debian/debian-non-US/dists/slink/non-US/binary-i386[1]$ls*zip* bzip_0.21-3.1.deb un

unzip

1999-05-14 Thread Shao Zhang
Hi, Is there a version of unzip which supports encryption? Thanks. Shao. -- Shao Zhang - Running Debian 2.1 ___ _ _ Department of Communications

Re: zip and unzip not installed

1999-05-14 Thread David B.Teague
On Fri, 14 May 1999, Patrick Kirk wrote: [snip] > What command can I use to get the zip, unzip, and rpm tools > including alien from a folder called /cdrom/debian/stable/i386? Patrick Are you sure these are really zip'ed? To answer your specific question: you have to look in

Re: zip and unzip not installed

1999-05-14 Thread David Wright
;t see why they come up when I search > for unzip but there it is. > > What command can I use to get the zip, unzip, and rpm tools including alien > from a folder called /cdrom/debian/stable/i386? zip/unzip are non-free which is perhaps why you haven't found them. You might fin

zip and unzip not installed

1999-05-14 Thread Patrick Kirk
Hi all, The zip tools have not been installed so I can't open a gnome help file which came in zip format. dselect pulls up dozens of files when I try to find the ones I need. Most are things like the gcc libraries. Can't see why they come up when I search for unzip but there it

SOLVED: WP8 unzip problem

1999-01-13 Thread Ian Keith Setford
__ Ian Setford [EMAIL PROTECTED] PGP = F2 92 50 E3 CD D7 A2 D9 C4 CE 08 A6 98 E0 0F 58

Re: Zip/Unzip

1998-11-11 Thread James Dietrich
On Wed, Nov 11, 1998 at 05:22:33PM +0100, Rodrigo Moya wrote: > Hi all! > > Where is the zip/unzip debian package in the slink distribution? I have been > looking for it but no luckmaybe it is in other distribution? It's in non-free/utils. HTH James

Zip/Unzip

1998-11-11 Thread Rodrigo Moya
Hi all! Where is the zip/unzip debian package in the slink distribution? I have been looking for it but no luckmaybe it is in other distribution? Thanks

Re: where is zip/unzip?

1998-09-02 Thread David Z. Maze
eyal <[EMAIL PROTECTED]> writes: eyal> Just installed Hamm, and was surprised to not find zip. A search eyal> through the packages list did not help. What am I missing? Both don't meet Debian's free software standards, so they're in the non-free distribution. They can be downloaded from ftp.deb

Re: where is zip/unzip?

1998-09-02 Thread James Dietrich
On Wed, Sep 02, 1998 at 11:15:40AM +, eyal wrote: > Hello Everyone, > > Just installed Hamm, and was surprised to not find zip. A search > through the packages list did not help. What am I missing? I found it in the non-free section. HTH, James

where is zip/unzip?

1998-09-02 Thread eyal
Hello Everyone, Just installed Hamm, and was surprised to not find zip. A search through the packages list did not help. What am I missing? -- Eyal Lebedinsky ([EMAIL PROTECTED])