I bough a brand new PC loaded with Ubuntu 18.04 O/S. Is FEniCS software in Ubuntu PPA?
Asked
Active
Viewed 1,996 times
1 Answers
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.
Zhivar Sourati
- 141
- 5