Skip to content
Snippets Groups Projects
Commit 23faef19 authored by OSAK Buildhauer's avatar OSAK Buildhauer
Browse files

offline_repo: python2/3-Probleme bei Physiker-Software gelöst und kernel aktualisiert

parent 5500378e
No related branches found
No related tags found
No related merge requests found
......@@ -83,21 +83,21 @@
"tagged": true
},
{
"pkgname": "linux-image-4.11.0-041100rc7-generic",
"pkgname": "linux-image-4.14.0-041400rc3-generic",
"pkgdescription": "Vanilla Linux Kernel",
"tagged": false,
"urls": [
"http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.11-rc7/linux-image-4.11.0-041100rc7-generic_4.11.0-041100rc7.201704161731_amd64.deb",
"http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.11-rc7/linux-image-4.11.0-041100rc7-generic_4.11.0-041100rc7.201704161731_i386.deb"
"http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.14-rc3/linux-image-4.14.0-041400rc3-generic_4.14.0-041400rc3.201710011930_amd64.deb",
"http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.14-rc3/linux-image-4.14.0-041400rc3-generic_4.14.0-041400rc3.201710011930_i386.deb"
]
},
{
"pkgname": "linux-headers-4.11.0-041100rc7-generic",
"pkgname": "linux-headers-4.14.0-041400rc3-generic",
"pkgdescription": "Vanilla Linux Kernel Headers",
"tagged": false,
"urls": [
"http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.11-rc7/linux-headers-4.11.0-041100rc7-generic_4.11.0-041100rc7.201704161731_amd64.deb",
"http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.11-rc7/linux-headers-4.11.0-041100rc7-generic_4.11.0-041100rc7.201704161731_i386.deb"
"http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.14-rc3/linux-headers-4.14.0-041400rc3-generic_4.14.0-041400rc3.201710011930_amd64.deb",
"http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.14-rc3/linux-headers-4.14.0-041400rc3-generic_4.14.0-041400rc3.201710011930_i386.deb"
]
}
]
......@@ -155,32 +155,57 @@
"Physik": {
"packages": [
{
"pkgname": "python3-numpy",
"pkgname": "python-numpy",
"pkgdescription": "Numeric Bibiliothek für Python",
"tagged": true
},
{
"pkgname": "python3-simpy",
"pkgname": "python-simpy",
"pkgdescription": "Simulationsframework für Python",
"tagged": true
},
{
"pkgname": "python3-scipy",
"pkgname": "python-scipy",
"pkgdescription": "Bibliothek für scientific computing",
"tagged": true
},
{
"pkgname": "python3-sympy",
"pkgname": "python-sympy",
"pkgdescription": "Bibliothek für scientific computing",
"tagged": true
},
{
"pkgname": "python3-matplotlib",
"pkgname": "python-matplotlib",
"pkgdescription": "Schnittstelle zum Plotten mit Python",
"tagged": true
},
{
"pkgname": "ipython3",
"pkgname": "python3-numpy",
"pkgdescription": "Numeric Bibiliothek für Python 3",
"tagged": true
},
{
"pkgname": "python3-simpy",
"pkgdescription": "Simulationsframework für Python 3",
"tagged": true
},
{
"pkgname": "python3-scipy",
"pkgdescription": "Bibliothek für scientific computing (Python 3)",
"tagged": true
},
{
"pkgname": "python3-sympy",
"pkgdescription": "Bibliothek für scientific computing (Python 3)",
"tagged": true
},
{
"pkgname": "python3-matplotlib",
"pkgdescription": "Schnittstelle zum Plotten mit Python 3",
"tagged": true
},
{
"pkgname": "ipython",
"pkgdescription": "Interaktiver Python Interpreter mit Tab-Vervollständgung",
"tagged": true
},
......@@ -200,15 +225,26 @@
"tagged": true
},
{
"pkgname": "bpython3",
"pkgname": "bpython",
"pkgdescription": "Ein weiterer interaktiver Python Interpreter",
"tagged": true
},
{
"pkgname": "spyder3",
"pkgname": "spyder",
"pkgdescription": "Python IDE (die, die in Anaconda benutzt wird)",
"tagged": true
},
{
"pkgname": "bpython3",
"pkgdescription": "Ein weiterer interaktiver Python Interpreter (Python 3)",
"tagged": true
},
{
"pkgname": "spyder3",
"pkgdescription": "Python IDE (die, die in Anaconda benutzt wird) (Python 3)",
"tagged": true
}
]
},
"Informatik": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment