Its so easy to install rpm in Linux system .
There is differences between windows application and Linux application installation.
- In windows we are installing the exe file that's Stand form execution
- In Linux we are installing rpm(Red-hat Package Manager (RPM)
- First of first we require download the software file for the execution
- Then we require to double click for windows application
But
- first of first download rpm file
- for example : https://www.apachefriends.org/xampp-files/7.1.31/xampp-linux-x64-7.1.31-2-installer.run
- by default this is available in Download folder
- Open terminal
- type su root
- enter password
- Type command for login as root user : su root
- then enter the root password
- cd Downloads
- Note: Linux command is case sensitive please use carefully
- then follow commond
- [chandra@chandra Downloads]$ chmod +x xampp-linux-x64-7.1.31-2-installer.run
- [chandra@chandra Downloads]$ ./xampp-linux-x64-7.1.31-2-installer.run
- there will be display a image of bitnami in graphic mode
- click next
- this is the process for more information , please mail us perfectstudentcorner@gmail.com