Skip to main content

how-to-install-oracle-java-7-in-Ubuntu ?

how-to-install-oracle-java-7-in-ubuntu ?

java ကို Ubuntu မွာထည့္သြင္းရန္ေအာက္ပါအတိုင္းလုပ္ေဆာင္ပါ-

ေအာက္ပါ command ကို terminal တြင္ ရိုက္ပါ -

sudo apt-get purge openjdk*

java 7 ကို အျခားေသာ PPA မ်ား မွ ထည့္သြင္းခဲ့ လွ်င္ ေအာက္ပါအတိုင္း command ကို terminal တြင္ ရုိက္ပါ

sudo apt-get purge oracle-java7-installer*
sudo rm /etc/apt/sources.list.d/*java*
sudo apt-get update

oracle java 7 ကို Ubuntu 14.04/13.10/13.04/12.10/12.04 တို့တြင္ install ျပဳလုပ္ႏိုင္ရန္ -

ေအာက္ပါ command ကို terminal တြင္ ရိုက္ပါ

sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update

sudo apt-get install oracle-java7-installer

installation ျပဳလုပ္၍ ေအာက္ေဖာ္ျပပါ error code (1) ေတြ့ ၾကဳံပါက

Downloading Oracle Java 7...
–2013-11-10 11:23:01– http://download.oracle.com/otn-pub/java/jdk/7u45-b18/jdk-7u45-linux-x64.tar.gz
Resolving download.oracle.com (download.oracle.com)... failed: Name or service not known.
wget: unable to resolve host address ‘download.oracle.com’
download failed
Oracle JDK 7 is NOT installed.
dpkg: error processing oracle-java7-installer (–configure):
subprocess installed post-installation script returned error exit status 1
Setting up firefox (25.0+build3-0ubuntu0.13.10.1) ...
update-alternatives: error: alternative path /usr/bin/firefox doesn’t exist
dpkg: error processing firefox (–configure):
subprocess installed post-installation script returned error exit status 2
Processing triggers for libc-bin ...
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-3.11.0-13-generic
Processing triggers for ca-certificates ...
Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d....done.
Errors were encountered while processing:
oracle-java7-installer
firefox
E: Sub-process /usr/bin/dpkg returned an error code (1)

ေအာက္ပါ command တို့ျဖင့္ terminal တြင္အဆင့္ဆင့္ လုပ္ေဆာင္ပါ
sudo su
rm /var/lib/dpkg/info/oracle-java7-installer*
apt-get purge oracle-java7-installer*
rm /etc/apt/sources.list.d/*java*
apt-get update; apt-get upgrade 



Comments

Popular posts from this blog

ဘာသာရပ္ဆိုင္ရာ ေလ့လာစရာ websites မ်ား

ဘာသာရပ္ဆိုင္ရာ ေလ့လာစရာ websites မ်ား ကြ်န္ေတာ္တို့သည္ မိမိတို့ ဝါသနာပာရာတို့ကို အခ်ိန္ ႏွင့္ အမွ် ေလ့လာခ်င္ၾကပါသည္ ။ထို့ေျကာင့္ သူငယ္ခ်င္းတစ္ဦး ျဖစ္သူ Victoire Rio  ၏ အကူအညီျဖင့္ သိခဲ့ရ ျပီး ျပန္လည္ေလ့လာနိုင္ေစရန္ ျပန္လည္ စုစည္းေပးလိုက္ရပါသည္ ။ GENERAL ( အေထြေထြ ေလ့လာနိုင္ရန္ ) Coursera : Take courses created by top educational institutions edX:  Take online courses from the world's best universities Udemy : Learn real world skills online MasterClass : Take online classes from the world's best FutureLearn : Enjoy free online courses from top universities Savvy : Get personal lessons over one-on-one video Khan Academy : Learn almost anything Guides : Explore interactive guides Simplilearn : Grow your career with new skills Highbrow : Learn with bite-sized email courses Cudoo  : Take online self-study courses Coursmos : Learn new skills to drive your career TED-Ed : Learn from a library of interactive videos Lynda.c...

Install devstack in Ubuntu 16.04 AWS ver:2

Make Ur PC Faster

ကလိခ်င္လား.......အခ်က္(၁၀)ခ်က္တဲ့...... 1. First, run a scandisk or checkdisk . Let Windows fix any errors.Command windows +r and type chkdsk enter 2. Run a disk cleanup utility ...this will flush your temporary internet folder, trash can, temp system files, etc. 3. Delete any garbage files or data ...if possible, run a Duplicate File Finder program. 4. Run Defrag on all partitions (NOTE: run this after you have deleted all trash and excess files!) 5. Run a registry cleaner utility and delete or get rid of any orphaned entries in that registry. 6. Check your exisiting swap file for it's size and location (*will explain location later in the post). If you have alot of ram (i.e. 1 Gb and over) set this swap file to something small, like 250 Mb. The reason is that this will force Windows to load more into memory, resulting in faster performance (note: some games and applications actually require a certain sized swap file so check your applications performance after mak...