How To Install classpathless-compiler on Fedora 36
Introduction
In this tutorial we learn how to install classpathless-compiler
on Fedora 36.
What is classpathless-compiler
Classpathless compiler (CPLC) is a compiler wrapper used for compiling java sources with customizable class providers. This tool works differently from the traditional java compiler in that it doesn’t use provided classpath but instead pulls dependencies using an API.
We can use yum
or dnf
to install classpathless-compiler
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install classpathless-compiler.
Install classpathless-compiler on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
After updating yum database, We can install classpathless-compiler
using dnf
by running the following command:
Install classpathless-compiler on Fedora 36 Using yum
Update yum database with yum
using the following command.
After updating yum database, We can install classpathless-compiler
using yum
by running the following command:
How To Uninstall classpathless-compiler on Fedora 36
To uninstall only the classpathless-compiler
package we can use the following command:
classpathless-compiler Package Contents on Fedora 36
References
Summary
In this tutorial we learn how to install classpathless-compiler
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).