Monkey Studio IDE The way IDEs should be

LinuxPackages

If you need others architectures/distributions, please request it using the Contact form.

Ubuntu (also Kubuntu, Xubuntu and derivated)

MkS is included in Ubuntu since the Karmic Koala (9.10) release. You can get it with a simple apt-get install monkeystudio.

However, the packages in the official Ubuntu archive may be outdated (Karmic only has MkS 1.8.3.3, Lucid 1.8.4.0 Beta2). If you want the latest release or still use Jaunty, you can use the official PPA. To do so, you just have to add a new apt repository to your sources.lst and execute:

sudo apt-get update
sudo apt-get install monkeystudio

Apt will probably tell you, it cannot identify the repository, so you'll have to add the GPG Key for the PPA as described in the "How do I use software from a PPA?" HowTo.

Ubuntu 9.04 Jaunty Jackalope (also Kubuntu, Xubuntu and derivated)

deb http://ppa.launchpad.net/sargentd/monkeystudio/ubuntu jaunty main

Ubuntu 9.10 Karmic Koala (also Kubuntu, Xubuntu and derivated)

deb http://ppa.launchpad.net/sargentd/monkeystudio/ubuntu karmic main

Ubuntu 10.04 Lucid Lynx (also Kubuntu, Xubuntu and derivated)

deb http://ppa.launchpad.net/sargentd/monkeystudio/ubuntu lucid main

Debian Unstable (Sid) and Testing (Squeeze)

You can install MkS for a lot number of architectures directly from the Debian repositories!
More informations about packages here.

Use these commands to install the package:

apt-get update
apt-get install monkeystudio

Fedora

monkeystudio is now available in Fedora repositories. To install it, just type in a console, as root :

yum install monkeystudio

Alt Linux

You can install Mks for i586 and x86_64 directly from the official repository as monkeystudio package.

You can download manually the packages from this page :

http://sisyphus.ru/srpm/Sisyphus/monkeystudio/get

ARCH Linux

You can install Mks for AUR as monkeystudio2 package using this repository :

[phils-archrepo]
http://iskrembilen.com/amnon/arch-packages-32bit/

More informations about the AUR ARCH Linux packages here : http://monkeystudio.org/node/59

Gentoo

You can install MkS on Gentoo using the overlay qting-edge :

layman -a qting-edge

Because the ebuild is currently hardmasked, you will have to add the following line in both /etc/portage/package.mask and /etc/portage/package.keyword :

=dev-util/monkeystudio

Please note that you can install beta version using the suffix '-1.8.4.0_beta1' (=dev-util/monkeystudio-1.8.4.0_beta1)