Search:   Help

Navigation

Groups

LyX documentation

Edit

Shared groups

Links

LyX /

LyXOnDebian

Categories: Linux
<< | Page list | >>

Installation

If you're running Debian, just type:

sudo apt install lyx

This will install the packages lyx-common and lyx and you're set!

Versions

  • bookworm: 2.3.7
  • bullseye: 2.3.6
  • buster: 2.3.6
  • stretch: 2.2.2
  • stretch with backports: 2.3.2

Please report Debian specific (packaging) bugs to the Debian Bug Tracking System. A list of currently reported bugs is available at http://bugs.debian.org/src:lyx

The official LyX Debian package group wiki site is here: http://wiki.debian.org/PkgLyx.

Small or all inclusive installation?

If you'd like to get a small installation only with the bare minimum of packages you should try to install LyX with

 apt --no-install-recommends install lyx

This will only install LyX with it's bare minimal requirements.

If you'd like to get most out of LyX you should take a look at the packages listed in the 'Recommends and 'Suggests' stanza of the Debian package with

  apt-cache show lyx

and maybe install one or more of them along with LyX. The long description of the package includes a short description of the suggested tools.

Using backports for more up-to-date version

  • One needs to have included backports repository in his apt settings in /etc/apt/sources.list, for debian stretch the added line would be like: deb http://ftp.debian.org/debian stretch-backports main
  • update package database: apt update
  • install to current lyx stable: apt -t stretch-backports install lyx

Build your own LyX

Get the sources either as a tarball (see http://www.lyx.org/Download), or fresh from GIT.

Dependencies

Build dependencies do not change that quickly, so you will meet most (or all) of them with

# apt build-dep lyx

Configure, Make, Install

See Compiling

Linux

Edit - History - Print - Recent Changes - All Recent Changes - Search
Page last modified on 2023-01-17 13:03 UTC