Linux Tutorials on the topic “programming”
-
How to Install Python 3.9 on Rocky Linux 8
Author: t.michael • Tags: linux, programming • Comments: 0 • Published: Oct 28, 2021Python is a widely used multi-purpose programming language. Today’s tutorial will show you how to install Python 3.9 on a Rocky Linux 8 system.
-
How to Install Rust on AlmaLinux 8
Author: t.michael • Tags: linux, programming • Comments: 0 • Published: Oct 26, 2021Rust is a programming language with three key design tenets: safety, concurrency, and practicality. In this article, we will learn how to install Rust on an AlmaLinux 8 system. This tutorial includes detailed instructions along with screenshots of the steps in the process.
-
How to Install Deno JavaScript Runtime on Ubuntu 20.04
Author: t.michael • Tags: linux, programming, ubuntu • Comments: 2 • Published: Oct 21, 2021Deno is a lightweight JavaScript runtime that is both straightforward and safe. We'll show you how to install Deno on Ubuntu 20.04 and run a hello world script to test your installation in this article.
-
-
How to Install and Use PIP Python Package Manager on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, programming • Comments: 0 • Published: Oct 19, 2021Pip is a widely used package manager for the Python programming language. It is being used for installing and managing additional packages that are not available in the Python standard library. In this article, I will show you how to install and use Pip on Debian 11.
-
How to Install Visual Studio Code Cloud IDE on Rocky Linux 8
Author: Navjot Singh • Tags: linux, programming • Comments: 0 • Published: Oct 19, 2021Visual Studio Code has become one of the most popular IDEs for coding. This tutorial will teach you how to install Visual Studio Code IDE using the code-server application on your Rocky Linux 8 server. You will also expose it via a public domain along with SSL support.
-
How to Install Gradle on Debian 11
Author: t.michael • Tags: debian, programming • Comments: 1 • Published: Oct 15, 2021Gradle is a general-purpose build tool with a focus on Java projects. This article describes how to install Gradle on Debian.
-
How to Install Jenkins on Rocky Linux 8
Author: t.michael • Tags: linux, programming, server • Comments: 0 • Published: Oct 14, 2021Jenkins is an open-source continuous build system. In this guide, we walk you through the process of installing and configuring a Jenkins server on a Rocky Linux 8 machine. This guide is also applicable for other Red Hat Linux and SUSE Linux OS.
-
How to Install PHP Composer on Debian 11
Author: t.michael • Tags: debian, linux, programming, web server • Comments: 0 • Published: Oct 14, 2021PHP Composer is a dependency manager for PHP. In this tutorial, we will show you how to install Composer on Debian 11. All the steps should work on other Debian-based distributions as well.
-
How to Install and Use NVM on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, programming • Comments: 0 • Published: Oct 12, 2021NVM is a version manager for Node.js used to install and manage multiple Node.js versions in Linux. In this post, we will show you how to install and use NVM to manage Node.js on Debian 11.
-
How to Install Java 17 (JDK 17) on Debian 11
Author: t.michael • Tags: debian, linux, programming • Comments: 2 • Published: Oct 12, 2021The Java Development Kit (JDK) is the name of the software development kit (SDK) for the Java programming language, which enables anyone to create both Java applications and applets for running on many operating systems. This tutorials shows how to install Java JDK on Debian 11.