2008/1/9, Joseph Haig <[EMAIL PROTECTED]>: > I use Lilypond on Ubuntu and I just user the installer from > lilypond.org. Get the latest from here: > > <http://lilypond.org/web/install/> > > and then in a console, > > $ chmod +x lilypond-2.10.33-1.linux-x86.sh > $ sudo ./lilypond-2.10.33-1.linux-x86.sh
This is correct but there is no need to make the script executable if you launch it as an argument of the sh command, this way: sudo sh lilypond-2.10.33-1.linux-x86.sh As you are on the same directory the script is, and it is a regular filename used as argument, also there is no need of the ./ part. To uninstall, simply write "sudo unin" and press TAB, it will autoexpand to uninstall-lilypond (unless you have more unin* executables in your path) -- Francisco Vila. Badajoz (Spain) http://www.paconet.org _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
