TeX Live and MacTeX ⇒ Update texlive packages with opensuse ?
-
- Posts: 5
- Joined: Sat Mar 13, 2010 1:34 pm
Update texlive packages with opensuse ?
I've updated the texlive packages to v2009-32.1 but I did not found any program to update the latex packages or install new ones. The tlmgr is not present in OpenSUSE 11.2.
I know how update and install packages in the texlive tree manually. But is there a way to update install packages or install new packages automatically with a kind of "texlive package manager" under OpenSUSE 11.2 ?
Thank you in advance for your advices...
Best regards,
Trucmuche
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Re: Update texlive packages with opensuse ?
Try opening a command line terminal and type in:
sudo tlmgr update --self --all
and see what happens.
-
- Posts: 5
- Joined: Sat Mar 13, 2010 1:34 pm
Update texlive packages with opensuse ?
I'm SURE that I do not have the tlmgr executable... I looked for it with locate and tlmgr in a superuser console gives : "bash: tlmgr: command not found"...
Re: Update texlive packages with opensuse ?
Update texlive packages with opensuse ?
You don't need to install through a DVD. You can use the online download script at TUG. That will give you a version of TL2009 with tlmgr. The tricky thing would be getting YaST to allow you to install other apps that have TeXlive as a dependency if you don't install through there. I can't help you with that, unfortunately.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Update texlive packages with opensuse ?
As a user of openSUSE 11.2 I can confirm that. It would interfere with the RPM package management of this distribution.trucmuche2005 wrote:[...] I've updated the texlive packages to v2009-32.1 but I did not found any program to update the latex packages or install new ones. The tlmgr is not present in OpenSUSE 11.2. [...]
At the time there is no such solution. The packages related to TeX Live get a regular update [1]. But this only seems to affect the packages which include the binaries. The LaTeX packages themselves are not updated according to their versions on CTAN. I already thought about submitting a note to the maintainer of the distribution packages and ask him if it is at least possible to get a monthly update for those RPM packages which contain the architecture independent LaTeX packages.trucmuche2005 wrote:[...] I know how update and install packages in the texlive tree manually. But is there a way to update install packages or install new packages automatically with a kind of "texlive package manager" under OpenSUSE 11.2 ? [...]
At the moment I evade this situation by creating a TDS compliant tree in my home directory where I put additional or updated packages. The compiler is going to search packages first in this location. I did so for example with the biblatex package since it is not part of the TeX Live distribution. A texhash as normal user makes the packages recognizable for the system.
[1] Index of /repositories/Publishing/openSUSE_11.2
Best regards
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Update texlive packages with opensuse ?
Using a local TDS is fine and of course works nicely for me. Being able to use tlmgr would be even more nice, though.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Update texlive packages with opensuse ?
[1] TeXLive2009 unter openSUSE 11.2 direkt installieren .:. goLaTeX — Mein LaTeX-Forum
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Update texlive packages with opensuse ?
But since I can't find anything about where to pay attention when deinstalling the TeXlive-rpm, I think I'll just give it go and see if anything happens

Update texlive packages with opensuse ?
Thanks for your help, anyway.By the way, a native TL, which is typically installed under /usr/local, and a TeX from your operating system can happily coexist, each with their own completely independent trees and programs. (Do not try to merge them!) So you could install a native TeX Live if your vendor is not keeping up.