kou commented on issue #34545:
URL: https://github.com/apache/arrow/issues/34545#issuecomment-1472734867

   I confirmed that the following command lines work on clean Ubuntu 20.04 
Docker image (`ubuntu:focal`):
   
   ```bash
   apt update
   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-apt-source-latest-$(lsb_release --codename 
--short).deb
   apt install -y -V ./apache-arrow-apt-source-latest-$(lsb_release --codename 
--short).deb
   apt update
   apt install -V \
       gir1.2-arrow-1.0=6.0.1-1 \
       gir1.2-parquet-1.0=6.0.1-1 \
       libarrow-dev=6.0.1-1 \
       libarrow-glib-dev=6.0.1-1 \
       libarrow-glib600=6.0.1-1 \
       libarrow600=6.0.1-1 \
       libparquet-dev=6.0.1-1 \
       libparquet-glib-dev=6.0.1-1 \
       libparquet-glib600=6.0.1-1 \
       libparquet600=6.0.1-1
   ```
   
   BTW, 6.0.1 isn't maintained. I recommend that you upgrade your red-parquet 
to the latest version.


-- 
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]

Reply via email to