How to Install and Uninstall aidl Package on Kali Linux

Last updated: May 17,2024

1. Install "aidl" package

This tutorial shows how to install aidl on Kali Linux

$ sudo apt update $ sudo apt install aidl

2. Uninstall "aidl" package

Please follow the guidelines below to uninstall aidl on Kali Linux:

$ sudo apt remove aidl $ sudo apt autoclean && sudo apt autoremove

3. Information about the aidl package on Kali Linux

Package: aidl
Source: android-platform-system-tools-aidl (1:10.0.0+r36-4)
Version: 1:10.0.0+r36-4+b1
Installed-Size: 1147
Maintainer: Android Tools Maintainers
Architecture: amd64
Depends: android-libbase (>= 1:10.0.0+r36), android-libcutils (>= 1:10.0.0+r36), libatomic1 (>= 4.8), libc6 (>= 2.32), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Size: 307284
SHA256: 9b465434f6b67f1359f44a74f57bc91633a125a60ae16fdab7943ee3bd5c7948
SHA1: da595c05252c6f5dcfa5e6993ec23d62731ab786
MD5sum: d712ffd77a742fd7e5597a62c5220e51
Description: Binder generator of AIDL interfaces
aidl is a utility to generate Java and/or C++ code from Android's
Android Interface Definition Language (AIDL). AIDL is similar to
other IDLs you might have worked with. It allows you to define the
programming interface that both the client and service agree upon in
order to communicate with each other using interprocess communication
(IPC). On Android, one process cannot normally access the memory of
another process. So to talk, they need to decompose their objects
into primitives that the operating system can understand, and
marshall the objects across that boundary for you. The code to do
that marshalling is tedious to write, so Android handles it for you
with AIDL. This package provides two tools:
.
* "aidl" which generates Java bindings.
* "aidl-cpp" which generates C++ bindings.
.
For more info, see:
https://developer.android.com/guide/components/aidl.html
Description-md5:
Homepage: https://android.googlesource.com/platform/system/tools/aidl
Section: devel
Priority: optional
Filename: pool/main/a/android-platform-system-tools-aidl/aidl_10.0.0+r36-4+b1_amd64.deb