ewindisch opened a new issue, #2478: URL: https://github.com/apache/arrow-adbc/issues/2478
### What happened? The documentation indicates that there are adbc packages available for Debian and Ubuntu. Checking, these do appear to be published as RPM pacakges, but not available as .deb packages in the Debian package pool. Following these instructions: https://arrow.apache.org/adbc/current/driver/installation.html Package pool example: https://apache.jfrog.io/ui/native/arrow/ubuntu/pool/noble/main/a/apache-arrow/ ### Stack Trace _No response_ ### How can we reproduce the bug? ``` sudo apt update sudo apt install -y -V ca-certificates lsb-release wget sudo wget https://apache.jfrog.io/artifactory/arrow/$(lsb_release --id --short | tr 'A-Z' 'a-z')/apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb sudo apt install -y -V ./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb rm ./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb sudo apt update ``` ``` sudo apt install libadbc-driver-flightsql-dev sudo apt install libadbc-driver-postgresql-dev sudo apt install libadbc-driver-sqlite-dev sudo apt install libadbc-driver-snowflake-dev ``` Packages are not found. ### Environment/Setup _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
