无法在 ubuntu 18.04 上更新 Curl

无法在 ubuntu 18.04 上更新 Curl

我正在尝试将我的 curl 版本从 7.46.0 升级,但是经过多次尝试后版本仍然保持不变。

root@Ubuntu:~# curl --version
curl 7.46.0 (x86_64-pc-linux-gnu) libcurl/7.46.0 OpenSSL/1.0.2n zlib/1.2.11 nghttp2/1.37.0-DEV
Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
Features: IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP HTTP2 UnixSockets

我尝试了互联网上所有可用的方法,但都没有成功;

sudo apt update && sudo apt upgrade

然后尝试以下更新。

root@Ubuntu:~# sudo apt install curl
Reading package lists... Done
Building dependency tree
Reading state information... Done
curl is already the newest version (7.58.0-2ubuntu3.8).

可能有一些库我需要取消链接/链接,但我不确定。

任何帮助都将受到赞赏。

相关内容