How to Install and Uninstall aidl Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 10,2024

1. Install "aidl" package

Please follow the guidance below to install aidl on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install aidl

2. Uninstall "aidl" package

Learn how to uninstall aidl on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the aidl package on Ubuntu 21.04 (Hirsute Hippo)

Package: aidl
Architecture: amd64
Version: 1:10.0.0+r36-3
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: 1145
Depends: android-libbase (>= 1:10.0.0+r36), android-libcutils (>= 1:10.0.0+r36), libatomic1 (>= 4.8), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Filename: pool/universe/a/android-platform-system-tools-aidl/aidl_10.0.0+r36-3_amd64.deb
Size: 308712
MD5sum: f10b1df4dcc682d2f2033f3b30480be5
SHA1: 611a2a944027de654ecefae7b1204943b811b576
SHA256: 741afb0526d7021e8dd2459d42532acecdc78edda84d38d8821dcf8387aaf200
SHA512: 50cca6eeec93623fd319c0ae1788d9c1203eeead5e14b5be2701a5ee2f8ee5195144e1d1f912a5d43108351a6419db8a6a473b3d6158f60c3f0f10e1fc5441e8
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