FEniCS development builds

PPA description

This PPA contains nightly built FEniCS packages. To install, simply copy and paste the following command into a terminal and hit enter (note: this is _one_ command):

sudo add-apt-repository ppa:fenics-packages/fenics && \
sudo add-apt-repository ppa:fenics-packages/fenics-dev && \
sudo apt-get update && \
sudo apt-get -y install fenics && \
sudo apt-get -y dist-upgrade

If you later decide to go back to the stable FEniCS packages, you will first have to remove the packages from this PPA and the PPA itself. This command does exactly that, and then re-installs the stable FEniCS packages:

sudo apt-get -y purge fenics && \
sudo apt-get -y autoremove && \
sudo rm /etc/apt/sources.list.d/fenics-packages-fenics-dev-`lsb_release -cs`.list && \
sudo apt-get update && \
sudo apt-get -y install fenics

Adding this PPA to your system

You can update your system with unsupported packages from this untrusted PPA by adding ppa:fenics-packages/fenics-dev to your system's Software Sources. (Read about installing)

sudo add-apt-repository ppa:fenics-packages/fenics-dev
sudo apt update
        
Technical details about this PPA

This PPA can be added to your system manually by copying the lines below and adding them to your system's software sources.

deb https://ppa.launchpadcontent.net/fenics-packages/fenics-dev/ubuntu oracular main 
deb-src https://ppa.launchpadcontent.net/fenics-packages/fenics-dev/ubuntu oracular main 
Signing key:
1024R/2C5275D7EF63D9DE2D28D3702940F5212B746472 (What is this?)
Fingerprint:
2C5275D7EF63D9DE2D28D3702940F5212B746472

Dependencies:

For questions and bugs with software in this PPA please contact FEniCS Packages Team.

PPA statistics

Activity
0 updates added during the past month.
View package details

Overview of published packages

Latest updates

FEniCS development builds has no updates.