ubuntuusers.de

Python2.7 unter Ubuntu 20.04 ?!

Status: Gelöst | Ubuntu-Version: Ubuntu 20.04 (Focal Fossa)
Antworten |

kB Team-Icon

Supporter, Wikiteam
Avatar von kB

Anmeldungsdatum:
4. Oktober 2007

Beiträge: 9704

Wohnort: Münster

Heute (13.03.2020) wurden mir unter Ubuntu 20.04 Sicherheitsupdates für Python 2.7 angeboten, welche ich erst einmal abgelehnt habe.

Konkret geht es um diese Pakete:

  • python2.7

  • python2.7-minimal

  • libpython2.7-minimal

  • libpython2.7-stdlib

Ich habe in Synaptic nachgeschaut und ja, diese Pakete aus universe sind bei mir installiert. Sie müssen als Abhängigkeiten eines anderen Paketes gekommen sein, denn selbst habe ich das nicht gemacht und ich will Python 2.7 auch gar nicht haben.

Das seit ca. 10 Jahren abgekündigte Python 2.7 wird ja bei Ubuntu 20.04 gar nicht installiert. Wieso gibt es für die veraltete und ungepflegte Software jetzt ein Sicherheitsupdate? Ich finde das verdächtig.

Was ist da los?

Lidux

Anmeldungsdatum:
18. April 2007

Beiträge: 16752

Hallo kB,

Entweder es war keine Neuinstallation von 20.04 oder du nutzt ein Programm das phyton 2 noch benötigt.

Gruss Lidux

ubuntu--anfaenger

Avatar von ubuntu--anfaenger

Anmeldungsdatum:
12. Oktober 2013

Beiträge: 1231

Wohnort: Belgien

Hallo KB,

Ich hab mal bei mir auf allen Maschinen geschaut(20.10) dort sind bei mir die gleichen python2.7 installiert.

Auf einer 20.04 libpython2.7(2.7.18-1~20.04.1)/libpython2.7-minimal/libpython2.7-stdlib sind nur diese 3 installiert, woher die kommen weiss ich auch nicht..hab die auch nicht selber installiert..

Auf einer nackten 20.10 installation sind die nicht drauf, keines von denen.

Ubunux

Avatar von Ubunux

Anmeldungsdatum:
12. Juni 2006

Beiträge: 17425

Bei mir sind diese Pakete mit der Installation von scid ins System gekommen

Tuemmler

Anmeldungsdatum:
26. März 2007

Beiträge: 8075

Wohnort: Süsel / Ostholstein

Moin Moin,

ob es hilft oder zur Aufklärung beitragt, k.A. Ich habe u.A. Debian 10 Buster (Xubuntu) auf dem Rechner. Bei mir ist in diesem System Python2.7 installiert. Will ich versuchsweise Python2.7 deinstallieren, sollen Dateien, die ich installiert habe auch deinstalliert werden. Für alles weitere siehe

$ sudo apt-get remove Python2.7
[sudo] Passwort für burghard: 
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.       
Statusinformationen werden eingelesen.... Fertig
Hinweis: »python2.7« wird für das Suchmuster »Python2.7« gewählt.
Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt:
  attr blt gir1.2-gmenu-3.0 gnome-menus ibverbs-providers libboost-python1.67.0 libboost-regex1.67.0 libcephfs2
  libgdata-common libgdata22 libgfapi0 libgfrpc0 libgfxdr0 libglew2.1 libglusterfs0 libgnome-menu-3-0
  libgoa-1.0-0b libgoa-1.0-common libibverbs1 libldb1 liboauth0 libpano13-3 libpano13-bin libpython-stdlib
  libpython2-stdlib libpython2.7 libpython2.7-minimal libpython2.7-stdlib librados2 libtalloc2 libtevent0
  libtirpc-common libtirpc3 libwbclient0 libwxbase3.0-0v5 libwxgtk3.0-0v5 python-minimal python-pyexiv2-doc
  python2-minimal python2.7-minimal samba-common tdb-tools tix tk8.6-blt2.5
