Tuesday, January 10, 2017

13 Must Do things on new Ubuntu 7 04 Feisty Fawn installation

13 Must Do things on new Ubuntu 7 04 Feisty Fawn installation


13 Must Do things on new Ubuntu 7.04 Feisty Fawn installation

Read Updated Article "Creating your ultimate Ubuntu 7.10 Desktop " for Ubuntu 7.10 Here


Ubuntu is one of the most popular Linux distribution these days( has been on top of distrowatch site for quite some time now) especially among Linux Newbies , and Ubuntu has inspired a number of people to jump from Windows to Linux . However because of many licensing restrictions and closed source nature of many popular applications a number of applications / codecs are not installed by default in Ubuntu though Ubuntu community has done considerable work in this direction with inclusion of wizards in new Ubuntu 7.04 easing installation but still it is somewhat difficult .This is major hindrance for people jumping from Windows to Linux when they dont know how to install extra functionality to Ubuntu . Now applications like Automatix and Easyubuntu have eased this but still if you would like to follow different approach here is how you can install additional functionality on Ubuntu .

In this article i try to describe how to install Codecs / Applications easily on Ubuntu 7.04 installation making transition from Ubuntu to Windows easy , and making Ultimate Ubuntu Desktop .


1. Installing/Enabling additional Repositories
Now many applications need additional repositories to be installed or some to be enabled in Synaptic package manager so before trying out steps given below ensure that repositories in order.

launch Synaptic Package Manager (System -> Administration -> Synaptic Package Manager ) , then in Synaptic package manager go to (Settings -> Repositories ) you will find window like this . Ensure that all the check boxes are marked leaving source code(if you want to you can enable this also but you are not going to need this unless you are software developer) the dialog box should look like this .
Now you have to add additional repositories , close synaptic package manager and type the following command in the terminal window (Application -> Accessories -> Terminal )
¨wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - ¨

and

¨sudo wget http://medibuntu.sos-sts.com/sources.list.d/feisty.list -O /etc/apt/sources.list.d/medibuntu.list ¨

after completing above steps type

¨ sudo apt-get update ¨

Now your system should be ready for installing extra codecs .

IMPORTANT : In General i dont recommend adding unknown repositories it is risky and could pose a security risk to your computer , however the repository i am adding above is official repository(Medibuntu) whose reference i got from official Ubuntu website so you should not worry about adding repository i mentioned above .

Here is the offical Ubuntu documentation with reference to Medibuntu repository


2. Installing Multimedia Codecs

w32codec is a collection dll files from windows that helps in decompressing major video/audio formats allowing them to be played flawlessly on Linux Media players , however because of legal issues associated with it is not included with Ubuntu . To Install the package type the following command in the terminal window(assuming repositories are in order and they are set up correctly as described above ),
keep in mind that codecs are downloaded from Medibuntu repositories and not Ubuntu hence be sure you have activated the repositories correctly as described in first step of this article.

 ¨ sudo aptitude install w32codecs ¨

and to install addition more plugins type the following command in the terminal window .

¨sudo aptitude install
libxine-extracodecs gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-plugins-bad gstreamer0.10-pitfdll ¨

Installing DVD Playing support : -

Now this is a contentious issue , in some countries playing DVD files through DEcss is illegal so use it at your
own will , anyways to enable dvd playback issue the following command in the terminal window : -

¨wget http://medibuntu.sos-sts.com/repo/pool/feisty/free/i386/libdvdcss2_1.2.9-2medibuntu2+build1_i386.deb

and

¨ sudo dpkg -i libdvdcss2_1.2.9-2medibuntu2+build1_i386.deb ¨

3. Installing Video Players

Now Ubuntu by default dosnt come with many popular media players like Xine,Mplayer and VLC preinstalled so you can install them using the following command .

¨sudo aptitude install libxine-extracodecs xine-ui mplayer mplayer-skins vlc vlc-plugin-* mozilla-plugin-vlc¨


4. Installing Audio players

Now similar to Video players many good audio players are not shipped with Ubuntu here is the command to install audio players - xmms,mpg123 ,banshee,amarok. Type the following command in the terminal windows (Application -> Accesories -> Terminal)

"sudo aptitude install xmms xmms-mad xmms-skins xmms-wma mpg123 banshee amarok"


5. Installing Macromedia Flash-Plugin

Macromedia Flash player is not installed by default but since we would be surely needing it while browsing the net , installing it is necessary since Macromedia flash has more or less became an integral part of internet browsing experience .
it can be installed by following command

¨sudo aptitude install flashplugin-nonfree ¨

After completing above step restart Firefox to make changes take place permanently and type about:plugins in the address bar to see if plug is installed correctly.

6. Installing beryl and other eye candy

Ubuntu 7.04 makes installing beryl/compiz extremely easy , to install beryl type the following command in the terminal window (Application ->Accesories -> Terminal) :-

" sudo aptitude install beryl beryl-manager emerald-themes ¨

After installation is over restart X Server/Computer and launch beryl-manager by going into (Application -> System tools -> Beryl Manager)

If you want to avoid starting beryl-manager manually every time you can make beryl-manager start automatically when gnome starts to do this go to (
System->Preferences->Sessions) you will get a window like this
Press New and in windows that appears next in Name type Beryl Manager(or what ever you like) and in command type beryl-manager . Now every time gnome starts Beryl Manager should load automatically.


