Checking out Intrepid Ibex
Checking out Intrepid Ibex so I decided to write a script to install all my favorite applications and remove applications I cant stand. Here is the script you can always copy it and modify it to suit your taste
#!/bin/bash
sudo apt-get update
sudo apt-get remove --purge tomboy ekiga evolution evolution-common evolution-data-server evolution-webcal f-spot
echo Done removing unneeded packages
sleep 3;
sudo aptitude install alien compizconfig-settings-manager thunderbird xchat amsn lastfm startupmanager htop cowsay irssi youtube-dl ffmpeg audacity libdvdcss2 vlc libdvdcss2 ubuntu-restricted-extras w32codecs amarok cheese virtualbox ffmpeg gparted wine zdesktop nautilus-actions nautilus-clamscan nautilus-gksu nautilus-image-converter nautilus-open-terminal nautilus-script-audio-convert nautilus-wallpaper soundconverter soundkonverter-amarok pidgin-encryption pidgin-lastfm pidgin-libnotify pidgin-mpris pidgin-musictracker postgresql ssh skype audacity opera gthumb thinkfinger-tools libpam-thinkfinger startupmanager mousepad irssi cbrpager comix k9copy k3b libk3b2-extracodecs aptoncd emerald
sleep 3;
sudo apt-get upgrade
sleep 3;
echo Done upgrading
sleep 3;
echo Everything is removed and installed, have a nice day