Verwenden Sie »sudo apt autoremove«, um sie zu entfernen.
Die folgenden Pakete werden ENTFERNT:
  alacarte apt-xapian-index gvfs-backends hugin hugin-data hugin-tools libsmbclient mirage python python-apt
  python-cairo python-chardet python-crypto python-debian python-dnspython python-gi python-gobject-2 python-gpg
  python-gtk2 python-ldb python-libxml2 python-libxslt1 python-numpy python-pkg-resources python-pyexiv2
  python-recoll python-samba python-six python-talloc python-tdb python-tk python-xapian python2 python2.7
  python3-smbc samba samba-common-bin samba-dsdb-modules samba-libs samba-vfs-modules smbclient vlc-plugin-samba
0 aktualisiert, 0 neu installiert, 42 zu entfernen und 0 nicht aktualisiert.
Nach dieser Operation werden 136 MB Plattenplatz freigegeben.
Möchten Sie fortfahren? [J/n] 

hier Abbruch

Möglicherweise hift das bei eurer Problemfindung. In 20.04 ist Python 2.7 nicht installiert allerdings auch nicht python x.y.z.) Die anderen Dateien (alacarte, apt-xapian-index, gvfs-backends und weitere) sind sowohl unter Xubuntu 18.04, Xubuntu 20.04 wie auch unter Debian10 Buster (Xubuntu) installiert und sollen es auch bleiben.

Gruß

tomtomtom Team-Icon

Supporter
Avatar von tomtomtom

Anmeldungsdatum:
22. August 2008

Beiträge: 55426

Wohnort: Berlin

Und wenn man rauskriegen will, warum die Pakete auf dem eigenen System installiert sind gibt es dafür natürlich Tools wie aptitude why und apt-rdepends.

Warum es dann Sicherheitsupdates gab sollte doch glatt im Changelog stehen. Alle genannten Pakete haben das selbe Quellpaket, also braucht man auch nur einen Changelog, und zwar http://changelogs.ubuntu.com/changelogs/pool/universe/p/python2.7/python2.7_2.7.18-1~20.04.1/Changelog, da es ja um Focal geht.

Und da steht dann auch, warum es die gab:

python2.7 (2.7.18-1~20.04.1) focal-security; urgency=medium

  * SECURITY UPDATE: Denial of service
    - debian/patches/CVE-2019-9674.patch: add pitfalls to
      zipfile module doc in Doc/library/zipfile.rst,
      Misc/NEWS.d/next/Documentation/2019-06-04-09-29-00.bpo-36260.WrGuc-.rst.
    - CVE-2019-9674
  * SECURITY UPDATE: Misleading information
    - debian/patches/CVE-2019-17514.patch: explain that the orderness of the
      of the result is system-dependant in Doc/library/glob.rst.
    - CVE-2019-17514
  * SECURITY UPDATE: Infinite loop
    - debian/patches/CVE-2019-20907.patch: avoid infinite loop in the
      tarfile module in Lib/tarfile.py, Lib/test/test_tarfile.py.
    - CVE-2019-20907
  * SECURITY UPDATE: Denial of service
    - debian/patches/CVE-2020-8492.patch: fix the regex to prevent
      the regex denial of service in Lib/urllib2.py.
    - CVE-2020-8492
  * SECURITY UPDATE: CRLF injection
    - debian/patches/CVE-2020-26116.patch: prevent header injection
      in http methods in Lib/httplib.py, Lib/test/test_httlib.py.
    - CVE-2020-26116
  * SECURITY UPDATE: Buffer overflow
    - debian/patches/CVE-2021-3177.patch: use improved patch backport.
    - CVE-2021-3177

 -- Paulo Flabiano Smorigo <pfsmorigo@canonical.com>  Mon, 08 Mar 2021 13:02:45 +0000

Was jetzt konkret daran verdächtig sein soll, dass Ubuntu Sicherheitsupdates für Software ausliefert, kann ich allerdings nicht sagen.

