How to Install and Uninstall python3-enjarify.noarch Package on Fedora 35

Last updated: January 12,2025

1. Install "python3-enjarify.noarch" package

Please follow the steps below to install python3-enjarify.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install python3-enjarify.noarch

2. Uninstall "python3-enjarify.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-enjarify.noarch on Fedora 35:

$ sudo dnf remove python3-enjarify.noarch $ sudo dnf autoremove

3. Information about the python3-enjarify.noarch package on Fedora 35

Last metadata expiration check: 1:41:54 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-enjarify
Version : 1.0.3
Release : 18.fc35
Architecture : noarch
Size : 769 k
Source : enjarify-1.0.3-18.fc35.src.rpm
Repository : fedora
Summary : Translate Dalvik bytecode to equivalent Java bytecode
URL : https://github.com/Storyyeller/enjarify
License : ASL 2.0
Description : Android applications are Java programs that run on a customized
: virtual machine, which is part of the Android operating system, the
: Dalvik VM. Their bytecode differs from the bytecode of normal Java
: applications.
:
: Enjarify can translate the Dalvik bytecode back to equivalent Java
: bytecode, which simplifies the analysis of Android applications.