twitter
    Find out what I'm doing, Follow Me :)
Showing posts with label install. Show all posts
Showing posts with label install. Show all posts

How to download and install prebuilt OpenJDK packages by apt-get

Ubuntu logo

On Ubuntu 10.04, do one of the following:
  • On the Gnome desktop (Ubuntu):
    • In the main desktop menu, choose "Add/Remove ..."
    • In the "Show" toggle box, select "All Open Source Applications"
    • Search for "OpenJDK"
    • Select the "OpenJDK Java Runtime" (openjdk-6-jre)
    • Confirm the installation of community maintained software
    • Press the "Apply Changes" button
  • On the KDE desktop (Kubuntu):
    • In the main desktop menu, choose "Add/Remove Programs"
    • In the "Adept Installer" search for "OpenJDK"
    • Select the "OpenJDK Java Runtime" (openjdk-6-jre)
    • Press the "Apply Changes" button
  • On the command line, type:
    $ sudo apt-get install openjdk-6-jre
The openjdk-6-jre package contains just the Java Runtime Environment. If you want to develop Java programs then install the openjdk-6-jdk package.
For more information on how to install Java on Ubuntu, including on versions prior to 8.04, please see the Ubuntu Java Community page.

Fedora logo

On Fedora 9 the OpenJDK 6 runtime and development packages are installed by default during any large-media install, such as from the Fedora 9 DVD.
If installing from a live image, such as a live CD or USB flash drive, add the OpenJDK 6 runtime after the install:
  • To install with the graphical package manager, follow Applications > Add/Remove Software and use search to find the package(s) to install.
  • To install from the command line:
    $ su -c "yum install java-1.6.0-openjdk"
    This package contains just the Java Runtime Environment. If you want to develop Java programs then install the java-1.6.0-openjdk-devel package. You can also install all the OpenJDK 6 packages, including the API documentation, by using the wildcard java-1.6.0-openjdk*.
On Fedora 8 the OpenJDK 7 runtime and development packages are installed by default during any large-media install, such as from the Fedora 8 DVD, under the name IcedTea. If installing from a live image then follow the above instructions but replace 1.6.0-openjdk with 1.7.0-icedtea.

Red Hat Enterprise Linux, CentOS, etc.

The OpenJDK 6 packages are also available in EPEL, a community-run project which makes Fedora packages available to users of Red Hat Enterprise Linux 5, CentOS 5, and other RHEL 5 derivatives.
First install the package that enables the EPEL repository:
$ su -c "rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-2.noarch.rpm"
Then add the OpenJDK 6 runtime, or the development package and related packages if so desired, by following the instructions above for Fedora.

openSUSE logo

On openSUSE 11.1, do one of the following:
  • On the Gnome desktop:
    • In the "Computer" desktop menu, choose "Install Software"
    • Search for "OpenJDK" in the software installer application
    • Select the java-1.6.0-openjdk package
    • Press the "Apply" button
  • On the command line, type:
    $ sudo zypper install java-1.6.0-openjdk
The java-1.6.0-openjdk package contains just the Java Runtime Environment. If you want to develop Java programs then install the java-1.6.0-openjdk-devel package.

Debian logo

On Debian GNU/Linux 5.0 (lenny) , do one of the following:
  • On the Gnome desktop (Debian):
    • In the "System" desktop menu, choose submenu "Administration"
    • In the submenu, choose "Add/Remove Applications"
    • In the "Show" toggle box, select "All Open Source Applications"
    • Search for "OpenJDK"
    • Select the "OpenJDK Java Runtime" (openjdk-6-jre)
    • Confirm the installation of community maintained software
    • Press the "Apply Changes" button
  • On the command line, type:
    $ sudo apt-get install openjdk-6-jre
The openjdk-6-jre package contains just the Java Runtime Environment. If you want to develop Java programs then install the openjdk-6-jdk package.

Innovate on OpenSolaris

