How to Install SonarQube on Ubuntu 22.04 LTS Server

How to install SonarQube on Ubuntu 22.04 LTS Jammy

Tutorial for learning the commands and steps to install SonarQube on Ubuntu 22.04 LTS Jammy JellyFish for analyzing code quality.  If the code is to be analyzed statically and dynamically, several tool decisions have to be made. In the Java world, but also in the …

Read more

How to install Erlang on Ubuntu 20.04 LTS Linux

How to install Erlang on Ubuntu 20.04 LTS Linux

Learn the commands to install Erlang programming language on Ubuntu 20.04 LTS Focal fossa Linux and also an example to create Hello World program.  Erlang is an open-source programming language that is nowadays often used for (massively) parallel programming and distributed systems. However, the origins lie …

Read more

How to install Miniconda on Ubuntu 20.04 LTS Focal

Install MiniConda3 on Ubuntu 22.04

Learn the ways to install MiniConda3 on Ubuntu 20.04 LTS Focal Fossa to use Conda package manager to install Anaconda Packages.  The Anaconda distribution is a collection of software for scientific purposes. It includes a Python installation, an R installation, and the Conda package manager, …

Read more

How to install .Net Core on Manjaro Linux

Install .Net Core on Manjaro Linux

Learn the commands to install Microsoft .Net or Dot Net Core on Arch-based Manjaro Linux to start developing your applications. .NET is an open-source development framework platform available free to use and install on all popular operating systems such as Windows, Linux, and macOS operating …

Read more

8 Best Linux distros for .Net Core development

Manjaro Linux Net Core

Find out the best Linux Distributions for developers to start developing in the Microsoft .Net Core development platform… .NET has been considered one of the most popular software development frameworks for several years. .NET Core is an open-source platform developed by Microsoft. It replaces the old …

Read more

Install Laravel on Ubuntu 22.04 LTS Jammy JellyFish Linux

Install Laravel PHP framework on Ubuntu 22.04 Jammy

Tutorial to learn the steps for installing PHP Laravel framework on Ubuntu 22.04 LTS Jammy JellyFish using the command terminal for developing web apps. PHP doesn’t need an introduction, it has been around for many years powering web applications that need a dynamic programming language …

Read more

3 Ways to Install Ruby on Ubuntu 22.04 LTS Jammy

Install Ruby on Ubuntu 22.04

Learn the different commands and steps to install Ruby on Ubuntu 22.04 LTS Jammy JellyFish using the command terminal. Ruby is an object-oriented high-level interpreted programming language that is easy to use and productive to use. Inventor Yukihiro Matsumoto wanted to develop a language in …

Read more

How to install PyCharm on Ubuntu 22.04 LTS Jammy

Install PyCharm on Ubuntu 22.04 Jammy LTS

Here is the guide to learn the simple steps for the installation of PyCharm on Ubuntu 22.04 LTS Jammy JellyFish Linux using command terminal.  PyCharm is a Python development environment with code completion, code analysis, refactorings, and debuggers. It is open-source and distributed under the …

Read more

How to install .NET Core (dotnet) on Ubuntu 22.04 LTS

Install .Net Core SDK on Ubuntu 22.04 LTS

Learn the commands to install .Net Core SDK and Runtime on Ubuntu 22.04 LTS Jammy JellyFish Linux using the terminal – Apt Repository, Script, or Snap.  Microsoft DotNet is one of the most popular software development frameworks for several years. The .NET Core is a …

Read more