Ubuntu下python3安装tkinter包 Posted on2021年7月16日Authorcnliutz 首先sudo apt-get update(如果不更新很有可能找不到tkinter),然后sudo apt-get install python3-tk,安装完成后就可以使用了。