|
From: HAYASHI K. <nul...@cl...> - 2014-02-07 03:41:53
|
HAYASHI Kentaro 2014-02-07 12:40:44 +0900 (Fri, 07 Feb 2014) New Revision: 63166e39730339ea04420d231f3b52b20d716336 https://github.com/clear-code/cutter/commit/63166e39730339ea04420d231f3b52b20d716336 Message: doc: update install documentation for ubuntu Modified files: doc/install-to-ubuntu.rd Modified: doc/install-to-ubuntu.rd (+8 -23) =================================================================== --- doc/install-to-ubuntu.rd 2014-02-05 12:29:27 +0900 (b2f2207) +++ doc/install-to-ubuntu.rd 2014-02-07 12:40:44 +0900 (083ba54) @@ -11,33 +11,11 @@ Linux. We can use aptitude because Cutter provides Debian packages. -There are packages for Ubuntu Lucid Lynx/Natty Narwhal/Oneiric Ocelot/ -Precise Pangloin i386/amd64. +There are packages for Ubuntu Precise Pangolin/Quantal Quetzal/Saucy Salamander i386/amd64. If you need a package for another environment, you can request on ((<mailing list|URL:https://lists.sourceforge.net/lists/listinfo/cutter-users-en>)). -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://downloads.sourceforge.net/project/cutter/ubuntu/ lucid main - deb-src http://downloads.sourceforge.net/project/cutter/ubuntu/ lucid main - -Here are apt lines for for Natty. 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/ubuntu/ natty main - deb-src http://downloads.sourceforge.net/project/cutter/ubuntu/ natty main - -Here are apt lines for for Oneiric. 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/ubuntu/ oneiric main - deb-src http://downloads.sourceforge.net/project/cutter/ubuntu/ oneiric main - Here are apt lines for for Precise. We put them into /etc/apt/sources.list.d/cutter.list. @@ -52,6 +30,13 @@ Here are apt lines for for Quantal. We put them into deb http://downloads.sourceforge.net/project/cutter/ubuntu/ quantal main deb-src http://downloads.sourceforge.net/project/cutter/ubuntu/ quantal main +Here are apt lines for for Saucy. 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/ubuntu/ saucy main + deb-src http://downloads.sourceforge.net/project/cutter/ubuntu/ saucy main + Cutter packages are signed by key of cutter-keyring. Register the key by installing cutter-keyring package. |