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
Also if your mobile broadband is not working in lucid linux...
ReplyDeletefollow 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"