How to Install and Uninstall androwarn.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "androwarn.noarch" package

This is a short guide on how to install androwarn.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install androwarn.noarch

2. Uninstall "androwarn.noarch" package

Here is a brief guide to show you how to uninstall androwarn.noarch on Fedora 34:

$ sudo dnf remove androwarn.noarch $ sudo dnf autoremove

3. Information about the androwarn.noarch package on Fedora 34

Last metadata expiration check: 1:13:27 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : androwarn
Version : 1.6.1
Release : 6.fc34
Architecture : noarch
Size : 174 k
Source : androwarn-1.6.1-6.fc34.src.rpm
Repository : fedora
Summary : Static code analyzer for malicious Android applications
URL : https://github.com/maaaaz/androwarn
License : LGPLv3+ and ASL 2.0 and MIT
Description : Androwarn is a tool whose main aim is to detect and warn the user about
: potential malicious behaviors developed by an Android application.
:
: The detection is performed with the static analysis of the application's
: Dalvik bytecode, represented as Smali, with the androguard library.
:
: This analysis leads to the generation of a report, according to a technical
: detail level chosen from the user.