How To Install jdepend-demo on Fedora 36
Introduction
In this tutorial we learn how to install jdepend-demo
on Fedora 36.
What is jdepend-demo
Demonstrations and samples for jdepend.
We can use yum
or dnf
to install jdepend-demo
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install jdepend-demo.
Install jdepend-demo on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install jdepend-demo
using dnf
by running the following command:
sudo dnf -y install jdepend-demo
Install jdepend-demo on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install jdepend-demo
using yum
by running the following command:
sudo yum -y install jdepend-demo
How To Uninstall jdepend-demo on Fedora 36
To uninstall only the jdepend-demo
package we can use the following command:
sudo dnf remove jdepend-demo
jdepend-demo Package Contents on Fedora 36
/usr/share/jdepend
/usr/share/jdepend/sample
/usr/share/jdepend/sample/epayment
/usr/share/jdepend/sample/epayment/adapters
/usr/share/jdepend/sample/epayment/adapters/ABCGatewayAdapter.java
/usr/share/jdepend/sample/epayment/adapters/XYZGatewayAdapter.java
/usr/share/jdepend/sample/epayment/commands
/usr/share/jdepend/sample/epayment/commands/AuthorizeCommand.java
/usr/share/jdepend/sample/epayment/commands/CaptureCommand.java
/usr/share/jdepend/sample/epayment/commands/CreditCommand.java
/usr/share/jdepend/sample/epayment/commands/SaleCommand.java
/usr/share/jdepend/sample/epayment/commands/VoidSaleCommand.java
/usr/share/jdepend/sample/epayment/framework
/usr/share/jdepend/sample/epayment/framework/AbstractPaymentCommand.java
/usr/share/jdepend/sample/epayment/framework/IGatewayAdapter.java
/usr/share/jdepend/sample/epayment/framework/IPaymentCommand.java
/usr/share/jdepend/sample/epayment/framework/IPaymentRequest.java
/usr/share/jdepend/sample/epayment/framework/IPaymentResponse.java
/usr/share/jdepend/sample/epayment/framework/PaymentException.java
/usr/share/jdepend/sample/epayment/processor
/usr/share/jdepend/sample/epayment/processor/PaymentProcessor.java
/usr/share/jdepend/sample/epayment/processor/PaymentProcessorConfigurator.java
/usr/share/jdepend/sample/epayment/request
/usr/share/jdepend/sample/epayment/request/PaymentRequest.java
/usr/share/jdepend/sample/epayment/response
/usr/share/jdepend/sample/epayment/response/PaymentResponse.java
/usr/share/jdepend/sample/jdepend.properties
References
Summary
In this tutorial we learn how to install jdepend-demo
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).