在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
来验证安装是否成功。