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

Last updated: January 10,2025

1. Install "python3-enjarify.noarch" package

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

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

2. Uninstall "python3-enjarify.noarch" package

This guide covers the steps necessary to uninstall python3-enjarify.noarch on Fedora 38:

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

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

Last metadata expiration check: 0:08:32 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-enjarify
Version : 1.0.3
Release : 30.fc38
Architecture : noarch
Size : 444 k
Source : enjarify-1.0.3-30.fc38.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.