码迷,mamicode.com
首页 > 编程语言 > 详细

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

时间:2019-10-20 19:46:39      阅读:92      评论:0      收藏:0      [点我收藏+]

标签:nss   信息   red   inux   问题   描述   命令   hat   yum   

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

标签:nss   信息   red   inux   问题   描述   命令   hat   yum   

原文地址:https://www.cnblogs.com/zmdComeOn/p/11708648.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!