type
status
date
slug
summary
tags
category
icon
password
在 Debian 11 中,
sudo
命令是默认安装的,如果您在使用时遇到 "sudo command not found" 的错误提示,可能是因为 sudo
没有被正确安装或者已被误删除。以下是可能的解决方法:- 检查 sudo 是否已经安装
使用以下命令检查系统是否已经安装了 sudo:
如果已经安装了 sudo,将显示类似于以下内容的输出:
- 安装 sudo
如果您的系统上没有安装 sudo,则可以通过以下命令安装:
在运行
apt-get install sudo
命令时,系统会提示您输入 root 用户密码。安装完毕之后我们再执行安装curl:
sudo apt-get install curl
- Author:JoyEasy每天开心
- URL:https://www.202060.xyz//article/5f71a1ce-b5f1-415c-baa1-66fdf4bf9808
- Copyright:All articles in this blog, except for special statements, adopt BY-NC-SA agreement. Please indicate the source!