Search Criteria
Package Details: libcurl-impersonate-bin v0.5.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libcurl-impersonate-bin.git (read-only, click to copy) |
---|---|
Package Base: | libcurl-impersonate-bin |
Description: | Curl impersonate libcurl build. Libcurl is a special compilation of curl that makes it impersonate Firefox and Chrome. |
Upstream URL: | https://github.com/lwthiker/curl-impersonate |
Licenses: | MIT |
Provides: | libcurl-impersonate-chrome, libcurl-impersonate-firefox |
Submitter: | mattf |
Maintainer: | mattf |
Last Packager: | mattf |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-07-16 02:21 (UTC) |
Last Updated: | 2023-06-29 13:23 (UTC) |
Required by (1)
- python-curl-cffi (requires libcurl-impersonate-chrome)
Latest Comments
cspr commented on 2023-10-01 23:52 (UTC)
After I install this package, every pacman operation I run gives me this warning:
ldconfig: /usr/lib/libcurl-impersonate-chrome.so.4 is not a symbolic link ldconfig: /usr/lib/libcurl-impersonate-ff.so.4 is not a symbolic link
I think the 'install' command you use does not preserve symlinks and simply makes copies of the .so. I'm not sure what the idiomatic thing to do here is, maybe cp --preserve=links, or manually installing each symlink with ln -s ?