[GRASS-user] 6.4 installation on ubuntu

Hi,
today I succesfully compiled GRASS 6.4 with PostgreSQL support. After
that I created a deb-file using checkinstall.
Now, after installing the deb file I cannot run grass anymore. This is
the message I receive:

The program 'grass' is currently not installed. You can install it by
typing:
sudo apt-get install grass
bash: grass: command not found

but apt tells me that I have the current version of grass installed...
Maybe I should just try make install? But I would like to be able to
uninstall 6.4 via apt...

On Tue, Feb 3, 2009 at 11:38 AM, Georg Kaspar <georg@geofs.de> wrote:

Hi,
today I succesfully compiled GRASS 6.4 with PostgreSQL support. After
that I created a deb-file using checkinstall.
Now, after installing the deb file I cannot run grass anymore. This is
the message I receive:

The program 'grass' is currently not installed. You can install it by
typing:
sudo apt-get install grass
bash: grass: command not found

I guess it is called
grass64

Does this help?
Markus

On Tue, 03 Feb 2009 12:21:49 +0100 Markus Neteler wrote:

I guess it is called
grass64

Does this help?
Markus

yes, helps :slight_smile:
I also had to change permissions to 755 and now it's working!
thanks!

On Tue, Feb 3, 2009 at 12:30 PM, Georg Kaspar <georg@geofs.de> wrote:

On Tue, 03 Feb 2009 12:21:49 +0100 Markus Neteler wrote:

I guess it is called
grass64

Does this help?
Markus

yes, helps :slight_smile:

Perfect!

I also had to change permissions to 755 and now it's working!

That's no good - it should be done during installation. Apparently
there is something missing in the Debian control file.

Markus