linux_logo

安装命令

Debian/Ubuntu/Mint 的系统

sudo apt install linuxlogo

RHEL/CentOS/Fedora/Rocky/AlmaLinux 的系统

sudo yum install linux_logo

Gentoo Linux系统

sudo emerge -a sys-apps/linuxlogo

Alpine Linux系统

sudo apk add linuxlogo

Arch Linux系统

sudo pacman -S linuxlogo

OpenSUSE系统

sudo zypper install linuxlogo

如果默认存储库中没有linuxlogo包,那么您需要从源代码构建它,如图所示。

git clone git://github.com/deater/linux_logo 
cd linux_logo
./configure
make
sudo make install

使用命令

linux_logo

或者

linuxlogo

screenfetch

安装命令

Debian/Ubuntu/Mint 的系统

sudo apt-get install screenfetch

Mac OS X 系统

brew install screenfetch

FreeBSD 系统

sudo dnf install screenfetch

如果源里面没有这个软件,可以采用如下方法:

wget https://github.com/KittyKatt/screenFetch/archive/master.zip
unzip master.zip
sudo mv screenFetch-master/screenfetch-dev /usr/bin/screenfetch

使用命令

screenfetch
最后修改:2023 年 12 月 11 日
如果觉得我的文章对你有用,请随意赞赏