Skip to content
wade.one

wade.one

wade womersley – york based software engineer

  • Home
  • 2012
  • May
  • 22
  • PHP5.4.3 Available on Dotdeb.org (Installs fine on Ubuntu)

PHP5.4.3 Available on Dotdeb.org (Installs fine on Ubuntu)

Posted on May 22, 2012May 22, 2012 By Wade 3 Comments on PHP5.4.3 Available on Dotdeb.org (Installs fine on Ubuntu)
Programming, Software

Dotdeb.org have the PHP 5.4 series available for installation on Debian based OS’s, you can either do it manually or use my installation script I wrote to make the process easier. All you need to do is run:

curl https://wade.one/blog/wp-content/uploads/php54.sh | sudo bash

And it’ll do the rest for you! Feel free to just download the .sh file if you like to see it’s not malicious. Contents are below too:

#! /bin/bash
echo "Adding dotdeb apt repositories"
echo "deb http://packages.dotdeb.org stable all" > /etc/apt/sources.list.d/dotdeb.list
echo "deb-src http://packages.dotdeb.org stable all" >> /etc/apt/sources.list.d/dotdeb.list
echo "deb http://packages.dotdeb.org squeeze-php54 all" >> /etc/apt/sources.list.d/dotdeb.list
echo "deb-src http://packages.dotdeb.org squeeze-php54 all" >> /etc/apt/sources.list.d/dotdeb.list
curl -s http://www.dotdeb.org/dotdeb.gpg | apt-key add -
echo "Updating apt"
apt-get -y update
echo "Installing PHP"
apt-get -y install php5 php5-cli

Share:

  • Click to share on Facebook (Opens in new window) Facebook
  • Click to share on X (Opens in new window) X
  • Click to share on Tumblr (Opens in new window) Tumblr
  • Click to share on Pinterest (Opens in new window) Pinterest
  • Click to share on LinkedIn (Opens in new window) LinkedIn
  • Click to share on Reddit (Opens in new window) Reddit

Related

Comments

comments

Post navigation

❮ Previous Post: PHP 5.4 Unofficial Ubuntu apt-get available
Next Post: Using Amazon EC2 with C# .net ❯

You may also like

Programming
MySQL and Binary(16) – The Reasons/Benefits/Drawbacks (#mysql)
January 31, 2010
Programming
Another day, another group of PHP “funness”
September 2, 2009
PHP
PHP 8.2 vs 7.4
March 26, 2023
Programming
#PHPUK2010 Part 2 (MySQL stuff)
February 26, 2010

3 thoughts on “PHP5.4.3 Available on Dotdeb.org (Installs fine on Ubuntu)”

  1. Luke says:
    January 6, 2013 at 13:33

    You should not leave posts up like this. Its out of date and no longer works on Ubuntu 12.10

    Log in to Reply
    1. Wade says:
      June 24, 2013 at 18:16

      Fair point, but it is a blog – so a post has a date and is relevant at that point in time 🙂

      Log in to Reply
  2. Merry says:
    September 25, 2014 at 16:35

    This design is wicked! You definitely know how to keep a reader entertained.
    Between your wit and your videos, I was almost moved to start my own blog
    (well, almost…HaHa!) Great job. I really enjoyed what you had to say, and more than that,
    how you presented it. Too cool!

    Log in to Reply

Leave a Reply Cancel reply

You must be logged in to post a comment.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

  • AI
  • artificial intelligence
  • Ego-centric
  • Events
  • Films
  • Food
  • Gaming
  • Gym
  • Hardware
  • Holidays
  • News
  • PHP
  • Programming
  • Random Stuff
  • Reviews
  • Science
  • SEO
  • Software
  • Software Engineer
  • Support
  • Uncategorized
  • Work

Copyright © 2025 wade.one.

Theme: Oceanly News Dark by ScriptsTown