Am I doing something wrong or is idle-python3.11 really missing from
the repository?

I try to install it using synaptic and get a popup saying

W: Failed to fetch
https://deb.debian.org/debian/pool/main/p/python3.11/idle-python3.11_3.11.2-6%2bdeb12u4_all.deb
  404  Not Found [IP: 2a04:4e42:77::644 443]


My /etc/apt/sources.list seems to be correct:

$ cat /etc/apt/sources.list
# deb cdrom:[Debian GNU/Linux 12.7.0 _Bookworm_ - Official amd64
NETINST with firmware 20240831-10:38]/ bookworm contrib main
non-free-firmware

deb https://deb.debian.org/debian/ bookworm main non-free-firmware
deb-src https://deb.debian.org/debian/ bookworm main non-free-firmware

deb https://security.debian.org/debian-security/ bookworm-security
main non-free-firmware
deb-src https://security.debian.org/debian-security/ bookworm-security
main non-free-firmware

# bookworm-updates, to get updates before a point release is made;
# see 
https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_updates_and_backports
deb https://deb.debian.org/debian/ bookworm-updates main non-free-firmware
deb-src https://deb.debian.org/debian/ bookworm-updates main non-free-firmware

# backports so I can get the latest Realtek wifi drivers
deb https://deb.debian.org/debian/ bookworm-backports main non-free-firmware
deb-src https://deb.debian.org/debian/ bookworm-backports main non-free-firmware

# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.


I don't know if this is related or no but python is missing on my computer:
$ python --version
bash: python: command not found

$ python3 --version
Python 3.11.2

$ uname -a
Linux laptop 6.12.12+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian
6.12.12-1~bpo12+1 (2025-02-23) x86_64 GNU/Linux

SO.. how do I get the python IDE for tkinter installed?

Thanks
Lee

Reply via email to