Numpty Physics Ubuntu package

August 2, 2008

I’ve made a Ubuntu deb package for the addictive 2D puzzle game Numpty Physics. Numpty Physics is a free and open sourced clone of the popular Windows game Crayon Physics, but allows more diverse painting objects. Here is a screenshot from the title screen:

To install on Ubuntu Hardy, add my PPA (Personal Package Archive) to you software sources list (System->Administration->Software sources)

deb http://ppa.launchpad.net/sonofjon/ubuntu hardy main
deb-src http://ppa.launchpad.net/sonofjon/ubuntu hardy main

and then install the package with the Synaptic package manager or simply by writing in the terminal

sudo apt-get update
sudo apt-get install numptyphysics

A Ubuntu Intrepid version is available through Per Hansen’s PPA:

deb http://ppa.launchpad.net/phobie/ubuntu intrepid main

Alternatively you can simply download the deb located here and install with your preferred method, for example in the terminal do:

sudo dpkg -i numptyphysics_0.2~svn20080701-0ubuntu1_i386.deb

or simply use the package installer (Gdebi).

This is the first program I have ever packaged for Ubuntu. I followed the excellent guide here. Please provide feedback if I got something wrong.

Deb packages for Numpty Physics are also available here, but they appear to be only for hand held devices at the moment.

You can download user submitted levels from here and store in ~/.numptyphysics, or you can draw your own levels with the built in level editor (press E to start it).

Hope you have fun with it!

Tags: , , , ,

13 Responses to “Numpty Physics Ubuntu package”


  1. [...] Jonsson’s numpty physics ubuntu package Finally there is a ubuntu package for numpty physics. Great work [...]

  2. David Fraser Says:

    Great to see this package – do you have the dsc etc source files available – it would be great to get this into a PPA or something so it could be installed from a repository…


  3. I do have the dsc files etc., but I am not familiar with how to set up my own PPA. I have a Launchpad account, and so I guess I am going to have to read up on it. Any pointers are welcome.

  4. David Fraser Says:

    OK cool, if you go to https://help.launchpad.net/Packaging/PPA there’s a good start.
    Basically if you just go to where you built them and instead of saying debuild you say debuild -S -sa then it will build a signed version of the sources (including the original tarball) and then you upload it with dput.
    You have to set up your PPA and a pgp key etc, but that’s a basic overview.
    If you’d like me to put them in my PPA I’d be happy to but obviously it’s easier if you want to do future releases to have your own

  5. David Fraser Says:

    If you’re getting stuck / don’t have time why not just post the dsc and patches?

  6. Andreas Jonsson Says:

    I apologize for the long silence. I am preparing a package for the PPA. Should be uploaded shortly. Stay tuned. Thanks for all suggestions.

  7. Andreas Jonsson Says:

    Post updated to allow for install from PPA repository.

  8. fabrivelas Says:

    You should probably mention that this is for hardy, maybe you could add a link to the intrepid package, too.


  9. Thanks for the feedback. But, it is already mentioned that my package is for hardy and there is also already a link to the Intrepid package :-)


  10. [...] ne peut pas mieux faire, un package a été créé pour Ubuntu. L’installation se fait en un [...]


  11. [...] le mauvais usage peut engendrer des effets néfastes pour votre système. On ne peut pas mieux faire, un package a été créé pour Ubuntu. L’installation se fait en un clic. Tout d’abord, il va falloir rajouter à votre fihier [...]

  12. G Says:

    The packages from SF didn’t work, so you are a life saver… This game is neat.

  13. fabrivelas Says:

    You should mention the new game, similar to or better than numpty physics, that you just found!


Leave a Reply