Problem in fenics on colab

I have been using fenics on colab. Now today when i am running it,

!apt-get install -y python-software-properties module-init-tools
!add-apt-repository -y ppa:fenics-packages/fenics
!apt-get update 
!apt install -y fenics


 gives an error as : 

dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.

If anyone can give the steps to settle down this problem !
Thanks

Run

!dpkg --configure -a

to correct the problem
or trigger a factory reset and try again.

1 Like