Nikos,<br><br>I did as you suggested.  Uninstalled, added the ppa and reinstalled but unfortunately I am receiving the same error--<br><br> /usr/lib/grass70/etc/Init.sh: No such file or directory<br><br>It seems as though I am missing some sort of shell script, the Init.sh??  I can see the directory.<br>
<br>Very frustrating.<br><br><br><br><div class="gmail_quote">On Tue, Feb 26, 2013 at 8:29 PM, Nikos Alexandris <span dir="ltr"><<a href="mailto:nik@nikosalexandris.net" target="_blank">nik@nikosalexandris.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>Chad Ferguson wrote:<br>
<br>
> I am trying to run GRASS 7 on Ubuntu 12.04.  I am new to both GRASS and<br>
> Ubuntu.  I believe I have it installed, but can't get version 7 to run.<br>
<br>
</div>Hi Chad!<br>
<br>
How did you proceed in getting the software installed?<br>
<br>
If I am not wrong, the current version in the official Ubuntu repositories<br>
should (still) be 6.4.2-2build1 -- this is what you should normally see in<br>
Ubuntu's Software Center.<br>
<br>
If you see 6.4.3 and version 7 as well, does this mean that you added the some<br>
Ubuntu-GIS repository?<br>
<br>
Following links are recommended:<br>
* <<a href="https://wiki.ubuntu.com/UbuntuGIS" target="_blank">https://wiki.ubuntu.com/UbuntuGIS</a>><br>
* <<a href="https://launchpad.net/~ubuntugis/+archive/ppa/" target="_blank">https://launchpad.net/~ubuntugis/+archive/ppa/</a>><br>
<div><br>
> When I search my Ubuntu Software Center it shows grass70 as installed.<br>
<br>
</div>O-kay.<br>
<div><br>
> In a terminal when I type 'grass' I am prompted to run v. 6.4.3.  When I<br>
> type grass70 I receive the following message.<br>
><br>
> /usr/bin/grass70: 25: exec: /usr/lib/grass70/etc/Init.sh: not found<br>
<br>
</div>Confused... :-/<br>
<div><br>
> I need to run GRASS 7 as I am trying to investigate the functionality of an<br>
> add-on that is specific to this version.<br>
<br>
> Certainly I have missed something along the way.  Can anyone help get me on<br>
> track?<br>
<br>
</div>Try this from the scratch (if you want):<br>
<br>
1. remove any installed grass package, e.g. by executing in a terminal<br>
<br>
sudo dpkg -r grass<br>
<br>
OR, simply search & remove it within from the Software Center!<br>
<br>
<br>
2. Add the "ubuntugis-testing" repository available in Launchpad:<br>
<<a href="https://launchpad.net/~ubuntugis/+archive/ubuntugis-testing" target="_blank">https://launchpad.net/~ubuntugis/+archive/ubuntugis-testing</a>>.  The easiest<br>
way is to launch a Terminal, and execute the following:<br>
<br>
sudo add-apt-repository ppa:ubuntugis/ubuntugis-testing && sudo apt-get update<br>
<br>
<br>
3. Install grass7 from either the Terminal by instructing;<br>
<br>
sudo apt-get install grass70<br>
<br>
OR via the Software Center (it should appear!)<br>
<br>
<br>
4. Launch grass70 via the terminal OR via Ubuntu's menu (should be also easy<br>
to trace once installed!)<br>
<br>
Gd Luck, Nikos</blockquote></div><br>