Skip to main content

Posts

Showing posts with the label java

Oracle JDK Installation

JDK Installation Installation of the Java Platform, Standard Edition Development Kit (JDK), allows you to run Java programs on your PC and as you browse in the Internet. To install Oracle JDK with web browser Java support, follow the steps below. Open the terminal windows. Add the software repository by entering the command below, press Enter to confirm.   sudo add-apt-repository ppa:webupd8team/java   Download and update the package information from the software repositories. sudo apt-get update   Install Oracle JDK by entering the command below.   sudo apt-get install oracle-java8-installer   Configure the java command by entering the following command and enter the number representing the choice of Oracle JDK 8. If you only have one version of Java on your machine, you can skip this step.  sudo update-alternatives --config java  Configure the javac command by entering the following command and enter the number repr...

Linux tips and commands

How to install a program on Ubuntu? For example: master pdf editor or any other program =>open terminal type the following command wget http://get.code-industry.net/public/master-pdf-editor-4.0.10_i386.deb Then use dpkg tool to install it. sudo dpkg -i master-pdf-editor-*.deb sudo dpkg -i master-pdf-editor-*.deb If there’s any dependency error, then simply run the command below to fix it. sudo apt -f install How to un-install a program on Ubuntu? For example: master pdf editor 4 or any other program you wish to un-install => open terminal type the following command sudo apt-get remove master-pdf-editor   [enter] it will ask for password: [enter password] Un-install starts ---------------------------------------------- OR---------------------------- =>open terminal type the following command sudo apt-get purge master-pdf-editor   [enter] it will ask for password: [enter password] Un-install starts =======...

Science News

Enter your email address:

PhD Vacancy Bioinformatics

PhD Vacancy Chemoinformatics