Well check it out, it is pretty legit. http://deavmi.github.io/APTEasy It basically makes using apt-get a dream. :D ;P In terms of updating package lists, installing upgrades and cleaning the apt-get environment.
Name:
Anonymous2014-04-05 14:20
Are you retarded or something? In what way does that make the life of the user easier?
It just echoes a lot of bullshit lines and calls apt-get <whatever>.
You even managed to make the user write one extra character.
apt-update to apte-update, seriously fuck off
here you have retard, your shit program reduced to an actually useful thing updt() {
sudo apt-get update
sudo apt-get dist-upgrade -y
sudo apt-get autoremove --purge -y
sudo apt-get autoclean
}