Install Yarn on Ubuntu 20.04

Install Yarn on Ubuntu 20.04

Yarn is a package manager for Node.js that enables to install various packages from the npm registry. Yarn can be used as alternative for npm. Yarn can use the same...
Install vcpkg on Ubuntu 24.04

Install vcpkg on Ubuntu 24.04

The vcpkg is a cross-platform C/C++ package manager for downloading and building various libraries. The vcpkg is an open-source project developed by Microsoft, which released under the MIT license. This...
Install .NET 5 on Ubuntu 20.04

Install .NET 5 on Ubuntu 20.04

.NET (previously known as .NET Core) is a cross-platform applications development framework created by Microsoft. It is successor to .NET Framework. .NET is an open-source project available under the MIT...
Install DMD on Ubuntu 24.04

Install DMD on Ubuntu 24.04

DMD is a compiler for the D programming language. D is a high level, general purpose, statically typed language that has syntax similar to C/C++. This tutorial explains how to...
Install Julia on Ubuntu 20.04

Install Julia on Ubuntu 20.04

Julia is an open-source, high-level, dynamically typed programming language. Julia is commonly used for numerical analysis and scientific computing. This tutorial demonstrates how to install Julia on Ubuntu 20.04. Install...
Install Google Chrome on Ubuntu 22.04

Install Google Chrome on Ubuntu 22.04

Google Chrome is a cross-platform, fast, secure web browser developed by Google. Chrome is a free software, but is not open-source. Chrome is based on the open-source Chromium project. This...