Browsing category

Fedora

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

How to Install Android Studio on Fedora 36 / Fedora 35

Android Studio is a robust integrated development environment (IDE) for Android development based on IntelliJ IDEA. It is the first choice for an app developer to develop Google’s Android operating system applications. It is available for Windows, Linux, macOS, and Chrome OS. Here, we will see how to install Android Studio on Fedora 36 / […]