somebodyelse
Master Contributor
- Joined
- Dec 5, 2018
- Messages
- 6,653
- Likes
- 6,514
That's odd - unzip is what worked for me. I'm on KDE Neon (based on Ubuntu LTS 24.04 but with latest KDE packages) so probably the same version. Checking package version:
Rechecking, I see there's even a warning about the backslashes in the output:
And we wonder why companies don't like making software for linux 
Interesting find on the zip specification by the way - probably explains why I've not had a problem with zips from Windows before. And now we're digging into which bits of linux don't have a workaround for other tools not following the specification...
Code:
DSPiCliremote-LinuxX64$ apt-cache policy unzip
unzip:
Installed: 6.0-28ubuntu4.1
Candidate: 6.0-28ubuntu4.1
Version table:
*** 6.0-28ubuntu4.1 500
500 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages
500 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages
100 /var/lib/dpkg/status
6.0-28ubuntu4 500
500 http://archive.ubuntu.com/ubuntu noble/main amd64 Packages
Code:
$ unzip DSPiCliremote-LinuxX64.zip
Archive: DSPiCliremote-LinuxX64.zip
warning: DSPiCliremote-LinuxX64.zip appears to use backslashes as path separators
inflating: DSPiCliremote-LinuxX64/CommunityToolkit.Mvvm.dll
...
Interesting find on the zip specification by the way - probably explains why I've not had a problem with zips from Windows before. And now we're digging into which bits of linux don't have a workaround for other tools not following the specification...