7. Installing Java Runtime environment v6.0 With Mozilla Firefox plugin

Similar to Macromedia Flash , today Java applets and applications have become a integral part of internet browsing experience however java runtime is not installed by default in Ubuntu to install java Runtime Environment with plug in for Mozilla Firefox type the following command in the terminal window.

¨ sudo aptitude install sun-java6-jre sun-java6-plugin sun-java6-fonts ¨

After downloading is over you will get a screen like this just accept this license by pressing ¨Yes¨ button to complete installation, after this restart Firefox and type about:plugins to check whether sun java plugin is correctly installed.



8. Installing Google Applications - Google Earth and Picasa

Two of the popular Google application available on Windows Google Picasa and Google Earth are also available on Linux platform. While Google earth is a native Linux application , Google Picasa uses Wine to run on Linux platform.

Installing Google Earth : -

To install Google Earth type the following command in the Terminal Window (Application->Accessories -> Terminal ),keep in mind that googleearth is downloaded from Medibuntu repositories and not Ubuntu hence be sure you have activated the repositories correctly as described in first step of this article.

¨sudo aptitude install googleearth"

After downloading is over you will get a screen like this press ¨Yes¨ to accept the license agreement and complete software installation.


Now you can launch Google Earth from (Application -> Internet -> Google Earth)

A Picture of Google Earth Running on linux


Installing Google Picasa : -

Google Picasa is a nice Photo Management software that offers some really neat features , however Picasa is not a native Linux application but runs on Linux atop application layer called Wine which allows many Windows application to run flawlessly on Linux .

To install Google Picasa type the following command in the terminal window : -

¨wget http://dl.google.com/linux/deb/pool/non-free/p/picasa/picasa_2.2.2820-5_i386.deb ¨

and

¨sudo dpkg -i picasa_2.2.2820-5_i386.deb ¨

After installation is over you can launch Picasa from (Applications -> Graphics -> Picasa )

Google Picasa Running on Linux Desktop

9. Installing Real Player and Adobe Reader

Real player is one of the most popular media player on Windows Platform, now Real Player for Linux is not as feature rich as one on Windows platform but still it plays real media files and some other formats quite well . It´s interface is clean and usable.

To Install Real Player type the following command in the terminal window : -

¨ wget http://software-dl.real.com/13de9d2a0b9178683716/unix/RealPlayer10GOLD.bin ¨

After installation is over type

¨chmod +x RealPlayer10GOLD.bin¨

and

¨sudo ./RealPlayer10GOLD.bin¨

for installation to begin . Follow the instructions as presented to complete installation .

After installation is over you can launch Real Player from (Application -> Sound & Video -> Real Player 10 ).

Real Player for Linux

Installing Adobe Reader : -
On Ubuntu/Linux a number of good pdf reader exist that are quite functional and less resource hungry as compared to Adobe Reader , However if you still want to install Adobe Reader 7.0 you can either download package from adobe website or type the following command in the terminal window .

However note ,
the following command would only work if Medibuntu repositories are configured properly so be sure you have installed it correctly as described in the beginning of article .

¨sudo aptitude install acroread ¨


10 . Installing Downloading & P2P tools - amule , Downloader for X ,azureus

Downloader for X is a nice download manager that allows downloading files from Internet , pausing them and downloading them later . It also supports splitting file into number of segments so that files could be downloaded quickly . However one thing that i didnt like about is its interface is somewhat difficult as compared to some of the download manager available on Windows.

Anyways to install " Downloader for X " type the following command in the terminal window.

¨sudo aptitude install d4x "

After installation is over launch ¨Downloader for X¨ by typing ¨d4x¨ in the terminal window , or by going to (Applications-> Internet -> Downloader for X )

This is how Downloader for X looks


Installing azureus : - Azureus is one of the more popular bittorrent client available on both Windows and Linux , based on java it is one of the most powerful bittorrent client.

To install azureus type the following command in the terminal window : -

¨sudo aptitude install azureus ¨

This is how azureus looks


Installing amule : -amule is a clone of popular p2p application Emule available on Windows platform. To install amule type the following command in the terminal window : -

¨sudo aptitude install amule ¨


11. Installing Skype

Skype is a popular VOIP application , allowing one to make voice calls over the internet .
To install Skype type the following command in the Terminal Window (Application->Accessories -> Terminal ),keep in mind that Skype is downloaded from Medibuntu repositories and not Ubuntu hence be sure you have activated the repositories correctly as described in first step of this article.

¨sudo aptitude install skype ¨

12. Installing Microsoft True Type Fonts

To install Microsoft True Type fonts on Ubuntu type the following command in the terminal window .

¨sudo aptitude install msttcorefonts ¨

Now Fonts would automatically be downloaded from the internet and installed .

13. Installing Miscellaneous Other Applications : -

Here is how you can install some other useful applications on Ubuntu Desktop .


Opera : -

Opera is very fine browser is quite popular too , it features a integrated bittorrent client , has a strong download manager and offers tab browsing . It is third most popular browser after IE and Mozilla Firefox


Type the following command in terminal window : -

¨wget http://opera.eurenet.net/linux/920/final/en/i386/shared/opera_9.20-20070409.6-shared-qt_en_i386.deb¨

¨sudo aptitude install libqt3-mt¨

and

¨sudo dpkg -i Available link for download