libandroid-ddms-java software package provides Communicate with devices through adb - Core library, you can install in your Ubuntu 17.04 (Zesty Zapus) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install libandroid-ddms-java
libandroid-ddms-java is installed in your system.
Make ensure the libandroid-ddms-java package were installed using the commands given below,
$ sudo dpkg-query -l | grep libandroid-ddms-java *
You will get with libandroid-ddms-java package name, version, architecture and description in a table
| Distro | Ubuntu 17 04 zesty zapus |
| Section | Java |
| Package | libandroid-ddms-java |
| Version | 2.0.0-1 |
| Description | Communicate with devices through adb - Core library |
| Sub Section | Java |