How To Install andriller on Fedora 34
Introduction
In this tutorial we learn how to install andriller
on Fedora 34.
What is andriller
Andriller is software utility with a collection of forensic tools for smart phones. It performs read-only, forensically sound, non-destructive acquisition from Android devices. It has features, such as powerful Lockscreen cracking for pattern, PIN code or password. Custom decoders for Apps data from Android (some Apple iOS & Windows) databases for decoding communications. Extraction and decoders produce reports in HTML and spreadsheet formats.
We can use yum
or dnf
to install andriller
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install andriller.
Install andriller on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install andriller
using dnf
by running the following command:
sudo dnf -y install andriller
Install andriller on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install andriller
using yum
by running the following command:
sudo yum -y install andriller
How To Uninstall andriller on Fedora 34
To uninstall only the andriller
package we can use the following command:
sudo dnf remove andriller
andriller Package Contents on Fedora 34
/usr/bin/andriller-gui.py
/usr/lib/python3.9/site-packages/andriller
/usr/lib/python3.9/site-packages/andriller-3.3.1-py3.9.egg-info
/usr/lib/python3.9/site-packages/andriller-3.3.1-py3.9.egg-info/PKG-INFO
/usr/lib/python3.9/site-packages/andriller-3.3.1-py3.9.egg-info/SOURCES.txt
/usr/lib/python3.9/site-packages/andriller-3.3.1-py3.9.egg-info/dependency_links.txt
/usr/lib/python3.9/site-packages/andriller-3.3.1-py3.9.egg-info/requires.txt
/usr/lib/python3.9/site-packages/andriller-3.3.1-py3.9.egg-info/top_level.txt
/usr/lib/python3.9/site-packages/andriller-3.3.1-py3.9.egg-info/zip-safe
/usr/lib/python3.9/site-packages/andriller/__init__.py
/usr/lib/python3.9/site-packages/andriller/__main__.py
/usr/lib/python3.9/site-packages/andriller/__pycache__
/usr/lib/python3.9/site-packages/andriller/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/andriller/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/andriller/__pycache__/__main__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/andriller/__pycache__/__main__.cpython-39.pyc
/usr/lib/python3.9/site-packages/andriller/__pycache__/adb_conn.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/andriller/__pycache__/adb_conn.cpython-39.pyc
/usr/lib/python3.9/site-packages/andriller/__pycache__/classes.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/andriller/__pycache__/classes.cpython-39.pyc
/usr/lib/python3.9/site-packages/andriller/__pycache__/config.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/andriller/__pycache__/config.cpython-39.pyc
/usr/lib/python3.9/site-packages/andriller/__pycache__/cracking.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/andriller/__pycache__/cracking.cpython-39.pyc
/usr/lib/python3.9/site-packages/andriller/__pycache__/decoders.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/andriller/__pycache__/decoders.cpython-39.pyc
/usr/lib/python3.9/site-packages/andriller/__pycache__/decrypts.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/andriller/__pycache__/decrypts.cpython-39.pyc
/usr/lib/python3.9/site-packages/andriller/__pycache__/driller.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/andriller/__pycache__/driller.cpython-39.pyc
/usr/lib/python3.9/site-packages/andriller/__pycache__/engines.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/andriller/__pycache__/engines.cpython-39.pyc
/usr/lib/python3.9/site-packages/andriller/__pycache__/messages.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/andriller/__pycache__/messages.cpython-39.pyc
/usr/lib/python3.9/site-packages/andriller/__pycache__/screencap.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/andriller/__pycache__/screencap.cpython-39.pyc
/usr/lib/python3.9/site-packages/andriller/__pycache__/statics.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/andriller/__pycache__/statics.cpython-39.pyc
/usr/lib/python3.9/site-packages/andriller/__pycache__/tooltips.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/andriller/__pycache__/tooltips.cpython-39.pyc
/usr/lib/python3.9/site-packages/andriller/__pycache__/utils.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/andriller/__pycache__/utils.cpython-39.pyc
/usr/lib/python3.9/site-packages/andriller/__pycache__/windows.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/andriller/__pycache__/windows.cpython-39.pyc
/usr/lib/python3.9/site-packages/andriller/adb_conn.py
/usr/lib/python3.9/site-packages/andriller/classes.py
/usr/lib/python3.9/site-packages/andriller/config.py
/usr/lib/python3.9/site-packages/andriller/cracking.py
/usr/lib/python3.9/site-packages/andriller/decoders.py
/usr/lib/python3.9/site-packages/andriller/decrypts.py
/usr/lib/python3.9/site-packages/andriller/driller.py
/usr/lib/python3.9/site-packages/andriller/engines.py
/usr/lib/python3.9/site-packages/andriller/messages.py
/usr/lib/python3.9/site-packages/andriller/res
/usr/lib/python3.9/site-packages/andriller/res/icon3.gif
/usr/lib/python3.9/site-packages/andriller/res/icon3.icns
/usr/lib/python3.9/site-packages/andriller/res/icon3.ico
/usr/lib/python3.9/site-packages/andriller/res/icon3.png
/usr/lib/python3.9/site-packages/andriller/res/icon3.xbm
/usr/lib/python3.9/site-packages/andriller/res/logo.gif
/usr/lib/python3.9/site-packages/andriller/screencap.py
/usr/lib/python3.9/site-packages/andriller/statics.py
/usr/lib/python3.9/site-packages/andriller/templates
/usr/lib/python3.9/site-packages/andriller/templates/REPORT.html
/usr/lib/python3.9/site-packages/andriller/templates/ScreencapReport.html
/usr/lib/python3.9/site-packages/andriller/templates/accounts.html
/usr/lib/python3.9/site-packages/andriller/templates/base.html
/usr/lib/python3.9/site-packages/andriller/templates/calendar.html
/usr/lib/python3.9/site-packages/andriller/templates/call_logs.html
/usr/lib/python3.9/site-packages/andriller/templates/chrome_passwords.html
/usr/lib/python3.9/site-packages/andriller/templates/downloads.html
/usr/lib/python3.9/site-packages/andriller/templates/facebook_messages.html
/usr/lib/python3.9/site-packages/andriller/templates/fb_attach.html
/usr/lib/python3.9/site-packages/andriller/templates/fb_rcpt.html
/usr/lib/python3.9/site-packages/andriller/templates/fb_share.html
/usr/lib/python3.9/site-packages/andriller/templates/fb_sticker.html
/usr/lib/python3.9/site-packages/andriller/templates/google_photos.html
/usr/lib/python3.9/site-packages/andriller/templates/kik_messages.html
/usr/lib/python3.9/site-packages/andriller/templates/samsung_snippets.html
/usr/lib/python3.9/site-packages/andriller/templates/shared_storage.html
/usr/lib/python3.9/site-packages/andriller/templates/skype_calls.html
/usr/lib/python3.9/site-packages/andriller/templates/skype_messages.html
/usr/lib/python3.9/site-packages/andriller/templates/skype_messages_legacy.html
/usr/lib/python3.9/site-packages/andriller/templates/sms_messages.html
/usr/lib/python3.9/site-packages/andriller/templates/style.html
/usr/lib/python3.9/site-packages/andriller/templates/template.html
/usr/lib/python3.9/site-packages/andriller/templates/viber_contacts.html
/usr/lib/python3.9/site-packages/andriller/templates/viber_media.html
/usr/lib/python3.9/site-packages/andriller/templates/viber_messages.html
/usr/lib/python3.9/site-packages/andriller/templates/wa_media.html
/usr/lib/python3.9/site-packages/andriller/templates/web_history.html
/usr/lib/python3.9/site-packages/andriller/templates/web_passwords.html
/usr/lib/python3.9/site-packages/andriller/templates/whatsapp_contacts.html
/usr/lib/python3.9/site-packages/andriller/templates/whatsapp_messages.html
/usr/lib/python3.9/site-packages/andriller/templates/wifi_passwords.html
/usr/lib/python3.9/site-packages/andriller/tooltips.py
/usr/lib/python3.9/site-packages/andriller/utils.py
/usr/lib/python3.9/site-packages/andriller/windows.py
/usr/share/applications/andriller.desktop
/usr/share/doc/andriller
/usr/share/doc/andriller/README.md
/usr/share/licenses/andriller
/usr/share/licenses/andriller/LICENSE
References
Summary
In this tutorial we learn how to install andriller
on Fedora 34 using yum and dnf.