##########
This is the next of previous post Things You Want To Do After Install Ubuntu 10.04 Desktop Part 1. In this post i will show you how to install the list of softwares from the previous post. To make your Ubuntu desktop as a full-fledged replacement for a Windows desktop.
After you install your Ubuntu Desktop you will get the new fresh Ubuntu installed as the screenshot below:
Okay, now let’s get started.
First thing i am going to do is activate the root user. Follow this steps to do it:
1. Open your terminal, and type this command
sudo passwd root
3. Then login as root, as i assume you to do the next steps using root account.
Okay now let’s update your Ubuntu repository to use medibuntu and enable lucid partner repository. Follow this steps:
1. Update the sources.list with this command
vim /etc/apt/sources.list
## Uncomment the following two lines to add software from Canonical's ## 'partner' repository. ## This software is not part of Ubuntu, but is offered by Canonical and the ## respective vendors as a service to Ubuntu users. deb http://archive.canonical.com/ubuntu lucid partner deb-src http://archive.canonical.com/ubuntu lucid partner
4. Get medibuntu repository with this command:
wget http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list --output-document=/etc/apt/sources.list.d/medibuntu.list
apt-get install medibuntu-keyring
apt-get updateupdate-apt-xapian-index
##########
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 softwares 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 still login with root account in the terminal. If not please login first.
I’m going to show you how to install the additional softwares, please follow this 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
3. You will be ask some question to install, just follow the instruction because it will be different for every software.
The next thing is install the opera browser:
1. Update your sources.list by this command:
vim /etc/apt/sources.list
deb http://deb.opera.com/opera/ stable non-free
4. Get the gpg-key:
wget -O - http://deb.opera.com/archive.key | sudo apt-key add -
apt-get install debian-archive-keyring
apt-get update apt-get install opera
1. Run this command:
add-apt-repository ppa:chromium-daily/ppa sudo apt-get update apt-get install chromium-browser
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 back 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*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 back 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_* ######## This is the next of previous post Things You Want To Do After Install Ubuntu 10.04 Desktop Part 3. In this post i will show you how to install the list of softwares from the previous post. To make your
Ubuntu desktop as a full-fledged replacement for a Windows desktop.In this post is only for developer, but feel free if you want to install it too.
To install Gedit with additional feature, please refer to this post.
For install Apache, MySQL, PHP and PHPmyadmin for testing evironment, please refer to this post.
To install SSH Server and SSH Client, run this command:
apt-get install openssh-server openssh-client