libarchive Questions

12

After conda update, I am getting the error below after running $ conda, even after setting the solver to classic (using conda config --set solver classic): Error while loading conda entry point: co...
Limassol asked 7/12, 2023 at 6:1

1

I am trying to create a compressed archive on windows with libarchive and at the moment it is not working. I can create zip or pax_restricted(tar) archives without compression, without any problems...
Pinkston asked 26/8, 2016 at 20:12

1

I'm getting the file listings for tar.gz files using the Libarchive::Read module. When a tarball file name has UTF-8 characters in it, I get an error which is generated by the libarchive C library:...
Briefing asked 18/1, 2023 at 4:53

1

Solved

I've never used LibArchive before and am trying to use it to create a .tar archive of a directory, since it is installed on my remote compute instance. LibArchive has an example of how to create an...
Culosio asked 2/12, 2020 at 1:2

2

SUMMARY How can I write a zip file using libarchive in C++, such that path names will be UTF-8 encoded? With UTF-8 path names, special characters will be decoded correctly when using OS X / Linux ...
Neral asked 3/12, 2014 at 9:31
1

© 2022 - 2024 — McMap. All rights reserved.