Debian系LinuxでPythonのTkinterをインストールする方法

$ sudo apt install python3-tk

下記のコマンドでインストール後の動作確認ができるらしい。

$ python3 -m tkinter