tomtomtom Team-Icon

Supporter
Avatar von tomtomtom

Anmeldungsdatum:
22. August 2008

Beiträge: 55426

Wohnort: Berlin

Tuemmler schrieb:

In 20.04 ist Python 2.7 nicht installiert allerdings auch nicht python x.y.z.) Die anderen Dateien (alacarte, apt-xapian-index, gvfs-backends und weitere) sind sowohl unter Xubuntu 18.04, Xubuntu 20.04 wie auch unter Debian10 Buster (Xubuntu) installiert und sollen es auch bleiben.

Was mit der Installation wirklich mitkommt steht seit Jahr und Tag und Filesystem-Manifest des ISOs.

http://releases.ubuntu.com/focal/ubuntu-20.04.2.0-desktop-amd64.manifest

Wie wir sehen: Kein Python2.7 mehr (wie man natürlich auch den FocalFossa/ReleaseNotes entnehmen kann), Python3.8 wird mit ausgeliefert.

ubuntu--anfaenger

Avatar von ubuntu--anfaenger

Anmeldungsdatum:
12. Oktober 2013

Beiträge: 1231

Wohnort: Belgien

tomtomtom schrieb:

Und wenn man rauskriegen will, warum die Pakete auf dem eigenen System installiert sind gibt es dafür natürlich Tools wie aptitude why und apt-rdepends.

Ob mir das hilft, rauszufinden warum python 2.7 installiert ist..ich seh nicht wo ich mir das jetzt als Abhängigkeit mit gezogen habe 😳

heidi@heidi-heidi:~$ apt-rdepends -r python2.7
Reading package lists... Done
Building dependency tree       
Reading state information... Done
python2.7
  Reverse Depends: fio (3.16-1)
  Reverse Depends: idle-python2.7 (2.7.18-1build2)
  Reverse Depends: python-all (>= 2.7.18-2)
  Reverse Depends: python2 (>= 2.7.18-2)
  Reverse Depends: python2.7-dbg (= 2.7.18-1build2)
  Reverse Depends: python2.7-dev (= 2.7.18-1build2)
  Reverse Depends: telepathy-gabble-tests (0.18.4-3ubuntu1)
fio
  Reverse Depends: zfs-test (0.8.4-1ubuntu11)
zfs-test
idle-python2.7
python-all
  Reverse Depends: python-all-dbg (= 2.7.18-2)
  Reverse Depends: python-all-dev (= 2.7.18-2)
