启动终端一个有趣的动画

动画GIF图片由于无法上传只好截图
#安装依赖

sudo apt-get install libx32ncurses5-dev libx32ncursesw5-dev

#现在克隆库

sudo apt-get install git
git clone https://github.com/bartobri/no-more-secrets.git
cd ./no-more-secrets

#现在我们将编译源代码安装

make
sudo make install

两个使用方式其余自己摸索玩

ls -l | nms

sneakers

卸载到你安装的源码包

sudo make uninstall

:lol还有跑火车,sl.

:slight_smile:

路过!

楼主 第一个语句就安装不了 怎么解

“The following packages have unmet dependencies:
libx32ncurses5-dev : Depends: libx32tinfo5 (= 6.0+20160213-1ubuntu1) but it is not going to be installed
Depends: libx32ncurses5 (= 6.0+20160213-1ubuntu1) but it is not going to be installed
Depends: libx32tinfo-dev (= 6.0+20160213-1ubuntu1) but it is not going to be installed
Depends: libc6-dev-x32 but it is not going to be installed
libx32ncursesw5-dev : Depends: libx32tinfo5 (= 6.0+20160213-1ubuntu1) but it is not going to be installed
Depends: libx32ncursesw5 (= 6.0+20160213-1ubuntu1) but it is not going to be installed
Depends: libx32tinfo-dev (= 6.0+20160213-1ubuntu1) but it is not going to be installed
Depends: libc6-dev-x32 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.”

自己去安装好依赖关系的软件包你的终端有提示
libx32ncurses5-dev
libx32ncursesw5-dev
libx32tinfo5
libx32ncursesw5
libx32tinfo-dev
libc6-dev-x32

谢谢解答, 可是我安装还是缺文件, 只是想弄明白咋回事
“libc6-dev-x32 : Depends: libc6-x32 (= 2.23-0ubuntu3) but it is not going to be installed
Depends: libc6-dev-i386 (= 2.23-0ubuntu3) but it is not going to be installed
Depends: libc6-dev (= 2.23-0ubuntu3) but 2.23-0ubuntu5 is to be installed
E: Unable to correct problems, you have held broken packages.“

”libx32ncursesw5 : Depends: libx32tinfo5 (= 6.0+20160213-1ubuntu1) but it is not going to be installed
Depends: libc6-x32 (>= 2.16) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.“ 诸如此类, 何解?