We are working on putting everything in place to start providing OpenJDK 7 builds in OpenSolaris package repositories beginning in July 2009.
If you want to have a head start, you can build OpenJDK 7 on OpenSolaris yourself now by following the instructions. In brief:
  • On the command line, type:
    $ pfexec pkg install SUNWgmake SUNWj6dev SUNWant sunstudioexpress SUNWcups SUNWzip SUNWunzip SUNWxwhl SUNWxorg-headers SUNWaudh SUNWfreetype2
    to install the build dependencies.
  • Set a handful of environment variables:
    $ export LANG=C PATH="/opt/SunStudioExpress/bin:${PATH}" ALT_COMPILER_PATH=/opt/SunStudioExpress/bin/ ALT_DEVTOOLS_PATH=/usr/bin ALT_CUPS_HEADERS_PATH=/usr/include/
  • Kick off the build:
    $ gmake
  • When the build finishes, the binaries will be in the
    build/solaris-i586/j2sdk-image
    subdirectory.

10 Applications You Must Install On Ubuntu 10.10




Whether you have already installed Ubuntu 10.10 , or you are going to, this article will inform you nonetheless about the 10 best applications for the newbie Ubuntu 10.10. From enhancing looks to utilities this article best describes the ten applications that you must install on Ubuntu 10.10 and whats more? You can also follow the simple download and installation instructions and get these 10 best applications on your Ubuntu 10.10  working easily.

The open source Ubuntu community is working hard to make sure that Ubuntu is no longer meant just for geeks to use.  Enhancing the looks of your out of the box Ubuntu system to make it pleasing to the eye, more comfortable to work on, and adding its powers are the priorities. So lets try and make Ubuntu 10.10 a beautiful monster!  by downloading and installing these 10 best applications for Ubuntu 10.10 -

Bisigi Themes 

 This is the collection of most amazing gnome themes available for Ubuntu , makes Ubuntu look more attractive. Once installed, you do not need anything else to make your Ubuntu 10.10 system look more attractive than it ever was.

So what are you waiting for?
Open your Ubuntu 10.10 terminal and copy the following commands,

sudo add-apt-repository ppa:bisigi/ppa
After this,
sudo apt-get update
and now install the collection using,
sudo apt-get install bisigi-themes

 After installation completes, go to System -> Preferences -> Appearance and the first look of it makes you amazed. More then a dozen of some beautiful themes that are eagerly waiting to get applied on your desktop!

bisigi-themes
 Select theme of your choice and enjoy .
Screenshots of some of my favourite themes -
 ellanabalanzan
bamboo-zenexotic


After enhancing the looks, what about enhancing  your workstation by installing a really cool launch bar? So here is one of the best launch bar available for your Ubuntu system.

Cairo-dock

If you want to make your launch bar of your Ubuntu system look alluring  then, cairo-dock is undoubtedly the best option. It includes multi-docks, launchers and a lot of useful applets. Infact the most adorable feature is that applets can be detached from the dock to act as desktop widgets.
Now lets install it -
Copy the following commands -
sudo -v
echo "deb http://ppa.launchpad.net/cairo-dock-team/ppa/ubuntu $(lsb_release -sc) main ## Cairo-Dock-PPA-Stable" | sudo tee -a /etc/apt/sources.list
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E80D6BF5
cairo-dock
Now, update the repository,
sudo apt-get update
And finally install cairo-dock,
sudo apt-get install cairo-dock cairo-dock-plug-ins
After installation, you can launch it from Applications -> System Tools -> Cairo Dock.
Screenshot:
cairo-dock

Screenlets

This is another application to make your desktop adorable and the most powerful desktop you had on your Ubuntu system ever before. Screenlets are small owner-drawn applications that can be described as "the virtual representation of things lying/standing around on your desk". Clock, rulers, calendars, gmail, picframes, weather, feed reader, launcher and much much more. I will get tired in telling you the possibilities but they won't end. So better install it yourself and check it out!!!
Copy the following command in you terminal-
sudo apt-get install screenlets
Then to launch it go to Applications -> Accessories -> Screenlets and this will open Screenlets Manager. You can choose your favourite widgets from here and add them to let your Ubuntu system shout - 'I am the most powerful Ubuntu desktop'.
screenlet-manager