python-all-dbg
python-all-dev
python2
  Reverse Depends: fsl-5.0-core (5.0.8-6ubuntu2)
  Reverse Depends: ganglia-monitor-python (3.6.0-7ubuntu4)
  Reverse Depends: gemrb (0.8.5-1ubuntu2)
  Reverse Depends: giella-core (0.1.1~r129227+svn121148-2.1)
  Reverse Depends: git-remote-hg (1.0.1~ds-2)
  Reverse Depends: jack-rack (1.4.8~rc1-2ubuntu4)
  Reverse Depends: libdbusmenu-tools (16.04.1+18.10.20180917-0ubuntu6)
  Reverse Depends: mlucas (17.1-3ubuntu2)
  Reverse Depends: python-all (= 2.7.18-2)
  Reverse Depends: python-all-dbg (= 2.7.18-2)
  Reverse Depends: python-all-dev (= 2.7.18-2)
  Reverse Depends: python-apsw (<< 3.28.0-r1-1ubuntu4)
  Reverse Depends: python-ariapy (<< 2.8.0+repack-1.2ubuntu3)
  Reverse Depends: python-coverage (<< 4.5.2+dfsg.1-4ubuntu1)
  Reverse Depends: python-ecryptfs (<< 111-0ubuntu7)
  Reverse Depends: python-gdbm (>= 2.7.18-1build1)
  Reverse Depends: python-iptcdata (<< 1.0.5-2.1ubuntu4)
  Reverse Depends: python-is-python2 (2.7.17-4)
  Reverse Depends: python-librdf (<< 1.0.17.1+dfsg-1.4)
  Reverse Depends: python-libxml2 (<< 2.9.10+dfsg-5build1)
  Reverse Depends: python-markupsafe (<< 1.1.1-1)
  Reverse Depends: python-netifaces (<< 0.10.4-1ubuntu4)
  Reverse Depends: python-openwsman (<< 2.6.5-0ubuntu5)
  Reverse Depends: python-pam (<< 0.4.2-13.2ubuntu8)
  Reverse Depends: python-passfd (<< 0.2-3build1)
  Reverse Depends: python-pil (<< 6.2.1-3)
  Reverse Depends: python-pil.imagetk (<< 6.2.1-3)
  Reverse Depends: python-posix-ipc (<< 0.9.8-3build4)
  Reverse Depends: python-ruamel.ordereddict (<< 0.4.15-1)
  Reverse Depends: python-speex (<< 0.2-1ubuntu9)
  Reverse Depends: python-subvertpy (<< 0.11.0~git20191228+2423bf1-2ubuntu1)
  Reverse Depends: python-tk (>= 2.7.18-1build1)
  Reverse Depends: python-unshare (<< 0.2-1build1)
  Reverse Depends: python-xapian (<< 1.4.14-1ubuntu2)
  Reverse Depends: python2-dbg (= 2.7.18-2)
  Reverse Depends: python2-dev (= 2.7.18-2)
  Reverse Depends: skales (0.20170929-1ubuntu2)
  Reverse Depends: virt-sandbox (0.5.1+git20160404-1ubuntu2)
fsl-5.0-core
  Reverse Depends: fsl-5.0 (5.0.8-6ubuntu2)
  Reverse Depends: fsl-core (5.0.8-6ubuntu2)
fsl-5.0
fsl-core
  Reverse Depends: fsl (5.0.8-6ubuntu2)
fsl
ganglia-monitor-python
gemrb
  Reverse Depends: gemrb-baldurs-gate (= 0.8.5-1ubuntu2)
  Reverse Depends: gemrb-baldurs-gate-2 (= 0.8.5-1ubuntu2)
  Reverse Depends: gemrb-icewind-dale (= 0.8.5-1ubuntu2)
  Reverse Depends: gemrb-icewind-dale-2 (= 0.8.5-1ubuntu2)
  Reverse Depends: gemrb-planescape-torment (= 0.8.5-1ubuntu2)
gemrb-baldurs-gate
gemrb-baldurs-gate-2
gemrb-icewind-dale
gemrb-icewind-dale-2
gemrb-planescape-torment
giella-core
git-remote-hg
jack-rack
libdbusmenu-tools
  Reverse Depends: indicator-appmenu-tools (>= 15.02.0+20.10.20200617.2-0ubuntu1)
indicator-appmenu-tools
mlucas
python-apsw
  Reverse Depends: python-apsw-dbg (= 3.28.0-r1-1ubuntu4)
python-apsw-dbg
python-ariapy
python-coverage
python-ecryptfs
python-gdbm
  Reverse Depends: python-gdbm-dbg (= 2.7.18-1build1)
python-gdbm-dbg
python-iptcdata
python-is-python2
  Reverse Depends: python-dev-is-python2 (= 2.7.17-4)
python-dev-is-python2
python-librdf
  Reverse Depends: mozilla-devscripts (0.54.2)
mozilla-devscripts
python-libxml2
  Reverse Depends: python-libxml2-dbg (= 2.9.10+dfsg-5build1)
python-libxml2-dbg
python-markupsafe
  Reverse Depends: python-jinja2 (2.11.2-1)
  Reverse Depends: python-markupsafe-dbg (= 1.1.1-1)
python-jinja2
python-markupsafe-dbg
python-netifaces
  Reverse Depends: python-netifaces-dbg (= 0.10.4-1ubuntu4)
