From: Martin Moeller on
Hi,

Why not compiling it yourself ?
If you're from Germany visit:
http://www.c64-wiki.de/index.php/VICE_kompilieren_f%C3%BCr_Ubuntu

In English:

Steps:
1. Start a command window (shell)

2. Execute "sudo apt-get install build-essential libgettext-ruby-util
libxaw7-dev libgtk2.0-dev libavformat-dev liblame-dev checkinstall" to
get all the required packets.

3. Download Vice source code from http://vice-emu.sourceforge.net

4. Unpack the archive, using tar

5. Change Directory to the vice source directory
6. Type
./configure --enable-gnomeui
make
make install

7. Execute it

x64 - C64 Emulator
x128 - C128 Emulator
xcbm2 - CBM-II Emulator
xpet - PET Emulator
xplus4 - PLUS4 Emulator
xvic - VIC20 Emulator

8. Write back about your success (or not :))