0

I am new in Linux. I am using Ubuntu to install Grails. I am following this command --

sudo add-apt-repository ppa:groovy-dev/grails
sudo apt-get update
sudo apt-get install grails-ppa

But When I try to install Grails 2.2.3 it automatically load 2.1.2 version.

sudo apt-get install grails 2.2.3

When I run this command, it install grails 2.1.2 version. I am not getting any idea how to upgrade my grails version to 2.2.3.

I am using java-6-openjdk-amd64 because java-7 is giving H2 db error with grails 2.1.2

Please help...

4

2 に答える 2

3

現在 (2013 年 7 月 19 日) の PPA は 2.2.0 までしか上がらないようです。新しいバージョンが必要な場合は、 apt-get を使用してインストールするのではなく、標準の zip ディストリビューションをダウンロードするか、 GVMなどのツールを使用する必要があります。

于 2013-07-19T10:07:49.233 に答える