tldr installation and uninstallation

tldr

Tldr is a command query tool. Compared manwith the long and cumbersome parameter explanations provided, tldr can provide simplified command explanations and examples.

installation

sudo apt-get install nodejs
sudo apt-get install npm 
sudo npm install -g n
sudo n latest
sudo npm install -g tldr

delete

sudo npm install -g tldr

Guess you like

Origin blog.csdn.net/ahelloyou/article/details/115170957