I had my Raspberry Pi running for a while and needed to uninstall all the junk I left behind for a project.
I used tmux before and it was a blessing. I am trying to install it again, but it doesn't work.
Since it's in german I'll try to translate the error messages for you:
Original:
$ sudo apt-get install tmux
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
Probieren Sie »apt-get -f install«, um dies zu korrigieren:
Die folgenden Pakete haben unerfüllte Abhängigkeiten:
libavresample-dev : Hängt ab von: libavutil-dev (= 6:11.9-1~deb8u1+rpi1) soll aber nicht installiert werden
E: Unerfüllte Abhängigkeiten. Versuchen Sie »apt-get -f install« ohne Angabe eines Pakets (oder geben Sie eine Lösung an).
Translated:
$ sudo apt-get install tmux
Reading package lists... Ready
Creating dependency tree.
Reading status informations... Ready
Try »apt-get -f install« to correct following:
The following packages have unfulfilled dependencies:
libavresample-dev : Depends on: libavutil-dev (= 6:11.9-1~deb8u1+rpi1) but shouldn't be installed
E: Unfulfilled dependencies. Try »apt-get -f install« without adding a package (or write a solution)
What do I have to do here? Installing the dependencies seems not to work aswell, Install Guides from the internet are not working, sudo apt-get -f install isn't working, ...
I don't know what to do :/