Wednesday, May 5, 2010

Problems when installing JRE in Lucid Linux

With ubuntu 10.04 repo might get not updated.That is the main reason for this issue.

Simply what you have to do is :type these commands in your terminal step by step

1. sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"

2. sudo apt-get update

3. Now install what you want : sudo apt-get install sun-java6-jre or sudo apt-get install sun-java6-jdk

1 comment:

  1. Also if your mobile broadband is not working in lucid linux...
    follow the steps
    1. sudo vi /etc/udev/rules.d/15-huawei-155x.rules
    2.Then add these to the file
    SUBSYSTEM=="usb",
    ATTRS{idProduct}=="1446",
    ATTRS{idVendor}=="12d1",
    RUN+="/lib/udev/modem-modeswitch --vendor 0x$attr{idVendor} --product 0x$attr{idProduct} --type option-zerocd"

    ReplyDelete