screenlets

Ubuntu Tweak

Ubuntu Tweak is another powerful application that makes it very easy to configure your Ubuntu system. You do not need to know all the geek to configure Ubuntu. This application provides many useful desktop and system options that the default desktop environment does not provide you with. Weather you are a geek or a regular user configuring Ubuntu with Ubuntu Tweak is what you are going to love!
You can download it from here - http://ubuntu-tweak.com/
Or, you can install this application by the following commands -
sudo add-apt-repository ppa:tualatrix/ppa
ubuntu-tweak-repository
Then, run the update command-
sudo apt-get update
Finally, install it using -
sudo apt-get install ubuntu-tweak
ubuntu-tweak-install
After installation, go to Applications -> System Tools -> Ubuntu Tweak and as said you no longer need to be a geek to configure your Ubuntu 10.10 system.
ubuntu-tweak

Some of the features of this application are -
  • Gnome session control

ubuntu-tweak-gnome-settings

  • Window Manager Settings - Felt uncomfortable with window's buttons on left? Then you can change their position with Ubuntu Tweak

ubuntu-tweak-windows.png 
  • Desktop-recovery
ubuntu-tweak-desktop-recovery
Not to forget -
  • Login Settings - You can easily cusomize your login screen.
ubuntu-tweak-login

This is not all, they are many more options available, so just download and keep tweaking with just simple clicks.

 Compiz

Compiz is a compositing manager, which means that this great application for your Ubuntu 10.10 enhances the overall user interaction by adding fancy effects to your windows, from drop shadows to awesome desktop effects. Compiz can substitute for the default Metacity in GNOME. Compiz is one of the first compositing window managers for the X Window System that uses 3D graphics hardware to create fast compositing desktop effects for window management.
We will install compiz with SimpleConfig settings manager. 
Follow these simple steps to install Compiz,
sudo apt-get install simple-ccsm compiz-fusion-plugins-extra compiz-fusion-plugins-main compiz-plugins emerald
 compiz-install 
To launch Simple CompizConfig settings manager, go to System --> Preferences --> SimpleCompizConfig Settings Manager 


compiz-config-manager
You can change animation effects -
compiz-animation

To customize desktop-
compiz-desktop

See the effect of setting appearance to Desktop cube -
compiz-desktop-cube

VLC Media Player 


If you have been using Ubuntu before then you do not need to know more about VLC. This is the best media player for a linux based system as it plays everything and that means just playing everything on your Ubuntu 10.10 system.  It is a powerful media player which supports and plays almost all of the media codecs and video formats. And whats more, want to play damaged media files? then VLC can do it charmingly for you. Missing or broken pieces wont stop in VLC. All the video and audio information that remains can be played through this powerful media player.

Just one step to go and you can play just everyhting .
Copy the following command in your terminal,
sudo apt-get install vlc            

After installation go to Applications --> Sound & Video --> VLC media player.
Screenshots:                                                       
vlc     vlc-screenshot 

PlayOnLinux

Dont like Ubuntu games? Still have more affinity for window's games? Games is the only reason which making you to switch completely from the Windows to Linux? Then here is a must have application for all game freeks. PlayOnLinux is a powerfull piece of sofware which allows you to easily install and use numerous games and applications designed to run just with Windows. So you just need to install this and in a few minutes you will be able to play your favourite Window's games on Ubuntu .
What are you waiting for, open your terminal and copy the following command -
sudo apt-get install playonlinux

After the installation go to Applications --> Games --> PlayOnLinux .
 Accessories-
playonlinux-accessories


 Install games
playonlinux-games
Infact you can install Windows media Player-
playonlinux-multimedia
And you can also install soul of windows, MS office.
playonlinux-office

For further installation instructions or documentation visit http://www.playonlinux.com/en/

XBMC

XBMC is an award-winning free and open source (GPL) software media player and entertainment hub for digital media. It is a popular alternative to Microsoft's Windows Media Center and Apple's Front Row. XBMC features several open APIs to enable third-party developers to create capabilities which extend XBMC with a multitude of addons, such as plugins, scripts, skins/themes, visualizations, screensavers, web scrapers, web interfaces, and more. XBMC developers encourages users to make and submit their own addons to add additional content accessible from within XBMC.

