Thursday 2 July 2009

Ubuntu and a .bundle file

Installing a ubuntu packages is pretty simple:

$ sudo apt-get install .deb

However, if you get a *.bundle then a slightly different process is needed.
Firstly, download the file with the bundle extension.
Next:

$ chmod +x

Now you can simply run it with:

$ ./

Simple when you know how :D

BUT
Even simpler is to run the bundle from a new shell with:
sh
That's all you need.

No comments:

Post a Comment