<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Greetings to all!<br><br>I hope someone could give me a hand, I've been trying to follow the install_grass.sh script to install the last version of GRASS in Ubuntu Jaunty (amd64) - GNOME.<br><br>I'm not familiar with this kind of sintaxis but I think I got everything right, except for this last part of the script:<br><br><div style="margin-left: 40px;">if [ `grep -c 'GRASS_PAGER=' "$USER_HOME/.bashrc"` -eq 0 ] ; then<br>   cat &lt;&lt; EOF &gt;&gt; "$USER_HOME/.bashrc"<br><br>GRASS_PAGER=more<br>GRASS_ADDON_PATH=~/grassdata/addons<br>export GRASS_PAGER GRASS_ADDON_PATH<br><br>EOF<br>fi<br></div><br>How can I add manually the changes required into my .bashrc file, and what does the <br>grasspager=more do?<br><br><br><br>PD: about the install_qgis.sh script<br><br>QGIS worked great in the virtual machine, so I followed that script too to install QGIS into my main
 system. <br>Ultimately, I could do it, but I got problems with the libqt4-sql-psql package. It depends on libqtcore4 version 4.5.0 and I had installed the 4.5.1 , so I had to uninstall every other program that was depending on the new version in order to downgrade it, and one of them was precisely VirtualBox.<br></td></tr></table><br>