python-netifaces-dbg
python-openwsman
python-pam
  Reverse Depends: python-pam-dbg (= 0.4.2-13.2ubuntu8)
python-pam-dbg
python-passfd
  Reverse Depends: python-nemu (0.3.1-1build1)
python-nemu
python-pil
  Reverse Depends: kodi-data (2:18.8+dfsg1-2)
  Reverse Depends: python-pil-dbg (= 6.2.1-3)
  Reverse Depends: python-pil.imagetk (= 6.2.1-3)
kodi-data
  Reverse Depends: kodi (>= 2:18.8+dfsg1-2)
kodi
python-pil-dbg
  Reverse Depends: python-pil.imagetk-dbg (= 6.2.1-3)
python-pil.imagetk-dbg
python-pil.imagetk
  Reverse Depends: python-pil (6.2.1-3)
  Reverse Depends: python-pil.imagetk-dbg (= 6.2.1-3)
python-posix-ipc
python-ruamel.ordereddict
python-speex
python-subvertpy
python-tk
  Reverse Depends: idle-python2.7 (>= 2.7.18-1build2)
  Reverse Depends: python-pil.imagetk (>= 6.2.1-3)
  Reverse Depends: python-pmw (>= 1.3.2-6build2)
  Reverse Depends: python-tk-dbg (= 2.7.18-1build1)
python-pmw
python-tk-dbg
python-unshare
  Reverse Depends: python-nemu (0.3.1-1build1)
python-xapian
python2-dbg
  Reverse Depends: python-all-dbg (= 2.7.18-2)
  Reverse Depends: python-apsw-dbg (3.28.0-r1-1ubuntu4)
  Reverse Depends: python-gdbm-dbg (>= 2.7.18-1build1)
  Reverse Depends: python-libxml2-dbg (<< 2.9.10+dfsg-5build1)
  Reverse Depends: python-markupsafe-dbg (<< 1.1.1-1)
  Reverse Depends: python-netifaces-dbg (0.10.4-1ubuntu4)
  Reverse Depends: python-pam-dbg (<< 0.4.2-13.2ubuntu8)
  Reverse Depends: python-pil-dbg (6.2.1-3)
  Reverse Depends: python-pil.imagetk-dbg (6.2.1-3)
  Reverse Depends: python-tk-dbg (>= 2.7.18-1build1)
python2-dev
  Reverse Depends: kpatch-build (0.8.0-0ubuntu2)
  Reverse Depends: python-all-dev (= 2.7.18-2)
  Reverse Depends: python-dev-is-python2 (2.7.17-4)
kpatch-build
skales
virt-sandbox
python2.7-dbg
  Reverse Depends: python-all-dbg (>= 2.7.18-2)
  Reverse Depends: python2-dbg (>= 2.7.18-2)
python2.7-dev
  Reverse Depends: python-all-dev (>= 2.7.18-2)
  Reverse Depends: python2-dev (>= 2.7.18-2)
telepathy-gabble-tests
heidi@heidi-heidi:~$ 

tomtomtom Team-Icon

Supporter
Avatar von tomtomtom

Anmeldungsdatum:
22. August 2008

Beiträge: 55426

Wohnort: Berlin

ubuntu--anfaenger schrieb:

tomtomtom schrieb: Ob mir das hilft, rauszufinden warum python 2.7 installiert ist..ich seh nicht wo ich mir das jetzt als Abhängigkeit mit gezogen habe 😳

Es ist jedenfalls eine Abhängigkei der darunter gelisteten Pakete.

heidi@heidi-heidi:~$ apt-rdepends -r python2.7
Reading package lists... Done
Building dependency tree       
Reading state information... Done
python2.7
  Reverse Depends: fio (3.16-1)
  Reverse Depends: idle-python2.7 (2.7.18-1build2)
  Reverse Depends: python-all (>= 2.7.18-2)
  Reverse Depends: python2 (>= 2.7.18-2)
  Reverse Depends: python2.7-dbg (= 2.7.18-1build2)
  Reverse Depends: python2.7-dev (= 2.7.18-1build2)
  Reverse Depends: telepathy-gabble-tests (0.18.4-3ubuntu1)
