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

Last updated: October 17,2024

1. Install "androwarn.noarch" package

This guide let you learn how to install androwarn.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install androwarn.noarch

2. Uninstall "androwarn.noarch" package

Please follow the instructions below to uninstall androwarn.noarch on Fedora 36:

$ sudo dnf remove androwarn.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:21:17 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : androwarn
Version : 1.6.1
Release : 9.fc36
Architecture : noarch
Size : 174 k
Source : androwarn-1.6.1-9.fc36.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.