Ich möchte jetzt mal langsam meine Kiste von Jessie auf Stretch heben. Für meinen Drucker brauche ich aber leider Dateien aus Backports:
Code: Alles auswählen
# sources.list
#deb cdrom:[Debian GNU/Linux 8.0.0 _Jessie_ - Official amd64 DVD Binary-1 20150425-12:54]/ jessie contrib main
# deb cdrom:[Debian GNU/Linux 8.0.0 _Jessie_ - Official amd64 DVD Binary-1 20150425-12:54]/ jessie main contrib
deb http://ftp.de.debian.org/debian/ jessie non-free contrib main
deb-src http://ftp.de.debian.org/debian/ jessie main
deb http://security.debian.org/ jessie/updates non-free contrib main
deb-src http://security.debian.org/ jessie/updates contrib main
# jessie-updates, previously known as 'volatile'
deb http://ftp.de.debian.org/debian/ jessie-updates non-free contrib main
deb-src http://ftp.de.debian.org/debian/ jessie-updates contrib main
deb http://ftp.debian.org/debian/ jessie-backports main contrib non-free
Jetzt meine Frage: Wie mache ich das sauber, damit der Upgrade-Prozess nicht mit den Backports in Schwierigkeiten gerät? Muss ich alles aus Backports erstmal deinstallieren?dpkg -l | grep bpo
ii hplip 3.16.11+repack0-1~bpo8+1 amd64 HP Linux Printing and Imaging System (HPLIP)
ii hplip-data 3.16.11+repack0-1~bpo8+1 all HP Linux Printing and Imaging - data files
ii hplip-gui 3.16.11+repack0-1~bpo8+1 all HP Linux Printing and Imaging - GUI utilities (Qt-based)
ii libhpmud0:amd64 3.16.11+repack0-1~bpo8+1 amd64 HP Multi-Point Transport Driver (hpmud) run-time libraries
ii libpod-latex-perl 0.61-1 all module to convert Pod data to formatted LaTeX
ii libpod-readme-perl 0.11-1 all Perl module to convert POD to README file
ii libpolkit-agent-1-0:amd64 0.105-15~deb8u2 amd64 PolicyKit Authentication Agent API
ii libpolkit-backend-1-0:amd64 0.105-15~deb8u2 amd64 PolicyKit backend API
ii libpolkit-gobject-1-0:amd64 0.105-15~deb8u2 amd64 PolicyKit Authorization API
ii libpolkit-qt-1-1 0.103.0-1 amd64 PolicyKit-qt-1 library
ii libpoppler-glib8:amd64 0.26.5-2+deb8u3 amd64 PDF rendering library (GLib-based shared library)
ii libpoppler-qt4-4:amd64 0.26.5-2+deb8u3 amd64 PDF rendering library (Qt 4 based shared library)
ii libpoppler46:amd64 0.26.5-2+deb8u3 amd64 PDF rendering library
ii libpopt0:amd64 1.16-10 amd64 lib for parsing cmdline parameters
ii libportaudio2:amd64 19+svn20140130-1 amd64 Portable audio I/O - shared library
ii libportsmf0:amd64 0.1~svn20101010-4 amd64 Portable Standard Midi File Library
ii libpostproc52 6:0.git20120821-4 amd64 FFmpeg derived postprocessing library
ii libsane-hpaio:amd64 3.16.11+repack0-1~bpo8+1 amd64 HP SANE backend for multi-function peripherals
ii openjdk-8-jre:amd64 8u111-b14-2~bpo8+1 amd64 OpenJDK Java runtime, using Hotspot JIT
ii openjdk-8-jre-headless:amd64 8u111-b14-2~bpo8+1 amd64 OpenJDK Java runtime, using Hotspot JIT (headless)
ii printer-driver-hpcups 3.16.11+repack0-1~bpo8+1 amd64 HP Linux Printing and Imaging - CUPS Raster driver (hpcups)
ii printer-driver-hpijs 3.16.11+repack0-1~bpo8+1 amd64 HP Linux Printing and Imaging - printer driver (hpijs)
ii printer-driver-postscript-hp 3.16.11+repack0-1~bpo8+1 all HP Printers PostScript Descriptions
ii python3-pil:amd64 3.4.2-1~bpo8+1 amd64 Python Imaging Library (Python3)
Vielen Dank für Eure Tipps!
Alex