尾巴 – 包“python3-tk”没有安装候选人

我目前正在尝试不同的Linux发行版,并试图让我的一些应用程序在最新的Tails发行版上运行。 为此,我需要Python3的tkinter库。

可悲的是,在python3中导入tkinter不起作用,并试图通过

sudo apt-get install python3-tk 

给出以下结果:

 Reading package lists... Done Building dependecy tree Reading state information... Done Package python3-tk is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: package 'python3-tk' has no installation candidate 

我真的很感激任何build议,可以帮助我安装tkinter或至less运行我的应用程序(也许通过在我的项目中包含tkinter lib,不知何故?)

尝试输入这些:

 sudo apt-get update sudo apt-get install python3-tk