米露小窝
放弃个性,就和死了没什么区别
米露小窝

为Openwrt安装neofetch

众所周知,neofetch是安装完Linux系统必装的一个软件包,看着Linux发行版的Logo和配置让人心情十分愉快,但是在Openwrt上无法通过自带的包管理器安装neofetch,需要自己编译,接下来教大家如何编译并安装

1.准备

我的Openwrt系统版本是OpenWrt SNAPSHOT, r6110-dff0d3553

如果你想使用Git拉取GITHUB仓库的话可以安装Git

opkg update
opkg install git

这里我就使用Wget拉取仓库了

需要安装make来编译

opkg update
opkg install make

2.开始安装

先拉取neofetch的github

wget https://github.com/dylanaraps/neofetch/archive/refs/heads/master.zip

如果使用git的话使用以下命令

git clone https://github.com/dylanaraps/neofetch

拉取zip之后使用unzip解压zip

unzip master.zip

之后进入拉取的文件夹,输入以下命令开始编译

make install

如果无输出就编译并安装完成了,可以输入neofetch看看效果

附效果图:

https://upy.5k.work/2023/09/20230917040924453.png!/format/webp/lossless/true
赞赏
为Openwrt安装neofetch》依据“CC BY-NC-SA 4.0”许可证进行授权。转载请附上出处链接并且不得将本作品用于商业目的 。要查看该许可证,请 点击

发表回复

textsms
account_circle
email

CAPTCHAis initialing...

米露小窝

为Openwrt安装neofetch
众所周知,neofetch是安装完Linux系统必装的一个软件包,看着Linux发行版的Logo和配置让人心情十分愉快,但是在Openwrt上无法通过自带的包管理器安装neofetch,需要自己编译,接下来教大家如何…
扫描二维码继续阅读
2023-09-17