CentOS 7如何安装Neofetch
1.安装第一步,去官网查找信息
- 官网地址可自行百度/谷歌,https://github.com/dylanaraps/neofetch/wiki/Installation
- 上述wiki带有不同系统上的安装指南,本文以 CentOS 为例
- 所有操作系统自带软件源内无此软件的,安装步骤大致为:添加软件源、导入密钥、刷新包管理器缓存、使用包管理器安装该软件
2. 基于 CentOS 7 的安装步骤如下
2.1. 安装 epel-release
sudo yum install epel-release
2.2. 添加第三方软件源
curl -o /etc/yum.repos.d/konimex-neofetch-epel-7.repo https://copr.fedorainfracloud.org/coprs/konimex/neofetch/repo/epel-7/konimex-neofetch-epel-7.repo
2.3. 使用包管理器安装 neofetch
sudo yum install neofetch
3.最终效果
neofetch