This is the next of previous post Things You Want To Do After Install Ubuntu 10.04 Desktop Part 2. In this post I will show you how to install the list of software from the previous post. To make your Ubuntu desktop as a full-fledged replacement for a Windows desktop.
Okay now let’s continue to the next step. I assume you are still logged in with the root account in the terminal. If not, please log in first.
I’m going to show you how to install the additional software; please follow these steps:
1. On the terminal please type this command:
apt-get install amarok gimp flashplugin-nonfree amule audacity vuze banshee bluefish dvdrip filezilla ttf-mscorefonts-installer gnucash 'gstreamer*' gtkpod-aac sun-java6* k3b kino mplayer smplayer quanta kompozer scribus 'vlc*' mozilla-plugin-vlc xchat-gnome sound-juicer realplayer googleearth acroread non-free-codecs ubuntu-restricted-extras libdvdcss2 xine-ui xine-plugin thunderbird virtualbox-ose
2. It will take some time to download and install all the software. If you know that you don’t need some software, please remove it from the command.
3. You will be asked some questions during the install; just follow the instructions because they will be different for every software.
The next thing is to install the Opera browser:
1. Update your sources.list with this command:
vim /etc/apt/sources.list
2. Add this line to the end of the file:
deb http://deb.opera.com/opera/ stable non-free
3. Save the file.
4. Get the gpg-key:
wget -O - http://deb.opera.com/archive.key | sudo apt-key add -
(If you get “The following packages cannot be authenticated” warnings, you’ll also need this:)
apt-get install debian-archive-keyring
5. Update your repository and install Opera:
apt-get update
apt-get install opera
The next thing is to install the Google Chrome browser:
1. Run this command:
add-apt-repository ppa:chromium-daily/ppa
sudo apt-get update
apt-get install chromium-browser
The next thing is to install Skype:
1. Go to http://www.skype.com/download/skype/linux/choose/ and select the right Ubuntu .deb package for your architecture (Ubuntu 8.10+ 32-bit or Ubuntu 8.10+ 64-bit)
2. After the download has finished, open the terminal and go to the directory where the package has been saved (the default location is the Downloads folder in your home directory, i.e. ~/Downloads):
gdebi skype-ubuntu*
The next thing is to install Google Picasa:
1. Go to http://picasa.google.com/linux/download.html#picasa30 and select the right .deb package for your architecture (i386 or amd64).
2. After the download has finished, open the terminal and go to the directory where the package has been saved (the default location is the Downloads folder in your home directory, i.e. ~/Downloads):
gdebi picasa_3.0-current_*
Next post: Things You Want To Do After Install Ubuntu 10.04 Desktop Part 4
