InfoHeap
Tech
Navigation
  • Home
  • Tutorials
    • CSS tutorials & examples
    • CSS properties
    • Javascript cookbook
    • Linux/Unix Command Line
    • Mac
    • PHP
      • PHP functions online
      • PHP regex
    • WordPress
  • Online Tools
    • Text utilities
    • Online Lint Tools
search
  • Home
  • > Tutorials
  • > Linux

Install php 7 on Amazon Linux 2

on Jun 2, 2020

Steps to install php 7.3 or higher versions on Amazon Linux 3

  1. Install many remi repos remi-php74, remi-php74, etc. (but keep them disabled)
    sudo yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm
  2. Enable remi-php73 repo
    sudo yum-config-manager –enable remi-php73
  3. sudo yum –disablerepo “*” –enablerepo “remi-php73” install php
    (To avoid packages excluded due to repository priority protections)

Suggested posts:

  1. Mysql 5.7 root password after installation
  2. Top 5 Free Screen Recorder Software For Windows 10
  3. PHP echo – comma (,) vs dot (.) performance benchmarks
  4. Linux yum quick tutorial
  5. WordPress – query to dump all categories
  6. How to migrate your site from one domain to another
  7. Setup xdebug for remote wordpress debugging
  8. How to set up google analytics profiles for domain and sub-domain tracking
Share this article: share on facebook share on linkedin tweet this submit to reddit
Posted in Tutorials | Tagged Amazon Linux 2, Linux
  • Browse content
  • Article Topics
  • Article archives
  • Contact Us
Popular Topics: Android Development | AngularJS | Apache | AWS and EC2 | Bash shell scripting | Chrome developer tools | Company results | CSS | CSS cookbook | CSS properties | CSS Pseudo Classes | CSS selectors | CSS3 | CSS3 flexbox | Devops | Git | HTML | HTML5 | Java | Javascript | Javascript cookbook | Javascript DOM | jQuery | Kubernetes | Linux | Linux/Unix Command Line | Mac | Mac Command Line | Mysql | Networking | Node.js | Online Tools | PHP | PHP cookbook | PHP Regex | Python | Python array | Python cookbook | SEO | Site Performance | SSH | Ubuntu Linux | Web Development | Webmaster | Wordpress | Wordpress customization | Wordpress How To | Wordpress Mysql Queries | InfoHeap Money

Copyright © 2025 InfoHeap.

Powered by WordPress