JMBL
23 February 2025 11:49
1
Hi folks,
Here's my problem : my job implies being a nomad from time to time. As I'm fed up with Win at the office, I've install Zorin on my laptop.
When I receive some zipped files from work via email, sometimes I'm utterly unable to unpack them on my laptop. But I've got no problem to unpack them on my win desktop at the office, nor on my own at home (Linux Mint installed).
I'm damned if I understand what's happening... What's your opinion ?
What means ''unable to unpack them'' exactly? Do You get an Error Message? Does simply nothing happens? Do the Extract-Window open? Could You offer a Screenshot of the Issue?
JMBL
23 February 2025 14:09
3
Ok, I'll try to be as precise as possible (sorry no screenshot at the moment).
Here's what happen
right click on the file, choosing "extract here"
extract-window opening
getting an error message
Storm
23 February 2025 14:35
4
Try see what happen if you do it via terminal.
unzip XXXX.zip
1 Like
JMBL:
getting an error message
And what says the Error Message?
And what happens when You instead of right-clicking make a double-click on it?
1 Like
zenzen
24 February 2025 11:39
6
Since you mention this is for your job, it could be that the zip files are encrypted. Is that the case?
JMBL
24 February 2025 11:46
7
No, not encrypted. Out on vacations right now, so no files to try and to show what's wrong.
The problem is quite a random one, can be month between and it happens also with files send by relatives and friends (either win or mac users).
Ah, sent files. Do you download the zip file from the mail message? You are not trying to unzip from the mail message are you?
JMBL
25 February 2025 18:45
9
No, downloading the.zip file first, then unzipping it.
Been doing that umpteenth of time (under Win, OS X, LM, LL), encountered the problem only with Zorin OS.
zenzen
25 February 2025 19:03
10
Whenever you have a sample, try the following:
Right-click on an empty spot and select "Open in Terminal".
Enter the following command:
file your_filename.zip
Replacing "your_filename.zip" with the actual filename on your device, of course.
Repeat the same steps with another zip file that you can extract normally.
This should tell us if there's a difference.
Note: the output of the command will include the name of the file. For example:
I mention this in case your file names are sensitive in nature, so that you can omit that from the output when you share it here.