Open your terminal and type the following commands to install -
sudo add-apt-repository ppa:team-xbmc
sudo apt-get update
sudo apt-get install xbmc
Screenshots:    xbmc-screenshot

FILEZILLA

 filezilla FileZilla is free, open source, cross-platform FTP software, consisting of FileZilla Client and FileZilla Server. Filezilla is the best FTP client for Ubuntu just install it and enter some details and there you find yourself transferring files to your remotehost in the best and the mpst powerful way.
You can simply install this application by -
sudo apt-get install filezilla
After installation , you can open it from Applications -->Internet -->FileZilla.
Screenshot:
 filezilla-screenshot

PIDGIN 

logo-pidgin Pidgin is the last application that you need to install on your Ubuntu system. Pidgin is easy to use and free chat client that supports a number of protocols. The innumerable users that it has speaks of its power and usabilty. This amazing application lets you connect to your e-pals on AIM, Googles - Gmail, MSN, Yahoo, and many more chat networks all at once. So just download this application and keep and let talk out your social life with just one application!


 You can either download it from- http://www.pidgin.im/download/
or install it through command terminal -
sudo apt-get install pidgin
After installation you can launch it from Applications -->Internet -->Pidgin Internet Messenger.
Screenshot:
 pidgin-screenshot

Install the new Ubuntu 10.10 Netbook interface 'Unity' [screenshots]





One of the key announcements during Mark’s plenary speech was the immediate availability of "Unity": the new Ubuntu 10.10 Netbook interface.

The interface is in the very early stages of development so do bare that in mind when trying it out but, for those who like to stay on the bleeding edgen here’s how to install it: -
  • sudo add-apt-repository ppa:canonical-dx-team/une
  • sudo apt-get update
  • sudo apt-get install unity
  • Choose the Unity session at GDM login.
The new ‘datetime’ indicator applet

The ‘dock’ is draggable


Sadly the ‘search’ bar doesn’t work for me just yet!


Install eclipse ide on ubuntu 10.10




Eclipse IDE(Integrated Development Environment) is probably the open source and free IDE’s.For Java it’s best.. due to a lot of functionality,good navigation and GUI Design. Eclipse platform is perfectly modular so After installing Eclipse-Platform(developed by IBM) you can install any other components/toolkits to increase it’s functionality .e.g by adding JDT( Java Development Tools) packages  you can enjoy java programming with Eclipse,similarly CDT(C/C++ Development Tools) for C/C++ fun.There are lot of Eclipse versions are available for different programming language e.g for web development(As you see in the above screenshot) java script version of Eclipse is also available, For PHP developers, a dedicated PHP version is available and. ..so on. Some Developers says Eclipse is very complex and not recommended for beginners, sure there is little trade off between the functionality and complexity but overall it’s not so tough and free tutorials/whitepapers are available on internet, to increase the fun of programming in Eclipse.

Eclipse IDE

Installing Eclipse in Ubuntu 10.10 Maverick Meerkat

In Ubuntu 10.10 Maverick Meerkat the Ubuntu Software Center is a good place to install and manage applications without any hassle,specially for beginners who don’t have any previous experience with GNU/Linux based operating system e.g Ubuntu 10.10.On the other hand if you want some more details about the package then Synaptic Package Manager is recommended.
From Ubuntu Software Center(or Synaptic package manager)
Go to Ubuntu Software Center and search for ‘eclipse’ and click on install(see the snapshot) to begin the installation procedure.Wait for the installation to complete and then go to Applications->Programming->Eclipse to load the Eclipse IDE Platform. 

install-eclipse-ubuntu

Alternative Method to install Eclipse on Ubuntu 10.10
Another simple method to install any version of Eclipse IDE is to download the Required packages from the Eclipse’s official website(Link is given below) and extract it to the required directory.

#1. Download the Eclipse IDE
         download eclipse

