def install_tk_redhat(): print("System Type: Redhat") print("Installed tkinter") os.system('sudo yum install -y tkinter')