sudo apt install (LIST OF COMMAND TO INSTALL APPS IN UBUNTU)




To install different apps in ubuntu we frequently use sudo apt install <appname>. Here are some command to install apps.  This post will be updated frequently with new command list.
List will contain command to install and add the required repository (if needed).
  • CherryTree
 A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single xml or sqlite file. Written by Giuseppe Penone (aka giuspen).
sudo apt install cherrytree 

  • Meld
 Meld is a visual diff and merge tool targeted at developers. Meld helps you compare files, directories, and version controlled projects. It provides two- and three-way comparison of both files and directories, and has support for many popular version control systems.
sudo apt install meld 

  • nethogs
 NetHogs is a small 'net top' tool. Instead of breaking the traffic down per protocol or per subnet, like most tools do, it groups bandwidth by process.
sudo apt install nethogs


  • Curlftpfs
 If you want to mount your ftp folder in your file explorer. Then you require these package.
sudo apt install curlftpfs

Comments