fio
  Reverse Depends: zfs-test (0.8.4-1ubuntu11)
zfs-test
idle-python2.7
python-all
  Reverse Depends: python-all-dbg (= 2.7.18-2)
  Reverse Depends: python-all-dev (= 2.7.18-2)
python-all-dbg
python-all-dev
python2
  Reverse Depends: fsl-5.0-core (5.0.8-6ubuntu2)
  Reverse Depends: ganglia-monitor-python (3.6.0-7ubuntu4)
  Reverse Depends: gemrb (0.8.5-1ubuntu2)
  Reverse Depends: giella-core (0.1.1~r129227+svn121148-2.1)
  Reverse Depends: git-remote-hg (1.0.1~ds-2)
  Reverse Depends: jack-rack (1.4.8~rc1-2ubuntu4)
  Reverse Depends: libdbusmenu-tools (16.04.1+18.10.20180917-0ubuntu6)
  Reverse Depends: mlucas (17.1-3ubuntu2)
  Reverse Depends: python-all (= 2.7.18-2)
  Reverse Depends: python-all-dbg (= 2.7.18-2)
  Reverse Depends: python-all-dev (= 2.7.18-2)
  Reverse Depends: python-apsw (<< 3.28.0-r1-1ubuntu4)
  Reverse Depends: python-ariapy (<< 2.8.0+repack-1.2ubuntu3)
  Reverse Depends: python-coverage (<< 4.5.2+dfsg.1-4ubuntu1)
  Reverse Depends: python-ecryptfs (<< 111-0ubuntu7)
  Reverse Depends: python-gdbm (>= 2.7.18-1build1)
  Reverse Depends: python-iptcdata (<< 1.0.5-2.1ubuntu4)
  Reverse Depends: python-is-python2 (2.7.17-4)
  Reverse Depends: python-librdf (<< 1.0.17.1+dfsg-1.4)
  Reverse Depends: python-libxml2 (<< 2.9.10+dfsg-5build1)
  Reverse Depends: python-markupsafe (<< 1.1.1-1)
  Reverse Depends: python-netifaces (<< 0.10.4-1ubuntu4)
  Reverse Depends: python-openwsman (<< 2.6.5-0ubuntu5)
  Reverse Depends: python-pam (<< 0.4.2-13.2ubuntu8)
  Reverse Depends: python-passfd (<< 0.2-3build1)
  Reverse Depends: python-pil (<< 6.2.1-3)
  Reverse Depends: python-pil.imagetk (<< 6.2.1-3)
  Reverse Depends: python-posix-ipc (<< 0.9.8-3build4)
  Reverse Depends: python-ruamel.ordereddict (<< 0.4.15-1)
  Reverse Depends: python-speex (<< 0.2-1ubuntu9)
  Reverse Depends: python-subvertpy (<< 0.11.0~git20191228+2423bf1-2ubuntu1)
  Reverse Depends: python-tk (>= 2.7.18-1build1)
  Reverse Depends: python-unshare (<< 0.2-1build1)
  Reverse Depends: python-xapian (<< 1.4.14-1ubuntu2)
  Reverse Depends: python2-dbg (= 2.7.18-2)
  Reverse Depends: python2-dev (= 2.7.18-2)
  Reverse Depends: skales (0.20170929-1ubuntu2)
  Reverse Depends: virt-sandbox (0.5.1+git20160404-1ubuntu2)
fsl-5.0-core
  Reverse Depends: fsl-5.0 (5.0.8-6ubuntu2)
  Reverse Depends: fsl-core (5.0.8-6ubuntu2)
fsl-5.0
fsl-core
  Reverse Depends: fsl (5.0.8-6ubuntu2)
