Hello,
I am trying to install the C++ headers for arrow and parquet.
For this reason I follow the instructions from this page https://arrow.apache.org/install/
I update, install the certificates and wget, get the deb file, install it and update again.
Everything works great up to here, I can see the arrow-source installed in my system:
apache-arrow-apt-source/now 9.0.0-1 all [installed,local]
Although, when I try running:
sudo apt install -y -V libarrow-dev
I get an Error: Unable to locate package libarrow-dev
I have tried uninstalling and reinstalling or adding keys but it didn't seem to work.
I am working on C++ and I want to include the arrow and parquet headers.
Do you have any suggestions?
Thank you
Hello,
I am trying to install the C++ headers for arrow and parquet.
For this reason I follow the instructions from this page https://arrow.apache.org/install/
I update, install the certificates and wget, get the deb file, install it and update again.
Everything works great up to here, I can see the arrow-source installed in my system:
apache-arrow-apt-source/now 9.0.0-1 all [installed,local]
Although, when I try running:
sudo apt install -y -V libarrow-dev
I get an Error: Unable to locate package libarrow-dev
I have tried uninstalling and reinstalling or adding keys but it didn't seem to work.
I am working on C++ and I want to include the arrow and parquet headers.
Do you have any suggestions?
Thank you