Skip to content
Snippets Groups Projects
Commit d8b44a91 authored by Christopher's avatar Christopher
Browse files

linuxparty.sh: adapted package list for WS14

parent 0117f4a7
No related branches found
No related tags found
No related merge requests found
...@@ -34,27 +34,21 @@ INSTALLED_PKGS="HEADER" ...@@ -34,27 +34,21 @@ INSTALLED_PKGS="HEADER"
COMMON_PKGS=(\ COMMON_PKGS=(\
"TRUE" "gufw" "Firewall Frontend" \ "TRUE" "gufw" "Firewall Frontend" \
"TRUE" "pwgen" "Tool um Passwoerter zu generieren" \ "TRUE" "pwgen" "Tool um Passwoerter zu generieren" \
"TRUE" "p7zip-full" "Tool um u.a. ZIP Archive zu handhaben" \
"TRUE" "p7zip-rar" "Erweiterung von p7zip um auch RAR-Archive öffnen zu koennen" \
"FALSE" "unrar-free" "Zur Verwaltung von RAR-Archiven" \
"TRUE" "kile" "Grafischer Editor fuer La(Tex)" \
"TRUE" "inkscape" "Bildbearbeitung (Vektorbasiert)" \ "TRUE" "inkscape" "Bildbearbeitung (Vektorbasiert)" \
"TRUE" "gimp" "Bildbearbeitung (Pixelbasiert)" \ "TRUE" "gimp" "Bildbearbeitung (Pixelbasiert)" \
"FALSE" "subversion" "Versionsverwaltungstool (zentral)" \ "FALSE" "subversion" "Versionsverwaltungstool (zentral)" \
"TRUE" "git" "Versionsverwaltungstool (dezentral)" \
"TRUE" "graphviz" "Tool zum visualisieren von Graphen" \ "TRUE" "graphviz" "Tool zum visualisieren von Graphen" \
"TRUE" "liblapack-dev" "LAPACK ist eine Standard-Numerik-Bibliothek für Physiker und Numeriker" \
"TRUE" "liblapack-doc" "LAPACK Dokumentation (s. oben)" \
"FALSE" "gnome" "GNOME3 Desktop Umgebung" \ "FALSE" "gnome" "GNOME3 Desktop Umgebung" \
"FALSE" "xubuntu-desktop" "Xubuntu Desktop Umgebung und standard Programme" \ "FALSE" "xubuntu-desktop" "Xubuntu Desktop Umgebung und standard Programme" \
"FALSE" "fityk" "Tool zum Daten-Fitting und Analyse" \ "FALSE" "fityk" "Tool zum Daten-Fitting und Analyse" \
"FALSE" "openssh-server" "SSH-Server (s. KISS)" \ "FALSE" "openssh-server" "SSH-Server (s. KISS)" \
"FALSE" "linux-firmware-nonfree" "Properitäre Firmware fuer exotische Notebooks/Hardware" \
"FALSE" "zsh" "Alternative Shell" \ "FALSE" "zsh" "Alternative Shell" \
"FALSE" "zsh-doc" "Dokumentation von zsh" \ "FALSE" "zsh-doc" "Dokumentation von zsh" \
"FALSE" "lftp" "FTP-Client" \ "FALSE" "lftp" "FTP-Client" \
"FALSE" "linux-firmware-nonfree" "Properitäre Firmware fuer exotische Notebooks/Hardware" \
"FALSE" "gddrescue" "Falls Daten gelöscht, letzte Option vor dem Tod der Hoffnung" \ "FALSE" "gddrescue" "Falls Daten gelöscht, letzte Option vor dem Tod der Hoffnung" \
"FALSE" "smartmontools" "Tool und Daemon zum prüfen von Speichermedien (HDD/SSD)" \ "TRUE" "liblapack-dev" "LAPACK ist eine Standard-Numerik-Bibliothek für Physiker und Numeriker" \
"TRUE" "liblapack-doc" "LAPACK Dokumentation (s. oben)" \
) )
PH_PKGS=(\ PH_PKGS=(\
...@@ -65,15 +59,15 @@ PH_PKGS=(\ ...@@ -65,15 +59,15 @@ PH_PKGS=(\
"TRUE" "ipython" "Interaktiver Python Interpreter mit Tab-Vervollständgung" \ "TRUE" "ipython" "Interaktiver Python Interpreter mit Tab-Vervollständgung" \
"TRUE" "gnuplot" "Programm um Funktions- und Datenplots anzufertigen" \ "TRUE" "gnuplot" "Programm um Funktions- und Datenplots anzufertigen" \
"TRUE" "wxmaxima" "Graphische Benutzeroberfläche für das Maxima Computer Algebra System" \ "TRUE" "wxmaxima" "Graphische Benutzeroberfläche für das Maxima Computer Algebra System" \
"TRUE" "bpython" "Ein weiterer interaktiver Python Interpreter" \
"TRUE" "root-system" "Datenanalyse Framework vom CERN" \ "TRUE" "root-system" "Datenanalyse Framework vom CERN" \
"TRUE" "bpython" "Ein weiterer interaktiver Python Interpreter" \
) )
IF_PKGS=(\ IF_PKGS=(\
"FALSE" "postgresql" "Datenbank-Server. Nett um in der Datenbanken-Vorlesungen Dinge auszuprobieren.\n Aber relativ groß." \ "FALSE" "postgresql" "Datenbank-Server. Nett um in der Datenbanken-Vorlesungen Dinge auszuprobieren.\n Aber relativ groß." \
"TRUE" "dia" "Graphisches Tool, um UML/ER Diagramme für die Vorlesungen Softwaretechnik und Datenbanken anzufertigen" \ "TRUE" "dia" "Graphisches Tool, um UML/ER Diagramme für die Vorlesungen Softwaretechnik und Datenbanken anzufertigen" \
"TRUE" "haskell-platform" "Glaskow Haskell Compiler für die Vorlesung Programmierung" \ "TRUE" "haskell-platform" "Glaskow Haskell Compiler für die Vorlesung Programmierung" \
"TRUE" "java7-jdk" "Java JDK für die Vorlesung Programmierung" \ "TRUE" "default-jdk" "Java JDK für die Vorlesung Programmierung" \
"TRUE" "swi-prolog" "Prolog Interpreter/Compiler für die Vorlesung Programmierung" \ "TRUE" "swi-prolog" "Prolog Interpreter/Compiler für die Vorlesung Programmierung" \
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment