LyX ⇒ Using lyx with MikTex on Ubuntu 18.04.4?
Using lyx with MikTex on Ubuntu 18.04.4?
The issue is that when I tried to install LyX from the lyx ppa, it still asks to install texlive -- so is it because lyx can only texlive for now? Is there a way to use it with MikTex on Ubuntu? Thanks.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
Using lyx with MikTex on Ubuntu 18.04.4?
It is because of the dependencies coded in the package. The problem is similar to users of Vanilla TeX Live, that do not generate a fake/dummy package so satisfy requirements/recommends of the package management. You can participate in the PPA development to improve the situation, at least by adding a detailed report to the issue tracker (it should contain details about all installation steps you are doing and the messages you get).kaiseryet wrote:The issue is that when I tried to install LyX from the lyx ppa, it still asks to install texlive -- so is it because lyx can only texlive for now?

Using lyx with MikTex on Ubuntu 18.04.4?
So these are the steps I took:Ijon Tichy wrote:It is because of the dependencies coded in the package. The problem is similar to users of Vanilla TeX Live, that do not generate a fake/dummy package so satisfy requirements/recommends of the package management. You can participate in the PPA development to improve the situation, at least by adding a detailed report to the issue tracker (it should contain details about all installation steps you are doing and the messages you get).kaiseryet wrote:The issue is that when I tried to install LyX from the lyx ppa, it still asks to install texlive -- so is it because lyx can only texlive for now?
```
# installed miktex for all users (administor mode)
# installed all latex packages in miktex
$ sudo apt install lyx
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
dvipng fonts-gfs-baskerville fonts-gfs-porson fonts-lmodern fonts-texgyre
lmodern lyx-common preview-latex-style tex-gyre texlive-base
texlive-fonts-recommended texlive-generic-extra texlive-generic-recommended
texlive-lang-greek texlive-latex-base texlive-latex-extra
texlive-latex-recommended texlive-pictures texlive-plain-generic
texlive-science tipa
Suggested packages:
rcs dvipost groff libtiff-tools gnuhtml2latex wv chktex noweb sgmltools-lite
linuxdoc-tools writer2latex latex2rtf librsvg2-bin | inkscape texlive-xetex
etoolbox texlive-luatex libapp-makebeamerinfo-perl latex-xcolor lyx-dbg
texlive-fonts-recommended-doc texlive-latex-base-doc python-pygments
icc-profiles libfile-which-perl libspreadsheet-parseexcel-perl
texlive-latex-extra-doc texlive-latex-recommended-doc texlive-pstricks
dot2tex prerex ruby-tcltk | libtcltk-ruby texlive-pictures-doc vprerex
texlive-science-doc
The following NEW packages will be installed:
dvipng fonts-gfs-baskerville fonts-gfs-porson fonts-lmodern fonts-texgyre
lmodern lyx lyx-common preview-latex-style tex-gyre texlive-base
texlive-fonts-recommended texlive-generic-extra texlive-generic-recommended
texlive-lang-greek texlive-latex-base texlive-latex-extra
texlive-latex-recommended texlive-pictures texlive-plain-generic
texlive-science tipa
0 upgraded, 22 newly installed, 0 to remove and 0 not upgraded.
Need to get 109 MB/208 MB of archives.
After this operation, 503 MB of additional disk space will be used.
Do you want to continue? [Y/n]
```
At this point it requires texlive-latex-base, which is the problem. So I hope they can solve the ppa issue coz I'm not the linux developing guy but rather some data scientist.
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
Using lyx with MikTex on Ubuntu 18.04.4?
