在debian13中安装curl的方法(不用sudo)

首先执行

su root

(输入密码后可以出现#号,以表示获取到了管理员权限)

接下来执行

apt update
apt install curl

就可以了