TeX Live and MacTeXPackages not found for Installation

Information and discussion about TeX Live distribution for all platforms (Windows, Linux, Mac OS X) and the related MacTeX: installing, updating, configuring
Post Reply
tartartartartar
Posts: 1
Joined: Wed Apr 24, 2013 10:13 pm

Packages not found for Installation

Post by tartartartartar »

Hi all,

I am trying to use the package adjustbox and hence collectbox on Ubuntu 12.10, 64-bit.

I have installed the texlive-pictures, and texlive-latex-extra binaries, which used to work on previous Linux flavours. I tried texlive-full, too. But the packages seem to have been removed, and I cannot find them.

(I am avoiding doing a manual install of TeX Live, since I use LaTeX a lot, and do not want to muck up my system.)

Can someone advise on how to get these packages working?

Thanks!
Taras.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Re: Packages not found for Installation

Post by kaiserkarl13 »

I don't know about Ubuntu, but in Fedora they're called "texlive-collectbox" and "texlive-adjustbox"
5au1
Posts: 5
Joined: Wed May 01, 2013 11:14 pm

Packages not found for Installation

Post by 5au1 »

Have you tried

Code: Select all

sudo tlmgr search --global <package>
From what I saw you should be able to install them with:

Code: Select all

sudo tlmgr install adjustbox collectbox
Post Reply