Michał Hubert created ARROW-10376:
-------------------------------------
Summary: Installation fails on Ubuntu 20.04 focal
Key: ARROW-10376
URL: https://issues.apache.org/jira/browse/ARROW-10376
Project: Apache Arrow
Issue Type: Bug
Components: Developer Tools
Affects Versions: 2.0.0
Environment: Ubuntu 20.04 LTS focal
Reporter: Michał Hubert
I follow instructions on [http://arrow.apache.org/install/] and
{code:java}
sudo apt update{code}
after
{code:java}
sudo apt install -y -V ./apache-arrow-archive-keyring-latest-$(lsb_release
--codename --short).deb
{code}
gives
{code:java}
Skipping acquire of configured file 'main/binary-i386/Packages' as repository
'https://apache.binary.com/ubuntu focal InRelease' doesn't support architecture
'i386'
{code}
I tried to augment
{code:java}
/etc/apt/sources.list.d/apache-arrow.sources
{code}
with
{code:java}
Arch: amd64
{code}
but it does not help.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)