View source for Installation

Jump to: navigation, search

You do not have permission to edit this page, for the following reason:

The action you have requested is limited to users in the group: Users.


You can view and copy the source of this page.

Return to Installation.

This page will give you the detailed install instructions for Möbius. Select the appropriate version of Möbius and your operating system from the table of contents.

Möbius 2.5[edit]

Supported Operating Systems[edit]

Mac OSX 10. 9 Mavericks[edit]

Mac OSX 10.8 Mountain Lion[edit]

Ubuntu 14.04 Trusty Tahr[edit]

32-bit[edit]

64-bit[edit]

Ubuntu 13.10 Saucy Salamander[edit]

32-bit[edit]

64-bit[edit]

Windows 8[edit]

32-bit[edit]

64-bit[edit]

Windows 7[edit]

32-bit[edit]

64-bit[edit]

Unsupported Operating Systems[edit]

Due to limited resources, the Möbius team focuses development efforts on the most recent versions of our three supported platforms (Mac, Ubuntu, Windows). However, Möbius is able to run on most machines with some tweaking here and there. The installation instructions below are community driven and very likely to work. However, the Möbius team cannot guarantee that they work. Try at your own risk and please contribute the installation methods you figure out!


Möbius 2.4[edit]

Supported Operating Systems[edit]

Mac OSX 10.8 Mountain Lion[edit]

Mac OSX 10.7 Lion[edit]

Mac OSX 10.6 Snow Leopard[edit]

32-bit[edit]

64-bit[edit]

Ubuntu 12.10 Quantal Quetzal[edit]

32-bit[edit]

64-bit[edit]

Ubuntu 12.04 Precise Pangolin[edit]

32-bit[edit]

64-bit[edit]

Windows 8[edit]

32-bit[edit]

64-bit[edit]

Windows 7[edit]

32-bit[edit]

64-bit[edit]

Windows Vista[edit]

32-bit[edit]

64-bit[edit]

Windows XP[edit]

32-bit[edit]

64-bit[edit]

Unsupported Operating Systems[edit]

Due to limited resources, the Möbius team focuses development efforts on the most recent versions of our three supported platforms (Mac, Ubuntu, Windows). However, Möbius is able to run on most machines with some tweaking here and there. The installation instructions below are community driven and very likely to work. However, the Möbius team cannot guarantee that they work. Try at your own risk and please contribute the installation methods you figure out!

Ubuntu 13.10[edit]

64-bit[edit]

  1. Download the Mobius DEB file from the Ubuntu 12.10 - 64 bit page at [1]
  2. The Ubuntu software center doesn't like the package, but you can install it at the command line by doing:
    $ sudo dpkg -i mobius_2.4_amd64.deb
    
  3. After installing it like this, apt is going to complain that mobius depends on ia32-libs, but that package has been removed for the 13.10 release. Edit /var/lib/dpkg/status and find the section with information on the mobius package. Remove ", ia32-libs" from the Depends list.
  4. Mobius should now be in your Dash.
Known Issues[edit]

If you notice that the application menus in Mobius don't appear to be working, this is a Unity/Java issue. Here's how you can resolve it:

  1. Close Mobius.
  2. Edit the file /usr/share/applications/mobius.desktop
  3. Find the line that reads Exec=/usr/bin/mobius
  4. Change that line to read Exec=env UBUNTU_MENUPROXY=0 /usr/bin/mobius