Browsing tag

fedora 34

How to Install Node.js on Fedora 35 / Fedora 34

Node.js is an open-source, cross-platform JavaScript runtime environment for developing server-side applications. It uses an event-driven, non-blocking I/O model that makes it lightweight and effective, ideal for data-intensive real-time applications that run across distributed devices. Here, we will see how to install Node.js on Fedora 35 / Fedora 34. Install Node.js on Fedora 35 You […]

How to Install MySQL 8.0 on Fedora 35 / Fedora 34

MySQL is a free database management system commonly used in web applications to store and retrieve records and information. It was initially developed by MYSQL AB, now owned by Oracle Corporation. MySQL was the primary database in Linux operating system until MariaDB, a fork of MySQL, came into the picture. Here, we will see how […]

How to Install Java JDK 17 on Fedora 36 / Fedora 35 / 34

The Java JDK (Java Development Kit) is a software development environment used for developing Java Applications. It is a collection of programming tools, notably JRE (Java Runtime Environment), Java (Loader for Java Application), Javac (Compiler), Jar (Archiver), etc. Java JRE (Java Runtime Environment) contains tools for running Java applications. OpenJDK is an open-source implementation of […]