- Package:
- libcurl4-openssl-dev
- Source:
- libcurl4-openssl-dev
- Description:
- development files and documentation for libcurl (OpenSSL flavour)
- Submitter:
- Carlos Magno Moreira Sales
- Date:
- 2026-09-20 01:19:03 UTC
- Severity:
- normal
When I try to install R from source or apt, this package is not found. I also tried to install it with --fix-missing option. Here is a transcript (in brazilian portuguese): $ apt install libcurl4-openssl-dev Erro:1 http://deb.debian.org/debian trixie/main amd64 libcurl4-openssl-dev amd64 8.14.1-2+deb13u4 404 Not Found [IP: 2a04:4e42:71::644 80] Erro: Falhou ao obter http://deb.debian.org/debian/pool/main/c/curl/libcurl4-openssl-dev_8.14.1-2%2bdeb13u4_amd64.deb 404 Not Found [IP: 2a04:4e42:71::644 80] The package version in https://packages.debian.org/trixie/libcurl4-openssl-dev is 8.14.1-2+deb13u5 instead. I am using Debian GNU/Linux 13 and kernel 6.12.101+deb13-amd64.
Hi Carlos, You should run apt update before apt install. Your local apt db is outdated and doesn't know the new version is available. Cheers, Charles Sep 18, 2026 11:49:13 Carlos Magno Moreira Sales <cmmsales78@gmail.com>: