just installed Ubuntu 24.04 and I was trying to install R
$ export R_VERSION=4.4.0 curl -O
$ https://cdn.rstudio.com/r/ubuntu-2404/pkgs/r-${R_VERSION}_1_amd64.deb
$ gdebi r-${R_VERSION}_1_amd64.deb
but I have this error
root@vm:~# gdebi r-${R_VERSION}_1_amd64.deb
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Reading state information... Done
This package is uninstallable
Dependency is not satisfiable: libcurl4t64
Running
apt list --installed | grep libcurl4
I have
libcurl4-openssl-dev/jammy-updates,jammy-security,now 7.81.0-1ubuntu1.16 amd64 [installed]
libcurl4/jammy-updates,jammy-security,now 7.81.0-1ubuntu1.16 amd64 [installed]