Install Tidy on Ubuntu 22.04

Install Tidy on Ubuntu 22.04

Tidy is a command line tool for finding and fixing markup errors in HTML documents. It also supports pretty printing and allows fixing basic well-formedness errors in XML documents. This...
Install lsof on Ubuntu 22.04

Install lsof on Ubuntu 22.04

The lsof is a command line tool for showing information about files that are currently opened by various processes running on the system. It can be a regular file, directory...
Install Go on Ubuntu 22.04

Install Go on Ubuntu 22.04

Go is a programming language developed by Google. It's an open-source, statically typed, compiled language which provides garbage collection, memory safety, and concurrency. This tutorial explains how to install Go...
Get Package Dependencies on Ubuntu

Get Package Dependencies on Ubuntu

Most of the time, packages requires additional dependencies to work as intended. This tutorial demonstrates how to get package dependencies on Ubuntu. Use apt-cache or apt command with depends argument...