Install to Ubuntu

Install to Ubuntu — How to install Cutter to Ubuntu

Introduction

This document explains how to install Cutter to Ubuntu Linux.

Install

We can use aptitude because Cutter provides Debian packages.

There are packages for Ubuntu Lucid Lynx/Maverick Meerkat i386/amd64. If you need a package for another environment, you can request on mailing list .

Here are apt lines for for Lucid. We put them into /etc/apt/sources.list.d/cutter.list.

/etc/apt/sources.list.d/cutter.list:

deb http://cutter.sourceforge.net/ubuntu/ lucid main
deb-src http://cutter.sourceforge.net/ubuntu/ lucid main

Here are apt lines for for Maverick. We put them into /etc/apt/sources.list.d/cutter.list.

/etc/apt/sources.list.d/cutter.list:

deb http://cutter.sourceforge.net/ubuntu/ maverick main
deb-src http://cutter.sourceforge.net/ubuntu/ maverick main

Cutter packages are signed by key of kou@cozmixng.org/kou@clear-code.com. If we trust the key, we can register the key:

% gpg --keyserver hkp://subkeys.pgp.net --recv-keys 1C837F31
% gpg --export 1C837F31 | sudo apt-key add -

If we register the key, we can install Cutter by aptitude:

% sudo aptitude update
% sudo aptitude -V -D install cutter-testing-framework

The next step

Installation is completed. We should try tutorial with the installed Cutter.