2

I upgraded from Ubuntu 10.04 to 12.04 in my laptop. During the process I got an error message regarding the installation of following packages:

dynare-common, dynare, matlab-support and dynare-matlab

Now when I run

sudo apt-get update
sudo apt-get upgrade

I get the following errors

Setting up matlab-support (0.0.17) ...
No default Matlab path found. Exiting.
dpkg: error processing matlab-support (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of dynare-matlab:
 dynare-matlab depends on matlab-support; however:
  Package matlab-support is not configured yet.
dpkg: error processing dynare-matlab (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
                                                                                                          Errors were encountered while processing:
 matlab-support
 dynare-matlab
E: Sub-process /usr/bin/dpkg returned an error code (1)

How can I fix this error message?

P.S. how is it possible to get Matlab Activation Key or License Number for its installation?

Dalek
  • 271

1 Answers1

1

it helped me sudo apt-get remove matlab-support you can try it

DsJohn
  • 11