0

How do I install HDF(Hierarchical Data Format) and P3DFFT in ubuntu?

  • Hello to AU. Please review how to ask a good question and edit your question accordingly. Quote: Have you thoroughly searched for an answer before asking your question? Sharing your research helps everyone. Tell us what you found and why it didn’t meet your needs. This demonstrates that you’ve taken the time to try to help yourself, it saves us from reiterating obvious answers, and above all, it helps you get a more specific and relevant answer! – Marc Vanhoomissen May 16 '18 at 07:00
  • 2
    You don't install a data format. You install software that use or understand a certain data-format. – vidarlo May 16 '18 at 22:15

1 Answers1

1

HDF-related packages are presented in the official Ubuntu repository.

In order to install these you'll likely need to enable the Universe repository first with
sudo add-apt-repository universe.

About P3DFFT you should read its documentation on official web-site.

N0rbert
  • 99,918