python 错误信息是:sudo :apt-get:command not found

Posted 子钦加油

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 错误信息是:sudo :apt-get:command not found相关的知识,希望对你有一定的参考价值。

1、问题描述

错误信息是:sudo :apt-get:command not found

2、问题原因及解决

在centos下用yum install xxx

yum和apt-get的区别
一般来说著名的linux系统基本上分两大类: 
1.RedHat系列:Redhat、Centos、Fedora等 
2.Debian系列:Debian、Ubuntu等 
RedHat 系列 
1 常见的安装包格式 rpm包,安装rpm包的命令是“rpm -参数” 
2 包管理工具 yum 
3 支持tar包 
Debian系列 
1 常见的安装包格式 deb包,安装deb包的命令是“dpkg -参数” 
2 包管理工具 apt-get 
3 支持tar包

 

如果:执行sudo apt-get install openssh-server 报错

使用的是CentOS, 下载的时候 使用yum不要用apt-get

sudo yum install openssh-server 可以解决

 

以上是关于python 错误信息是:sudo :apt-get:command not found的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu下彻底卸载mysql (转)

ubuntu 12 安装bcm 43142无线网卡驱动

没有 sudo 的 python setup.py 安装

Python pip错误:“无法获取索引基URL https://pypi.python.org/simple/”

python和sudo python的区别

Linux下-bash: Permission denied 或者 sudo: command not found 错误