0

I'm on windows 10 and I'm using virtualBox to run ubuntu version 22.04.1, I couldn't install openmpi-bin or libopenmpi-dev

sudo apt-get install openmpi-bin lipopenmpi-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: unable to locate package openmpi-bin
E: unable to locate package libopenmpi-dev

I tried all solutions I found on google but none of them worked

Pilot6
  • 90,100
  • 91
  • 213
  • 324

1 Answers1

0

These packages are available in the universal repositories. The instructions for enabling this repo are available here: How do I enable the "Universe" repository?

ThankYee
  • 1,708