diff --git a/packages b/packages
index 4c82aaf02253374f574a82f25b2e7460e819c39a..cba47a4d63a0cad6938a39657062504dc2a97cd7 100644
--- a/packages
+++ b/packages
@@ -18,18 +18,18 @@
   m  |singular|singular: Tool für die Vorlesung Computeralgebra
   m  |gap gap-*|gap: Groups, Algorithms, Programming - ein System für diskrete Mathematik
   M  |codeblocks|codeblocks: IDE für das C++-Praktikum
-   P |python-numpy python3-numpy|numpy: Numeric Bibiliothek für Python
-   P |python-scipy python3-scipy|scipy: Python-Bibliothek für scientific computing
-   P |python-matplotlib python3-matplotlib|matplotlib: Schnittstelle zum Plotten mit Python
+   P |python3-numpy|numpy: Numeric Bibiliothek für Python
+   P |python3-scipy|scipy: Python-Bibliothek für scientific computing
+   P |python3-matplotlib|matplotlib: Schnittstelle zum Plotten mit Python
    P |python3-seaborn|Seaborn: Schönes Plotten mit Python
-   p |python-sympy python3-sympy|sympy: Python-Bibliothek für symbolische Rechnungen
-   P |ipython ipython3|ipython: Interaktiver Python Interpreter mit Tab-Vervollständgung
-   P |bpython bpython3|bpython: Ein weiterer interaktiver Python Interpreter
+   p |python3-sympy|sympy: Python-Bibliothek für symbolische Rechnungen
+   P |ipython3|ipython: Interaktiver Python Interpreter mit Tab-Vervollständgung
+   P |bpython3|bpython: Ein weiterer interaktiver Python Interpreter
    P |gnuplot|gnuplot: Programm um Funktions- und Datenplots anzufertigen
    P |wxmaxima|wxmaxima: Graphische Benutzeroberfläche für das Maxima Computer Algebra System
    p |liblapack-dev|LAPACK: Eine Standard-Numerik-Bibliothek für Physiker und Numeriker
    P |spyder spyder3|spyder: Python IDE (die, die in Anaconda benutzt wird)
-   P |jupyter-notebook python-notebook|Python (Jupyter) Notebooks (Python 2 & 3)
+   P |jupyter-notebook|Python (Jupyter) Notebooks (Python 2 & 3)
     i|postgresql|postgresql: Datenbank-Server. Nett um in der Datenbanken-Vorlesungen Dinge auszuprobieren
     I|dia|dia: Graphisches Tool, um UML/ER Diagramme für die Vorlesungen Softwaretechnik und Datenbanken anzufertigen
     I|ghc|ghc: Glaskow Haskell Compiler für die Vorlesung Programmierung