Installing TraMineR stable version on Linux and Unix

To install or update to the latest stable version of TraMineR just type in the R console:
install.packages("TraMineR", dependencies=TRUE)
You will be asked to choose a mirror near you. Unlike Windows and Mac OS X versions, there are no pre-compiled Linux binaries for TraMiner. TraMineR is installed from the source package and compiled on your system. The tools needed for compilation must thus be available. On Ubuntu Linux, the r-base-dev package provides the necessary tools. To install you can use the Synaptic package manager or open a terminal and type:
sudo apt-get install r-base-dev