Setting up Latex to work with 'classicthesis '

I wanted to use the CTAN classicthesis.sty package for Latex. I needed to install several texlive- and font packages to make every option work. Here is a list of it:

sudo apt-get install texlive-latex-base \
                     texlive-latex-recommended \
                     texlive-latex-extra \
                     texlive-fonts-recommended

I had to remove the minionprospacing and other minion parameters, because I didn't want to use (and install) the MinionPro font. This font would probably be in texlive-fonts-extra.

Do not forget to use the classicthesis-ldpkg.sty package before the classicthesis.sty.