garaemon opened a new issue, #45275: URL: https://github.com/apache/arrow/issues/45275
### Describe the bug, including details regarding any error messages, version, and platform. The latest apache-arrow-apt-source for Ubuntu focal has the wrong Signed-By line in its apt source. ``` Types: deb URIs: https://apache.jfrog.io/artifactory/arrow/ubuntu/ Architectures: amd64 Suites: focal Components: main Signed-By: /usr/share/keyrings/apache-arrow-apt-source.gpg ``` I believe it should be `asc` instead of `gpg`. I don't think the latest debian package include [this change](https://github.com/apache/arrow/issues/45118). Here is the terminal output. ``` $ sudo apt install apache-arrow-apt-source --reinstall Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: libarrow1700 libarrow1800 libarrow1801 libparquet1700 libparquet1800 libparquet1801 linux-headers-5.15.0-119-generic linux-headers-5.15.0-122-generic linux-headers-5.15.0-124-generic linux-headers-5.15.0-125-generic linux-headers-5.15.0-126-generic linux-hwe-5.15-headers-5.15.0-119 linux-hwe-5.15-headers-5.15.0-122 linux-hwe-5.15-headers-5.15.0-124 linux-hwe-5.15-headers-5.15.0-125 linux-hwe-5.15-headers-5.15.0-126 linux-image-5.15.0-119-generic linux-image-5.15.0-122-generic linux-image-5.15.0-124-generic linux-image-5.15.0-125-generic linux-image-5.15.0-126-generic linux-modules-5.15.0-119-generic linux-modules-5.15.0-122-generic linux-modules-5.15.0-124-generic linux-modules-5.15.0-125-generic linux-modules-5.15.0-126-generic linux-modules-extra-5.15.0-119-generic linux-modules-extra-5.15.0-122-generic linux-modules-extra-5.15.0-124-generic linux-modules-extra-5.15.0-125-generic linux-modules-extra-5.15.0-126-generic Use 'sudo apt autoremove' to remove them. 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 1 not upgraded. Need to get 0 B/71.2 kB of archives. After this operation, 0 B of additional disk space will be used. (Reading database ... 606935 files and directories currently installed.) Preparing to unpack .../apache-arrow-apt-source_19.0.0-1_all.deb ... Unpacking apache-arrow-apt-source (19.0.0-1) over (19.0.0-1) ... Setting up apache-arrow-apt-source (19.0.0-1) ... $ cat /etc/apt/sources.list.d/apache-arrow.sources Types: deb URIs: https://apache.jfrog.io/artifactory/arrow/ubuntu/ Architectures: amd64 Suites: focal Components: main Signed-By: /usr/share/keyrings/apache-arrow-apt-source.gpg $ ls /usr/share/keyrings/apache-arrow-apt-source.gpg ls: cannot access '/usr/share/keyrings/apache-arrow-apt-source.gpg': No such file or directory $ ls /usr/share/keyrings/apache-arrow-apt-source.asc /usr/share/keyrings/apache-arrow-apt-source.asc ``` ### Component(s) Developer Tools -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org