docs: update centos/software

This commit is contained in:
Administrator 2021-08-05 09:04:25 +00:00 committed by John Smith
parent 3478ce96d9
commit a01168ab12

View File

@ -2,7 +2,7 @@
title: 常用软件安装
description: CentOS中常用软件的安装
published: true
date: 2021-08-05T08:48:31.266Z
date: 2021-08-05T09:04:24.018Z
tags: centos
editor: markdown
dateCreated: 2021-08-03T08:44:11.452Z
@ -23,6 +23,11 @@ $ yum search ifconfig
$ yum install -y net-tools.x86_64
```
# bash-completion自动补全
```bash
$ yum install -y bash-completion
```
# vim
```bash
$ yum install -y vim