```text ================================================== Android USB Support in antiX ================================================== Package ------- android-device-usb-connect-antix Install ------- sudo apt install android-device-usb-connect-antix Description ----------- Android USB device connection helper for antiX. Purpose ------- - Provides a simple way to connect Android devices over USB - Helps establish Android device connectivity from the antiX environment - Supports MTP-based access where applicable - Integrates Android USB handling into the antiX workflow antiX 19.5 vs. antiX 23 ----------------------- The classic antiX 19.5 Base installation included android-device-usb-connect-antix as part of its available system tooling. The antiX 23 Base installation did not include this package by default. As a result, an otherwise minimal antiX 23 Base installation may lack the convenient Android USB connection helper that was available in the older 19.5 environment. This is an important difference when maintaining a minimal antiX system intended to work with Android devices. Manual Installation ------------------- If Android USB connectivity is required, install the package explicitly: sudo apt install android-device-usb-connect-antix Notes ----- This package is not required for normal TTY operation. Its value is practical rather than fundamental: it restores a small piece of the Android-device integration that was present in the older antiX workflow but is not included in a fresh antiX 23 Base installation by default. ================================================== ```