fsl
ganglia-monitor-python
gemrb
  Reverse Depends: gemrb-baldurs-gate (= 0.8.5-1ubuntu2)
  Reverse Depends: gemrb-baldurs-gate-2 (= 0.8.5-1ubuntu2)
  Reverse Depends: gemrb-icewind-dale (= 0.8.5-1ubuntu2)
  Reverse Depends: gemrb-icewind-dale-2 (= 0.8.5-1ubuntu2)
  Reverse Depends: gemrb-planescape-torment (= 0.8.5-1ubuntu2)
gemrb-baldurs-gate
gemrb-baldurs-gate-2
gemrb-icewind-dale
gemrb-icewind-dale-2
gemrb-planescape-torment
giella-core
git-remote-hg
jack-rack
libdbusmenu-tools
  Reverse Depends: indicator-appmenu-tools (>= 15.02.0+20.10.20200617.2-0ubuntu1)
indicator-appmenu-tools
mlucas
python-apsw
  Reverse Depends: python-apsw-dbg (= 3.28.0-r1-1ubuntu4)
python-apsw-dbg
python-ariapy
python-coverage
python-ecryptfs
python-gdbm
  Reverse Depends: python-gdbm-dbg (= 2.7.18-1build1)
python-gdbm-dbg
python-iptcdata
python-is-python2
  Reverse Depends: python-dev-is-python2 (= 2.7.17-4)
python-dev-is-python2
python-librdf
  Reverse Depends: mozilla-devscripts (0.54.2)
mozilla-devscripts
python-libxml2
  Reverse Depends: python-libxml2-dbg (= 2.9.10+dfsg-5build1)
python-libxml2-dbg
python-markupsafe
  Reverse Depends: python-jinja2 (2.11.2-1)
  Reverse Depends: python-markupsafe-dbg (= 1.1.1-1)
python-jinja2
python-markupsafe-dbg
python-netifaces
  Reverse Depends: python-netifaces-dbg (= 0.10.4-1ubuntu4)
python-netifaces-dbg
python-openwsman
python-pam
  Reverse Depends: python-pam-dbg (= 0.4.2-13.2ubuntu8)
python-pam-dbg
python-passfd
  Reverse Depends: python-nemu (0.3.1-1build1)
python-nemu
python-pil
  Reverse Depends: kodi-data (2:18.8+dfsg1-2)
  Reverse Depends: python-pil-dbg (= 6.2.1-3)
  Reverse Depends: python-pil.imagetk (= 6.2.1-3)
kodi-data
  Reverse Depends: kodi (>= 2:18.8+dfsg1-2)
kodi
python-pil-dbg
  Reverse Depends: python-pil.imagetk-dbg (= 6.2.1-3)
python-pil.imagetk-dbg
python-pil.imagetk
  Reverse Depends: python-pil (6.2.1-3)
  Reverse Depends: python-pil.imagetk-dbg (= 6.2.1-3)
python-posix-ipc
python-ruamel.ordereddict
python-speex
python-subvertpy
python-tk
  Reverse Depends: idle-python2.7 (>= 2.7.18-1build2)
  Reverse Depends: python-pil.imagetk (>= 6.2.1-3)
  Reverse Depends: python-pmw (>= 1.3.2-6build2)
  Reverse Depends: python-tk-dbg (= 2.7.18-1build1)
python-pmw
python-tk-dbg
python-unshare
  Reverse Depends: python-nemu (0.3.1-1build1)
python-xapian
python2-dbg
  Reverse Depends: python-all-dbg (= 2.7.18-2)
  Reverse Depends: python-apsw-dbg (3.28.0-r1-1ubuntu4)
  Reverse Depends: python-gdbm-dbg (>= 2.7.18-1build1)
  Reverse Depends: python-libxml2-dbg (<< 2.9.10+dfsg-5build1)
  Reverse Depends: python-markupsafe-dbg (<< 1.1.1-1)
  Reverse Depends: python-netifaces-dbg (0.10.4-1ubuntu4)
  Reverse Depends: python-pam-dbg (<< 0.4.2-13.2ubuntu8)
  Reverse Depends: python-pil-dbg (6.2.1-3)
  Reverse Depends: python-pil.imagetk-dbg (6.2.1-3)
  Reverse Depends: python-tk-dbg (>= 2.7.18-1build1)
