Ubuntu Terminal is a command-line interface (CLI) used in the Ubuntu operating system to interact with the system directly via text-based commands. It allows users to execute programs, manage files, install packages, monitor processes, and perform administrative tasks. Built on the Bash shell (by default), the terminal is a powerful tool for both developers and system administrators.
Also known as: Command-line interface, Shell, Bash terminal (on Ubuntu)
A developer uses the Ubuntu Terminal to install Node.js via a package manager with the command:
This installs Node.js system-wide, enabling JavaScript development directly from the command line. With Node.js in place, the same terminal can run tools distributed through npm. Decodo's web scraping CLI, for example, fetches a page and returns clean Markdown in one command: