Fenics on Mac M1 CHIP

Hey there,

I’m actually trying to run Fenics on a Macbook Air M1 Chip. I’m forced to use a virtual machine (UTM) where I install UBUNTU 22.04.2 LTS. Problem comes when trying to install Fenics from the Terminal. I’m following this 4 commands given in the tutorial:

Terminal> sudo add-apt-repository ppa:fenics-packages/fenics
Terminal> sudo apt-get update
Terminal> sudo apt-get install fenics
Terminal> sudo apt-get dist-upgrad

The main problem, as far as I can see, comes with the third one. The terminal answer after writing ‘install fenics’ is:

Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
Package fenics is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package ‘fenics’ has no installation candidate

I’ve seen people talking about python and python3 files interrupting each other. I don’t know how to fix it. Anybody has a clue?

Thank you