python2-dev
  Reverse Depends: kpatch-build (0.8.0-0ubuntu2)
  Reverse Depends: python-all-dev (= 2.7.18-2)
  Reverse Depends: python-dev-is-python2 (2.7.17-4)
kpatch-build
skales
virt-sandbox
python2.7-dbg
  Reverse Depends: python-all-dbg (>= 2.7.18-2)
  Reverse Depends: python2-dbg (>= 2.7.18-2)
python2.7-dev
  Reverse Depends: python-all-dev (>= 2.7.18-2)
  Reverse Depends: python2-dev (>= 2.7.18-2)
telepathy-gabble-tests
heidi@heidi-heidi:~$ 

Und ja, es gibt da übersichtlichere Programme. Wie das genannte aptitude why.

Ubunux

Avatar von Ubunux

Anmeldungsdatum:
12. Juni 2006

Beiträge: 17425

Man könnte ja gleich mit dem Ersten beginnen und findet eines der in Frage kommenden Pakete 🤓

kB Team-Icon

Supporter, Wikiteam
(Themenstarter)
Avatar von kB

Anmeldungsdatum:
4. Oktober 2007

Beiträge: 9704

Wohnort: Münster

Vielen Dank an alle für die Anregungen.

Ich habe den „Übeltäter“ herausgefunden: Es war iriunwebcam, welches ich aus einer Fremdquelle bezogen habe. Es hat prima funktioniert, aber eine große Menge von abhängigen Paketen, darunter auch die für Python 2 installiert.

Da ich das alles nicht haben will, habe ich iriunwebcam wieder deinstalliert und dann so lange apt autoremove benutzt, bis nichts mehr übrig war. → ca. 50 Pakete weniger

ubuntu--anfaenger

Avatar von ubuntu--anfaenger

Anmeldungsdatum:
12. Oktober 2013

Beiträge: 1231

Wohnort: Belgien

Hab mitlerweile auch rausgefunden, warum bei mir python2.7 drauf ist, es ist die VirtualBox, wird mir aber aus der rdepends Liste nicht klar.

Ubunux

Avatar von Ubunux

Anmeldungsdatum:
12. Juni 2006

Beiträge: 17425

Es ist nicht allein VirtualBox bei dir, zfs-test ist auch noch ein Kandidat

Schau dir mal das an

apt-cache depends zfs-test
apt-cache depends fio

Vielleicht wird es dann klarer für dich

ubuntu--anfaenger

Avatar von ubuntu--anfaenger

Anmeldungsdatum:
12. Oktober 2013

Beiträge: 1231

Wohnort: Belgien

Ubunux schrieb:

Es ist nicht allein VirtualBox bei dir, zfs-test ist auch noch ein Kandidat

Schau dir mal das an

Nee leider nicht, ich hab mir die manpages von fio angeschaut, und von zfs(fuse) nichts gefunden, was ich sagen will ist das ich das nicht selber installiert habe.

Ich vermute das das mit der VirtualBox mitgekommen ist.Aber sicher bin ich nicht, nur das ich das nicht selber installiert habe, bin ich sicher.

tomtomtom Team-Icon

Supporter
Avatar von tomtomtom

Anmeldungsdatum:
22. August 2008

Beiträge: 55426

Wohnort: Berlin

ubuntu--anfaenger schrieb:

Ich vermute das das mit der VirtualBox mitgekommen ist.Aber sicher bin ich nicht, nur das ich das nicht selber installiert habe, bin ich sicher.

Funfact: Was du mit Virtualbox (oder auch jedem anderen Programm, das du nachinstalliert hast) installiert hast, hast du selbst installiert. Das machen nicht die Unterhosenwichtel, sondern der User, der angibt, das Programm installieren zu wollen und abnickt, dass die anzeigten Programme mitinstalliert werden...

Antworten |