I have just upgraded from 20.04 to 22.04. Now I can not use tkinter anymore.
When I start the Python interpreter in the terminal with 'Python3.10' and then typing 'import tkinter' the system tells me: No module named '_tkinter'.
When I try to install with 'sudo apt-get -y install python3-tk' the system tells me: python3-tk is already the newest version (3.10.6-1~22.04).
I have searched this site and almost the complete internet, but nothing seems to work.
How do I get tkinter active again?