![]() |
![]() |
![]() |
Cutter Reference Manual | ![]() |
---|
We can use aptitude because Cutter provides Debian packages.
There are packages for Debian GNU/Linux squeeze/wheezy/sid i386/amd64. If you need a package for another environment, you can request on mailing list .
Here are apt lines for for squeeze. We put them into /etc/apt/sources.list.d/cutter.list.
/etc/apt/sources.list.d/cutter.list:
deb http://downloads.sourceforge.net/project/cutter/debian/ squeeze main deb-src http://downloads.sourceforge.net/project/cutter/debian/ squeeze main
Here are apt lines for for wheezy. We put them into /etc/apt/sources.list.d/cutter.list.
/etc/apt/sources.list.d/cutter.list:
deb http://downloads.sourceforge.net/project/cutter/debian/ wheezy main deb-src http://downloads.sourceforge.net/project/cutter/debian/ wheezy main
Here are apt lines for for sid. We put them into /etc/apt/sources.list.d/cutter.list.
/etc/apt/sources.list.d/cutter.list:
deb http://downloads.sourceforge.net/project/cutter/debian/ unstable main deb-src http://downloads.sourceforge.net/project/cutter/debian/ unstable main
Cutter packages are signed by key of cutter-keyring. Register the key by installing cutter-keyring package.
% sudo apt-get update % sudo apt-get -y --allow-unauthenticated install cutter-keyring
If you install the keyring package, you can install Cutter by aptitude:
% sudo apt-get update % sudo apt-get -y install cutter-testing-framework