Linux

Install dynare-matlab on Ubuntu: sudo apt-get install dynare-matlab

Learn how to install dynare-matlab with the command sudo apt-get install dynare-matlab on Ubuntus.

Quick installation of dynare-matlab:

Step 1: Update system:

sudo apt-get update

Step 2: Install: dynare-matlab

Ater updaing the OS run following command to install the packae:

sudo apt-get install dynare-matlab

Package Details

Package:dynare-matlab
Version:4.2.4-1
Maintainer:Ubuntu Developers
Home page:http://www.dynare.org/
Description:MATLAB support for Dynare Dynare is a software platform for handling a wide class of economic models, in particular dynamic stochastic general equilibrium (DSGE) and overlapping generations (OLG) models. The models solved by Dynare include those relying on the rational expectations hypothesis, wherein agents form their expectations about the future in a way consistent with the model. But Dynare is also able to handle models where expectations are formed differently: on one extreme, models where agents perfectly anticipate the future; on the other extreme, models where agents have limited rationality or imperfect knowledge of the state of the economy and, hence, form their expectations through a learning process. In terms of types of agents, models solved by Dynare can incorporate consumers, productive firms, governments, monetary authorities, investors and financial intermediaries. Some degree of heterogeneity can be achieved by including several distinct classes of agents in each of the aforementioned agent categories. . Dynare offers a user-friendly and intuitive way of describing these models. It is able to perform simulations of the model given a calibration of the model parameters and is also able to estimate these parameters given a dataset. In practice, the user will write a text file containing the list of model variables, the dynamic equations linking these variables together, the computing tasks to be performed and the desired graphical or numerical outputs. . This package is only useful to users having MATLAB installed on their machine. It contains the source of the MEX files and will recompile them using the existing MATLAB installation. Homepage: http://www.dynare.org/
Distro:Ubuntu 12.04 LTS
Release:
Repo/Section:multiverse/math

How to install dynare-matlab on Ubuntu 12.04 LTS?

First of all update your system with the command:

sudo apt-get update

Above command will download the package lists for Ubuntu 12.04 LTS on your system. This will update the list of newest versions of packages and its dependencies on your system.

After downloading the latest package list with the help of above you can run the installation process.

If dynare-matlab is not installed on your compter then the command 'dpkg -L dynare-matlab' will give followin error.

deepak@deepak-VirtualBox:~$ dpkg -L dynare-matlab
Package `dynare-matlab' is not installed.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
deepak@deepak-VirtualBox:~$ 

Installing dynare-matlab:

After system update use the following command to install dynare-matlab:

sudo apt-get install dynare-matlab

Above command will confirm before installing the package on your Ubuntu 12.04 LTS Operating System. If you are not already logged in as su, installer will ask you the root password. After completion of the installation you can use the package on your system.

How to uninstall/remove dynare-matlab from Ubuntu 12.04 LTS?

Now we will see the commands for uninstalling the dynare-matlab from Ubuntu 12.04 LTS. For uninstalling this package you can easily use the apt command and remove the package from Linux Operating System.

To remove the dynare-matlab following command is used:

sudo apt-get remove  dynare-matlab

Following command is used to remove the dynare-matlab package along with its dependencies:

sudo apt-get remove --auto-remove dynare-matlab

This will remove dynare-matlab and all its dependent packages which is no longer needed in the system.

Completely removing dynare-matlab with all configuration files:

Following command should be used with care as it deletes all the configuration files and data:

sudo apt-get purge dynare-matlab

or you can use following command also:

sudo apt-get purge --auto-remove dynare-matlab

Above command will remove all the configuration files and data associated with dynare-matlab package. You can can't recover the delete data, so, use this command with care.

Get our newsletter

Categories