Re: Rumor: installing from repository without texlive

2015-12-14 Thread David Kastrup
tapani  writes:

> I'm trying to install Rumor from the Ubuntu (14.10) repository, but it
> includes the following dependencies: tex-common, texinfo and
> texlive-binaries.

Two questions: what are you trying to use it with?

> I prefer to install texlive vanilla from source, but apt-get doesn't
> seem to recognise it in this case (it does in others). Is there a way
> round this, other than compiling rumor from source?

Just install the system texlive if you can spare the space.  That's the
least maintenance-intensive solution.  Then point your PATH variable to
look at your TeXlive binary directory first.

For AUCTeX, I have a command that lets me select between system and
various manually installed TeXlive versions.  If you are using Emacs, I
can post the code to do that here.

-- 
David Kastrup

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Rumor: installing from repository without texlive

2015-12-14 Thread Kevin Barry
There is a command to tell apt that you have manually installed a
particular package. I can't look it up now as I am doing this on my phone,
but maybe someone else here will know it or you can Google it.

Kevin
On 14 Dec 2015 12:37 p.m., "tapani" <simoj...@yahoo.com> wrote:

> I'm trying to install Rumor from the Ubuntu (14.10) repository, but it
> includes the following dependencies: tex-common, texinfo and
> texlive-binaries. I prefer to install texlive vanilla from source, but
> apt-get doesn't seem to recognise it in this case (it does in others). Is
> there a way round this, other than compiling rumor from source?
>
> Many thanks.
>
> Tapani
>
>
>
> --
> View this message in context:
> http://lilypond.1069038.n5.nabble.com/Rumor-installing-from-repository-without-texlive-tp184763.html
> Sent from the User mailing list archive at Nabble.com.
>
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Rumor: installing from repository without texlive

2015-12-14 Thread tapani
Thanks for both answers – I found it. For future reference:

sudo apt-get download rumor
sudo dpkg -i rumor*.deb
sudo apt-get install -f (for missing guile library)

Tapani



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Rumor-installing-from-repository-without-texlive-tp184763p184769.html
Sent from the User mailing list archive at Nabble.com.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user