Re: can't update lilypond in debian

2003-08-24 Thread Ferenc Wagner
[EMAIL PROTECTED] writes:

> When I run apt-get install lilypond I receive the message
> that Lilypond is already the newest version, but lilypond
> -v returns 1.4.12.  Can anyone help with this?

Put

deb http://www.lilypond.org/ftp/binaries/debian woody .

in your sources.list and you will get an apt-gettable
LilyPond 1.6 for Debian Woody (ie. stable), or see

http://afavant.elte.hu/~wferi/lilypond

for 1.8 debs (with dependencies).
Feri.


___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Re: can't update lilypond in debian

2003-08-24 Thread David Raleigh Arnold
On Saturday 23 August 2003 01:13 am, Paul Scott wrote:
> [EMAIL PROTECTED] wrote:
> >I just installed Debian on an older box at home and I am having a
> > problem updating Lilypond.  When I run apt-get install lilypond I
> > receive the message that Lilypond is already the newest version,
> > but lilypond -v returns 1.4.12. Can anyone help with this?
>
> apt-get -t unstable install lilypond
>
> otherwise you will getting the version for stable or testing.
>
Another way is to indicate a specific version:
 $ apt-get install lilypond=1.x.x

$ apt-cache showpkg lilypond

will show what's available from debian.  DaveA

-- 
...New occasions teach new duties; Time makes ancient good uncouth;
They must upward still, and onward, who would keep abreast of truth;
Lo, before us gleam her camp-fires! we ourselves must Pilgrims be;
Launch our Mayflower, and steer boldly through the desperate winter sea;
Nor attempt the Future's portal with the Past's blood-rusted key.
  ---James Russell Lowell:  "The Present Crisis" 1844. 
D. Raleigh Arnold dra@ http://www.openguitar.com  [EMAIL PROTECTED]


___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Re: can't update lilypond in debian

2003-08-23 Thread Nicolas Sceaux

Tue, 19 Aug 2003 12:34:39 +, tu as dit : 

 > I just installed Debian on an older box at home and I am having a problem
 > updating Lilypond.  When I run apt-get install lilypond I receive the message
 > that Lilypond is already the newest version, but lilypond -v returns 1.4.12. 
 > Can anyone help with this?

 > Thanks
 > David

In stable and testing Debian, 1.4.12 is the latest LilyPond
version. You may want to install the "unstable" Debian 1.8.0 package:

   apt-get install -t unstable lilypond

You may first have to edit your /etc/apt/sources.list to add the
unstable references:

   deb ftp://xx.ftp.debian.org sid main contrib

Also check that you have an /etc/apt/apt.conf file mentionning your
prefered distrib version, for instance:

   APT::Default-Release "testing";

See:
http://www.debian.org/doc/manuals/apt-howto/ch-apt-get.en.html#s-default-version

But maybe someone has packaged LilyPond 1.8 for stable or testing,
which would save you some "unstable" upgrades.

nicolas




___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Re: can't update lilypond in debian

2003-08-23 Thread Paul Scott
[EMAIL PROTECTED] wrote:

I just installed Debian on an older box at home and I am having a problem
updating Lilypond.  When I run apt-get install lilypond I receive the message
that Lilypond is already the newest version, but lilypond -v returns 1.4.12. 
Can anyone help with this?

 

apt-get -t unstable install lilypond

otherwise you will getting the version for stable or testing.

Paul Scott



___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user