电影网站制作,江苏建设考试培训网,网站建设houxiaoer,郑州好的网站建站Linux系统分为两种#xff1a;
RedHat系列#xff1a;Redhat、Centos、Fedora等Debian系列#xff1a;Debian、Ubuntu等
RedHat系列的包管理工具是yum
Debian系列的包管理工具是apt-get
问题:
bash: vim: command not found解决步骤:
Debian系列
1.第一步
apt-get up…Linux系统分为两种
RedHat系列Redhat、Centos、Fedora等Debian系列Debian、Ubuntu等
RedHat系列的包管理工具是yum
Debian系列的包管理工具是apt-get
问题:
bash: vim: command not found解决步骤:
Debian系列
1.第一步
apt-get update2.第二步
apt-get install -y vim
RedHat系列
1.第一步
yum update2.第二步
yum install -y vim