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

Last updated: November 28,2024

1. Install "python3-enjarify.noarch" package

Learn how to install python3-enjarify.noarch on Fedora 39

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

2. Uninstall "python3-enjarify.noarch" package

Learn how to uninstall python3-enjarify.noarch on Fedora 39:

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

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

Last metadata expiration check: 3:39:33 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-enjarify
Version : 1.0.3
Release : 32.fc39
Architecture : noarch
Size : 446 k
Source : enjarify-1.0.3-32.fc39.src.rpm
Repository : updates
Summary : Translate Dalvik bytecode to equivalent Java bytecode
URL : https://github.com/Storyyeller/enjarify
License : Apache-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.