ppa and libsuitesparse

Asked by Francis Poulin

Recently, I changed hte ppa for libsuitesparse-dev and am now using a non-standard version. See below.

 $ dpkg -l | grep libsuitesparse-dev
> ii libsuitesparse-dev:amd64
> 1:4.4.3-juliadeps1~utopic amd64 libraries
> for sparse matrices computations (development files)

I tried to return my ppa to the standard using this but this failed.

sudo ppa-purge ppa:bzindovic/suitesparse-bugfix-1319687

Can someone tell me how I can return to the default?

Thank you.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu suitesparse Edit question
Assignee:
No assignee Edit question
Solved by:
Francis Poulin
Solved:
Last query:
Last reply:
Revision history for this message
Francis Poulin (fjpoulin) said :
#1

Hello again,

I figured out how to remove the ppa using the Software&Update window. That seemed to work.

But things have gone from bad to worst. I am very much wanting to install fenics but I can't because I have unresolved dependencies.

$ sudo apt-get install fenics
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 fenics : Depends: libdolfin-dev (>= 1.6.0) but it is not going to be installed
          Depends: python-dolfin (>= 1.6.0) but it is not going to be installed
          Depends: dolfin-doc (>= 1.6.0) but it is not going to be installed
          Depends: dolfin-bin (>= 1.6.0) but it is not going to be installed
          Depends: libmshr-dev (>= 1.6.0) but it is not going to be installed
          Depends: python-mshr (>= 1.6.0) but it is not going to be installed
          Depends: mshr-demos (>= 1.6.0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

I tried to remove the packages, updating and upgrading but with no success.

I am following the instructions here.

http://fenicsproject.org/download/ubuntu_details.html

Sorry for the trouble but any help would be greatly appreciated.

Revision history for this message
Francis Poulin (fjpoulin) said :
#2

Ok, I think I figured out the problem.

Not sure why but there was a problem with libarpack2. When I removed it and then reinstalled it that seemed to fix it.

Sorry for the bother but glad it's working.