Should I use apt-get remove or apt-get purge apt-get remove : remove is identical to install except that packages
Continue readingCategory: linux
How to delete a non-empty directory in Terminal?
rm -rf myfolder It deletes all files and folders contained in the myfolder directory. Add sudo at the beginning of
Continue readingHow to Install Java In Ubuntu
Installing default JRE/JDK Step 1: sudo apt-get update Step 2: sudo apt-get install default-jre Step 3: sudo apt-get install default-jdk
Continue readingLinux Tutorial for Beginners
Importance command for Java developer How to Empty a file Basic commands How to create file. How to create folder.
Continue reading