使用 neofetch 查看 Linux 系统基本信息
|字数总计:2.4k|阅读时长:NaN:aN分钟|阅读量:
查看 Linux 系统信息的方法有很多,但本篇介绍的方法是以一种比较有逼格的方式获取这些信息。
安装 neofetch
Debian/Ubuntu
1 2
| sudo apt update sudo apt install neofetch
|
CentOS 8
1 2
| sudo dnf install epel-release sudo dnf install neofetch
|
CentOS 7
1 2 3
| sudo yum install epel-release sudo 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 sudo yum install neofetch
|
其他系统安装请参考:月灯依旧
使用
参考文献
- CentOS 7 安装 neofetch
- Install Neofetch and Screenfetch on CentOS 8
- 怎样在 Linux 上安装和使用 Neofetch (RHEL /CentOS / Arch)