Softwares Installation and Other Configuration

Before starting any simulations or programming, you need to install some software:

While any package would have been tested thoroughly before included in a Debian stable release, the latest version of R and other packages won't be included in the repository. Hence, you need to add some additional repositories manually.

Now, we need an useful text editor. Let's download the poweful Vim.

Vim

$ sudo apt-get update
$ sudo apt-get install vim

Last updated