#2. Extract the archive to any directory.Then create a shortcut on the desktop or in the menu to access it,other ways to open eclipse is “click on the file the you want to open with eclipse and select open with and locate the executable,don’t forget to check the box which says  remember  this application for selected file type”.

Open RAR file on Ubuntu 10.10

installing-rar-ubuntu1010

RAR(Roshal Archive) is an archive file format and supports data compression,file spanning and error recovery.On Ubuntu 10.10 Maverick Meerkat RAR files can be open,unpacked or extracted by many applications e.g rar,7-Zip,PeaZip,unrar,winRAR.

Installing RAR Extractor in Ubuntu 10.10 

Open Ubuntu Software Center and search for ‘rar’.Install RAR compression/uncompression tool but remember it’s a shareware software so you must have to register after ending the trial period of 40 days.To install RAR tool just click on the install button(located in right end) and wait for the installation to complete(you may have to authenticate yourself by entering your ubuntu login password).
That’s All..Now you can select any RAR file and right click,then extract to the desired location.

Enable 3D desktop effects in ubuntu 10.10

3d_desktop_effects_in_ubuntu_10_10



Ubuntu 10.10 Maverick Meerkat or any Linux Based Operating System which uses GNOME or KDE as Desktop can enable funky 3D effects in a couple of clicks.So this post will eventually lead to the explanation of 3D effects on Ubuntu 10.10.To generate some elegant 3D effects ‘Compiz’ is used.Compiz is a compositing manager or in other words compiz enhances the overall user interaction by adding some fancy effects to your windows e.g Desktop Cube or Expo view.The other important point is that this will run with almost any hardware configuration.

On Ubuntu 10.10,compiz is partially installed only few components needed to be installed in order to work everything properly.Compiz Configure Settings Manager(CCSM) is specifically required to configure and manage the 3d effects.You can install it either from Command Line or from Synaptic Package Manager.

From Command Line
Open the terminal and Type the following command in the terminal followed by your ubuntu login password.

sudo apt-get install compiz compizconfig-settings-manager
 
That’s All ..you are done!

From Synaptic Package Manager
Search for ‘ccsm’ or ‘compiz’ in the quick search bar of Synaptic Package Manager.Then Mark the packages you Required and click on ok if it asks for dependencies.Next,click on Apply button to begin the installation procedure….and wait until the installation step is finished.

Configuring Compiz for 3D Effects
After installing compiz and it’s other components like setting manager you need to configure it i.e you have to select which features you want or not if yes then how…..Rest of thing is self explanatory just move to System->Preferences->CompizConfig-Setting-Manager and change the settings as you like ..in a couple of clicks.I think you are enjoying funky 3D effects …still confused ..see here 3D Effects in Ubuntu.

Install Google Chrome on Ubuntu 10.10

google-chrome-ubuntu-1010



Google Chrome is nothing but a modified version of chromium, an open source web browser.So On Ubuntu 10.10 Maverick Meerkat you can also install Google Chromium from Software Center but Google Chrome has few extra features so you may want to try that.O.K,this post will explain you how to install Google chrome in Ubuntu 10.10 although it works for other debian based GNU/Linux system too.Google Chrome is the fastest browser on this planet..so without any delay ..go to the steps and install Chrome.
Although Ubuntu 10.10 comes with Firefox,installed by Default,the most popular open source browser in the world but it’s loosing it’s popularity due to some reasons.So in the upcoming versions of Ubuntu you may see Google Chrome as Default web browser.Number of features and the users share is also increasing rapidly for Google Chrome.Now,a lot of plugins are also available so that you can add some custom functionality to the browser.

google_chrome_for_ubuntu_10-10

step #1 : Get Google Chrome Debian package(*.deb)

Download the Google Chrome from the link given below.
Download Google Chrome 

step #2 :  Install Google Chrome

After downloading the .deb file from the above link,open the .deb package with Ubuntu software center,then click on install button to begin installation procedure.Wait for the installation to complete.

step #3 : Enjoy Google Chrome

That’s All ..you are done..open Applications->Internet->Google Chrome and enjoy fast browsing with Google Chrome.