PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Friday, February 11, 2022

[FIXED] How to install LAMP in linux without 'yum'

 February 11, 2022     lamp, linux, yum     No comments   

Issue

I need to install Pandora FMS monitoring tool, for that I need Apache, MYSQL server and Php alongwith pearl 5.8 support. The problem is that we are not having open net access in our firm so cannot use the 'yum install' command.


Can any1 help how to install all these without taking the use of yum. Thanks in advance.


Solution

You could download the source code and compile it. OR you could download .rpm files which are prebuilt and then transfer them onto machine

Apache

PHP

MySql

Note, you will have to fetch all dependencies and this will suck unless you use YUM.



Answered By - jett
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing