From c84925b4e43712bf3e91bd933d64fec9992ef38d Mon Sep 17 00:00:00 2001
From: OSAK Buildhauer <osak@fsmpi.rwth-aachen.de>
Date: Tue, 22 Jan 2019 22:56:29 +0000
Subject: [PATCH] Import package list from offline_repo.json

---
 packages | 44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)
 create mode 100644 packages

diff --git a/packages b/packages
new file mode 100644
index 0000000..767d423
--- /dev/null
+++ b/packages
@@ -0,0 +1,44 @@
+# Paketliste für Offline-Repo, vorinstallierte Pakete und linuxparty.sh
+P   |vim|Der beste Editor
+P   |htop|Das beste top
+C   |gufw|Firewall Frontend
+C   |pwgen|Tool um Passwoerter zu generieren
+C   |inkscape|Bildbearbeitung (Vektorbasiert)
+C   |gimp|Bildbearbeitung (Pixelbasiert)
+c   |subversion|Versionsverwaltungstool (zentral)
+C   |graphviz|Tool zum visualisieren von Graphen
+c   |fityk|Tool zum Daten-Fitting und Analyse
+c   |openssh-server|SSH-Server (s. KISS)
+c   |zsh|Alternative Shell
+c   |zsh-doc|Dokumentation von zsh
+c   |lftp|FTP-Client
+c   |gddrescue|Falls Daten gelöscht, letzte Option vor dem Tod der Hoffnung
+c   |liblapack-dev|LAPACK ist eine Standard-Numerik-Bibliothek für Physiker und Numeriker
+c   |liblapack-doc|LAPACK Dokumentation (s. oben)
+cM  |x2goclient|Remote Desktop Client (z.B. für den RBI-Pool
+ M  |singular|Tool für die Vorlesung Computeralgebra
+ M  |codeblocks|IDE für das C++-Praktikum
+  P |python-numpy|Numeric Bibiliothek für Python
+  P |python-simpy|Simulationsframework für Python
+  P |python-scipy|Bibliothek für scientific computing
+  P |python-sympy|Bibliothek für scientific computing
+  P |python-matplotlib|Schnittstelle zum Plotten mit Python
+  P |python3-numpy|Numeric Bibiliothek für Python 3
+  P |python3-simpy|Simulationsframework für Python 3
+  P |python3-scipy|Bibliothek für scientific computing (Python 3)
+  P |python3-sympy|Bibliothek für scientific computing (Python 3)
+  P |python3-matplotlib|Schnittstelle zum Plotten mit Python 3
+  P |ipython|Interaktiver Python Interpreter mit Tab-Vervollständgung
+  P |ipython3|Interaktiver Python3 Interpreter mit Tab-Vervollständgung
+  P |gnuplot|Programm um Funktions- und Datenplots anzufertigen
+  P |wxmaxima|Graphische Benutzeroberfläche für das Maxima Computer Algebra System
+  P |bpython|Ein weiterer interaktiver Python Interpreter
+  P |spyder|Python IDE (die, die in Anaconda benutzt wird)
+  P |bpython3|Ein weiterer interaktiver Python Interpreter (Python 3)
+  P |spyder3|Python IDE (die, die in Anaconda benutzt wird) (Python 3)
+   i|postgresql|Datenbank-Server. Nett um in der Datenbanken-Vorlesungen Dinge auszuprobieren
+   I|dia|Graphisches Tool, um UML/ER Diagramme für die Vorlesungen Softwaretechnik und Datenbanken anzufertigen
+   I|ghc|Glaskow Haskell Compiler für die Vorlesung Programmierung
+   I|default-jdk|Java JDK für die Vorlesung Programmierung
+   I|swi-prolog|Prolog Interpreter/Compiler für die Vorlesung Programmierung
+  Pi|valgrind|Debugging- und Profilingtool, welches bei der Entwicklung von Programmen hilft.
-- 
GitLab