How to Install and Uninstall aidl Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 22,2024

1. Install "aidl" package

Please follow the instructions below to install aidl on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install aidl

2. Uninstall "aidl" package

Please follow the instructions below to uninstall aidl on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the aidl package on Ubuntu 20.10 (Groovy Gorilla)

Package: aidl
Architecture: amd64
Version: 1:8.1.0+r23-1build1
Priority: optional
Section: universe/devel
Source: android-platform-system-tools-aidl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Android Tools Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 747
Depends: android-libbase, libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Filename: pool/universe/a/android-platform-system-tools-aidl/aidl_8.1.0+r23-1build1_amd64.deb
Size: 202224
MD5sum: ca3c99840fd354dbe99fa10924ec103a
SHA1: 97ce98da87260cce38992493299cf41c10f2b1b0
SHA256: 898ffcf3afa709ec54c079a3b3973747c5e79a0ea9a9700fcc9ef54ea3f2073b
SHA512: 8a51adbdaa3deae2901c58268a75a3a7115bfa36487b48b0e73961f6bd4ec849ac74bb7a80a0554122153c918e963f2384e3e1eab10b38e3a5b37eff27e8da00
Homepage: https://android.googlesource.com/platform/system/tools/aidl
Description-en: 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: 45859dc0b2ae5ed979acc57a859674e5