Running Java programs in Ubuntu Step 1: Install Java compiler The simplest way to install JDK on Ubuntu is to go with the default offering from Ubuntu: sudo apt install default-jdk Once installed, verify that javac is available now. javac --version The Output will come us javac 11.0.11 finally java compiler is successfully installed. Step … Continue reading How to Run Java Programs in Ubuntu
linux
How to run c program in linux terminal
STEP 1 First of all we need to install the build-essential packages. To copy the following commands in linux terminal. sudo apt-get install build-essential STEP 2 Secondly open any text editor type your program code and save it in .c extension. Sample code: #include <stdio.h> int main() { int n, i, flag = 0; printf("Enter … Continue reading How to run c program in linux terminal
How to install woeusb in linux mint
Free and open source essential softwares for linux distros
Are you bored in windows? The best and free alternative for windows is linux. There are large number of linux distros in internet. I’m personally suggest linux mint and zorin os for windows alternative. In this blog I tried to show free and open source linux essential apps. In addition, we’ve categorized the apps as well … Continue reading Free and open source essential softwares for linux distros
How to download and install WoeUSB on Ubuntu/Linux Mint or a Debian Linux distribution
What is WoeUSB? WoeUSB is a utility for Linux that can help you create bootable Windows USB sticks from Windows ISO images or from a CD and DVD containing bootable Windows. The below-given steps to install WoeUSB on Linux will be the same for Ubuntu 20/19.10/19.04/18.10/18.10/17/16, Linux Mint, Debian and other same stream Linux distros. WoeUSB … Continue reading How to download and install WoeUSB on Ubuntu/Linux Mint or a Debian Linux distribution