[Tex/LaTex] moderncv-style giving error messages

moderncv

I have the following MWE using moderncv

\documentclass[11pt,a4paper,sans]{moderncv}

\moderncvstyle{casual}
\moderncvcolor{black} 

\name{Horse}{Horsey}
\makeatletter\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}\makeatother
\begin{document}
\makecvtitle

\section{Education}
\cventry{2013--2016}{Ate grass on a field}{}{}{}{}
\end{document}

However, when I use fancy instead of casual, I get an error message of undefined control sequence. fancy is supposed to be part of the package though.

Best Answer

As result of our chat we found that the used version of moderncv is 1.5.1. That's the reason for the received error message

! LaTeX Error: File moderncvstylefancy.sty not found.

So an update of moderncv to the current version 2.0.0 is needed.

Sorry, I do not know how you have to do that with TeXLive on debian.