Kile and TeX Live 2008 on Ubuntu Linux

Though the installation of TeX Live 2008 could be done easily also on Ubuntu Linux the installation of the very recommendable LaTeX editor Kile could raise a problem because Kile depends on the package texlive-latex-base of Ubuntu/ Debian Linux. There’s a tool called equivs helping to circumvent such dependencies by creating dummy packages, see APT HOWTO, Very useful helpers.

equivs can be installed by Synaptic or by aptitude or apt-get from the repositories:
sudo apt-get install equivs
equivs is able to create Debian packages providing information to the local package management. I’ve created a control file (calles texlive.ctl) for equivs simulating just texlive-latex-base:

Section: tex
Package: texlive-dummy
Provides: texlive-latex-base
Description: texlive dummy package
 This package provides dpkg with the information that
 there is the package texlive-latex-base installed.

I’ve processed it with equivs-build:
equivs-build texlive.ctl
The program created a file texlive-dummy_1.0_all.deb. This could be installed by
sudo dpkg -i texlive-dummy_1.0_all.deb
Afterwards Kile could be installed without to request any texlive package from the repositories and Kile worked fine with TeX Live 2008. (Update: see comment #4 for a complete control file for Kile on Jaunty.) You could lock the package to prevent it from being installed later.

The control file may refer to a different section (like misc) or could contain additional information (Provides: texlive-base, texlive-base-bin, …)

TeX Live 2008 is not planned any more to be released for Debian and therefore not for Ubuntu Linux. That version will be skipped, as announced by a Debian TeX maintainer, and TeX Live 2009, meant to be the next release for Debian/Ubuntu, is still under construction, that’s why I’m taking this as a temporary solution. After all the 2008 version is working fine thanks to the great work of the TeX Live team.

15. May 2009 by stefan
Categories: Uncategorized | 19 comments

Comments (19)

  1. Pingback: LaTeX, Unicode, Kile, TeXmaker, Ubuntu Gnome, and SCIM /SKIM | DomPress

Leave a Reply