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

Last updated: October 05,2024

1. Install "python3-enjarify.noarch" package

Here is a brief guide to show you how to install python3-enjarify.noarch on Fedora 34

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

2. Uninstall "python3-enjarify.noarch" package

This tutorial shows how to uninstall python3-enjarify.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:02:46 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-enjarify
Version : 1.0.3
Release : 16.fc34
Architecture : noarch
Size : 482 k
Source : enjarify-1.0.3-16.fc34.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.