This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 8f36b0c  ARROW-13488: [Website] Update Linux packages install 
information for 5.0.0
8f36b0c is described below

commit 8f36b0c58d9dc2762aa6aa8139f68071199b0315
Author: Sutou Kouhei <[email protected]>
AuthorDate: Sat Jul 31 09:47:34 2021 +0900

    ARROW-13488: [Website] Update Linux packages install information for 5.0.0
    
    Closes #134 from kou/install-linux and squashes the following commits:
    
    da2140349 <Sutou Kouhei> ARROW-13488:  Update Linux packages install 
information for 5.0.0
    
    Authored-by: Sutou Kouhei <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 install.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/install.md b/install.md
index d776a99..62ece0f 100644
--- a/install.md
+++ b/install.md
@@ -57,7 +57,7 @@ in `requirements.txt` to install the latest patch release.
 These include the Apache Arrow and Apache Parquet C++ binary libraries bundled
 with the wheel.
 
-### C++ and GLib (C) Packages for Debian GNU/Linux, Ubuntu and CentOS
+### C++ and GLib (C) Packages for Debian GNU/Linux, Ubuntu, CentOS and Amazon 
Linux
 
 We have provided APT and Yum repositories for Apache Arrow C++ and
 Apache Arrow GLib (C). Here are supported platforms:
@@ -66,7 +66,7 @@ Apache Arrow GLib (C). Here are supported platforms:
 * Debian GNU/Linux bullseye
 * Ubuntu 18.04 LTS
 * Ubuntu 20.04 LTS
-* Ubuntu 20.10
+* Ubuntu 21.04
 * CentOS 7
 * CentOS 8
 * Red Hat Enterprise Linux 7
@@ -125,10 +125,10 @@ sudo yum install -y --enablerepo=epel parquet-devel # For 
Apache Parquet C++
 sudo yum install -y --enablerepo=epel parquet-glib-devel # For Apache Parquet 
GLib (C)
 ```
 
-Amazon Linux:
+Amazon Linux 2:
 
 ```shell
-sudo yum install -y 
https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
+sudo amazon-linux-extras install -y epel
 sudo yum install -y 
https://apache.jfrog.io/artifactory/arrow/centos/7/apache-arrow-release-latest.rpm
 sudo yum install -y --enablerepo=epel arrow-devel # For C++
 sudo yum install -y --enablerepo=epel arrow-glib-devel # For GLib (C)

Reply via email to