Hi Johannes,
currently, you only source of packages is http://archive.ubuntu.com (and the source of security updates)
I doubt that the dynare package for debian is in there.
You should add a source for Debian packages. Some of my lines are
deb http://ftp.fr.debian.org/debian/ stable main contrib non-free deb http://ftp.fr.debian.org/debian/ testing main contrib non-free
You should use testing. I believe that you can omit "contrib non-free"
Alternatively, you can google to find ubuntu archives containing the dynare package.
Best
Michel
Johannes Pfeifer writes:
Hi,
I tried to follow the instructions on https://github.com/DynareTeam/dynare/ to build Dynare using the new Linux for Windows subsystem. But when running
apt-get build-dep dynare
I get the error message
E: You must put some 'source' URIs in your sources.list
Currently my sources.list has
deb http://archive.ubuntu.com/ubuntu trusty main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu trusty-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu trusty-security main restricted universe multiverse
Does anyone know what else I need?
Best,
Johannes