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...
Install lshw on Ubuntu 22.04

Install lshw on Ubuntu 22.04

The lshw is a command line tool for displaying detailed information about hardware components on a system. The tool enables to view details about CPU, RAM, network interfaces, USB controllers...
Install Ranger on Ubuntu 22.04

Install Ranger on Ubuntu 22.04

Ranger is a command line based file manager that allows to navigate directories, preview file content, open a file with an editor, and other features. Ranger provides a way to...
Install build-essential on Ubuntu 22.04

Install build-essential on Ubuntu 22.04

The build-essential is a package that holds an informational list of all other packages for building Debian packages and compiling software. The build-essential installs the following list of individual packages:...