I\'m developing a program that has a button. When pressed, I want to open a terminal that runs:
sudo apt-get update
I\'m using:
You can remove the -e:
-e
os.system("gnome-terminal 'sudo apt-get update'")