在Debian系统安装Cmatrix有包管理器安装和从源码编译安装两种方法,具体如下:
sudo apt update
更新软件包列表。sudo apt install cmatrix
进行安装。sudo apt install build-essential libncurses5-dev libncursesw5-dev
。wget https://github.com/ctide/cmatrix/archive/refs/heads/master.zip
,然后unzip master.zip
。./configure
,make
,sudo make install
。