0

I bough a brand new PC loaded with Ubuntu 18.04 O/S. Is FEniCS software in Ubuntu PPA?

batman47
  • 1
  • 3

1 Answers1

0

The Ubuntu Personal Package Archives (PPA) version is the latest release of FEniCS. To install FEniCS from the Ubuntu PPA:

sudo apt-get install --no-install-recommends software-properties-common
sudo add-apt-repository ppa:fenics-packages/fenics
sudo apt-get update
sudo apt-get install --no-install-recommends fenics

also if you want To install the Python components of FEniCS:

pip3 install fenics-ffc --upgrade

This will install FFC and its dependencies.