PDA

View Full Version : Python script for handling apt-get.



cgroza
September 6th, 2010, 06:17 PM
Hello, I just started to learn python and I made a python program that asks you the desired apt-get operation and it basically does the "sudo apt-get" for you. I use it and i want some opinions about it. Here it is.

Try it once and please tell me what you think. Thanks.