Я не эксперт и даже дела не имел с avr32 studio но в ReleaseNotesStudio32.txt есть такой текст
5.3 Installing on Linux
On Linux, the AVR32 Studio IDE is distributed separately from the AVR32 GNU
Toolchain which can be installed as RPM or Debian packages depending on the
distribution. AVR32 Studio is available as a ZIP archive which can be
extracted using the unzip utility.
IMPORTANT! The Java runtime environments shipped with many Linux distributions
are not compatible with AVR32 Studio. A Java Runtime (or JDK) 1.5 or 1.6 is
required. Consult your Linux distribution's documentation for instructions on
installing Sun Java, or download it from Sun's website at
http://java.sun.com/. Specifically, any reference to a Java version 1.7
indicates that an incompatible version is being used.
We recommend installing AVR32 Studio into a directory which is writable for
the user(s). This simplifies the process of adding or updating the product. On
a single-user machine, you can typically extract the AVR32 Studio ZIP file
into your home directory. This creates an avr32studio directory containing the
product files.
To run AVR32 Studio, execute the avr32studio program from the avr32studio
directory. If you experience problems, make sure the correct java is being
used by running java -version which should give output similarly to this:
java version "1.6.0_03"
Java™ SE Runtime Environment (build 1.6.0_03-b05)
Java HotSpot™ Client VM (build 1.6.0_03-b05, mixed mode, sharing)