Ubuntu解决ifconfig command not found的办法
Posted kings0secret-cn
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu解决ifconfig command not found的办法相关的知识,希望对你有一定的参考价值。
著名的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包
Ubuntu不该用yum 改用apt-get
ifconfig 不能发现只需安装net-tools 即可
apt-get install net-tools
以上是关于Ubuntu解决ifconfig command not found的办法的主要内容,如果未能解决你的问题,请参考以下文章
Ubuntu解决ifconfig command not found的办法
ifconfig出现bash: ifconfig:command not found解决办法之解决连环问题
CentOS7 下ifconfig command not found解决办法
CentOS 7 下 ifconfig command not found 解决办法