sudo: apt-get: command not fou
时间: 2023-04-24 22:07:10 浏览: 114
nd
这个错误提示意味着你输入的命令有误或者你的系统中没有安装相应的软件包管理工具。一般来说,这个错误提示出现的情况有以下几种:
1. 输入的命令有误,比如拼写错误或者命令参数不正确。
2. 系统中没有安装相应的软件包管理工具,比如 apt-get。
3. 系统中的软件包管理工具出现了问题,需要重新安装或者修复。
如果你遇到了这个错误提示,可以尝试以下几种解决方法:
1. 检查输入的命令是否正确,确保拼写正确并且命令参数正确。
2. 检查系统中是否安装了相应的软件包管理工具,比如 apt-get。如果没有安装,可以使用以下命令安装:
sudo apt-get install apt
3. 如果系统中已经安装了软件包管理工具,但是出现了问题,可以尝试重新安装或者修复。具体方法可以参考相关文档或者搜索相关问题解决方案。
相关问题
[root@iZ0jlcgjrcxfsxz0tlpnqfZ ffmpg]# sudo apt-get install sudo apt-get sudo: apt-get: command not found [root@iZ0jlcgjrcxfsxz0tlpnqfZ ffmpg]# sudo apt-get install sudo: apt-get: command not found [root@iZ0jlcgjrcxfsxz0tlpnqfZ ffmpg]# sudo apt-get sudo: apt-get: command not found [root@iZ0jlcgjrcxfsxz0tlpnqfZ ffmpg]# sudo apt-get update sudo: apt-get: command not found [root@iZ0jlcgjrcxfsxz0tlpnqfZ ffmpg]# sudo apt-get install software-properties-common sudo: apt-get: command not found [root@iZ0jlcgjrcxfsxz0tlpnqfZ ffmpg]# sudo add-apt-repository ppa:mc3man/mpv-tests sudo: add-apt-repository: command not found [root@iZ0jlcgjrcxfsxz0tlpnqfZ ffmpg]# sudo apt-get update sudo: apt-get: command not found [root@iZ0jlcgjrcxfsxz0tlpnqfZ ffmpg]# sudo apt-get install mpv sudo: apt-get: command not found你的方法不行
非常抱歉,我之前的回答有误,CentOS 并不支持 apt-get 命令。在 CentOS 中,你可以使用 yum 命令来安装软件包。
要安装 mpv 播放器,可以使用以下命令:
```
sudo yum install epel-release
sudo yum install mpv
```
第一条命令是安装 EPEL 软件源,第二条命令是安装 mpv 播放器。请注意,你需要具有 sudo 权限才能运行这些命令。
sudo: apt-get: command not found
As an AI language model, I don't have access to your system's configuration, but the error message "sudo: apt-get: command not found" is usually displayed when the "apt-get" command is not available on your system or the command is misspelled.
If you are using a Debian-based Linux distribution like Ubuntu, you can try installing the "apt-get" package manager using the following command:
```
sudo apt-get update
sudo apt-get install apt-get
```
If you are using a different Linux distribution or operating system, you may need to use a different package manager or command to install software.
阅读全文