![]() |
![]() |
![]() |
![]() |
CutterのDebianパッケージが提供されているので、aptitudeでインス トールできます。
現在は、Debian GNU/Linux wheezy/jessie/sid i386/amd64用のパッ ケージを提供しています。他のバージョンが必要な場合は メーリ ングリスト でリクエストしてください。
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
jessieの場合は以下のapt lineを書いた /etc/apt/sources.list.d/cutter.listを作成してください。
/etc/apt/sources.list.d/cutter.list:
deb http://downloads.sourceforge.net/project/cutter/debian/ jessie main deb-src http://downloads.sourceforge.net/project/cutter/debian/ jessie 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