Hi,

Ah, we changed package name that setup APT source.

Could you try the following?

----
sudo apt update
sudo apt install -y -V ca-certificates lsb-release wget
wget https://apache.jfrog.io/artifactory/arrow/$(lsb_release --id --short | tr 
'A-Z' 'a-z')/apache-arrow-archive-keyring-latest-$(lsb_release --codename 
--short).deb
sudo apt install -y -V ./apache-arrow-archive-keyring-latest-$(lsb_release 
--codename --short).deb
sudo sed -i'' -e 's,bintray.com,jfrog.io/artifactory,' 
/etc/apt/sources.list.d/apache-arrow.sources
sudo apt install -y -V libarrow-dev
----

Thanks,
--
kou

In <calq9kxdt66kyais2ovvhm+6i9hx-8jwh9imlewlkhbbhwss...@mail.gmail.com>
  "Re: Xenial 3.0.0 packages | Bintray" on Tue, 6 Jul 2021 17:24:44 -0700,
  Rares Vernica <rvern...@gmail.com> wrote:

> Thanks for the info. I did try the Install Instructions but I only got up
> to here:
> 
> + lsb_release --id --short
> + id=Ubuntu
> + lsb_release --codename --short
> + codename=xenial
> + tr A-Z a-z
> + echo Ubuntu
> + wget
> https://apache.jfrog.io/artifactory/arrow/ubuntu/apache-arrow-apt-source-latest-xenial.deb
> --2021-07-07 00:22:18--
> https://apache.jfrog.io/artifactory/arrow/ubuntu/apache-arrow-apt-source-latest-xenial.deb
> Resolving apache.jfrog.io (apache.jfrog.io)... 44.233.58.139, 35.161.36.47,
> 35.160.120.178, ...
> Connecting to apache.jfrog.io (apache.jfrog.io)|44.233.58.139|:443...
> connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2021-07-07 00:22:18 ERROR 404: Not Found.
> 
> I understand that newer packages are not available for Xenial but 3.0.0 was
> available. I guess it is gone now, right?
> 
> Thanks!
> Rares
> 
> On Tue, Jul 6, 2021 at 4:28 PM Sutou Kouhei <k...@clear-code.com> wrote:
> 
>> Hi,
>>
>> It's not temporary.
>> See
>> https://blog.conan.io/2021/03/31/Bintray-sunset-timeline.html
>> for details.
>>
>> Could you try instruction described in
>> https://arrow.apache.org/install/ ?
>>
>>
>> Note that we dropped support for Ubuntu Xenial because it
>> reached EOL. We don't provide newer packages for Xenial.
>>
>>
>> Thanks,
>> --
>> kou
>>
>> In <calq9kxduh_wapbntkwfere5czdlmx7zpfvxkztd37tdog19...@mail.gmail.com>
>>   "Xenial 3.0.0 packages | Bintray" on Tue, 6 Jul 2021 13:11:33 -0700,
>>   Rares Vernica <rvern...@gmail.com> wrote:
>>
>> > Hello,
>> >
>> > I realize that newer packages are on jfrog.io Until last week, I was
>> still
>> > able to use bintray.com for Xenial packages of 3.0.0. Today
>> > https://apache.bintray.com/arrow/ returns forbidden. Is this temporary?
>> If
>> > not, are these Xenial packages available somewhere else?
>> >
>> > Thank you!
>> > Rares
>>

Reply via email to