Browsing tag

fedora 35

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 […]

How To Install Eclipse IDE on Fedora 36 / Fedora 35

Eclipse is an open-source integrated development environment (IDE) that helps you develop software applications and components by providing tools to compile code, debug applications, and much more. Eclipse IDE is mainly used for developing Java applications. But, you can also develop applications in other languages, such as PHP, Python, Perl, R, etc., via plug-ins. Here, […]

How to Install IntelliJ IDEA On Fedora 36 / Fedora 35

IntelliJ IDEA is a Java integrated development environment (IDE) created by JetBrains. It has built-in support for Java, Kotlin, Groovy, and XML/XSL languages. You can also install plugins to support other languages such as Go, Python, Perl, Erlang, etc. It also supports the integration of build automation tools such as Maven, Ant, and Gradle and […]