linux - how to run .run file in fedora through terminal command? -


i new user of fedora linux , trying install xampp server , have .run file have tried alien command unfortunately command not working

step 1: delete .run file, don't need it.

step 2: install apache (the in xampp), mysql (the m in xampp), php (the 1st p in xampp) , perl (the 2nd p in xampp) through package manager. have x (linux <- x).

yum install apache mysql php perl 

Comments

Popular posts from this blog

c++ - Do gcc's __float128 floating point numbers take the current rounding mode into account? -

java - the value of local variable is not used -