![]() |
![]() |
![]() |
Cutterリファレンスマニュアル | ![]() |
---|
CutterのDebianパッケージが提供されているので、aptitudeでインストールできます。
現在は、Debian GNU/Linux squeeze/wheezy/sid i386/amd64用のパッケージを提供しています。他のバージョンが必要な場合は メーリングリスト でリクエストしてください。
squeezeの場合は以下のapt lineを書いた/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
wheezyの場合は以下のapt lineを書いた/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
sidの場合は以下のapt lineを書いた/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パッケージはcutter-keyringが提供している鍵で署名されています。cutter-keyringパッケージをインストールして鍵を登録してください。
% sudo apt-get update % sudo apt-get -y --allow-unauthenticated install cutter-keyring
cutter-keyringパッケージをインストール後はaptitudeでインストールできます。
% sudo apt-get update % sudo apt-get -y install cutter-testing-framework