在Ubuntu中安裝tree
命令,可以通過以下兩種方法:
sudo apt update
tree
:sudo apt install tree
sudo apt install git
tree
命令的倉庫到你的系統中:git clone https://github.com/universal-ctags/ctags.git
cd ctags
tree
命令:sudo make install
現在,你應該能夠在Ubuntu系統中使用tree
命令了。你可以通過輸入tree --version
來驗證安裝是否成功。