On 2018-02-15, Wolfgang Engelmann wrote: > I use to start my lyx with
> /src/lyx -dbg info > but I get apparently interferences, if I do this with 2.2.3 (in the > 2.2.3 lyx folder) and 2.3.0beta1(in another folder), perhaps via the > .lyx stuff (??). > Therefore I would like to install 2.2.3 with the instructions given > below the #######). > I added > deb http://ftp.debian.org/debian stretch-backports main > to my sources.list > (did I choose something wrong here??) > and ran > sudo apt-get -t stretch-backports install lyx 2.2.3 > but get this (see the *bold* sentence below) > Coud somebody tell me what I am doing wrong or what is missing? Standard and backport Debian lyx packages assume that only one version of LyX should be installed ont the system. They do not use a version suffix for configuration data and user directory. I use a debian packaged lyx for productive work and a home-compiled one (with version suffix) for development. ... > E: Probleme können nicht korrigiert werden, Sie haben zurückgehaltene > defekte Pakete. It seems there is some installed package/program that depends on the non-backport version of a library while lyx-backported depends on the newer, backported version of this library. This may be solved by upgrading more packages to the backported version. I use aptitude to check and resolve such conflicts. Günter