Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
97
rated 0 times [  97] [ 0]  / answers: 1 / hits: 155307  / 2 Years ago, wed, april 13, 2022, 9:58:40

I'm trying to install the package LaTeXila, and the output looks like this:



$ sudo apt-get install latexila --no-install-recommends
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
latexila-data latexmk luatex tex-common texlive-base texlive-binaries
texlive-common texlive-doc-base texlive-latex-base
Suggested packages:
rubber texlive-latex-extra debhelper
Recommended packages:
texlive texlive-latex-recommended texlive-luatex lmodern
texlive-latex-base-doc
The following NEW packages will be installed:
latexila latexila-data latexmk luatex tex-common texlive-base
texlive-binaries texlive-common texlive-doc-base texlive-latex-base
0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
Need to get 29.3 MB of archives.
After this operation, 74.5 MB of additional disk space will be used.
Do you want to continue [Y/n]?


I don't want to install the texlive packages. I've installed texlive manually from http://www.tug.org/texlive/. Any suggestions?


More From » apt

 Answers
5

apt-get won't do this, but dpkg will.



apt-get download latexila latexila-data


That will download the binary .deb files but will not attempt to install them.



Now you can use dpkg to force install them.



dpkg --force-all -i <name of the .deb files you downloaded>


I will echo the warning in the dpkg man page here:



Warning: These options are mostly intended to be used by experts only. Using them without fully understanding their effects may break your whole system.



If your system is broken after attempting this, you can just try to remove latexila and latexila-data. Good luck.


[#42378] Wednesday, April 13, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
bblerest

Total Points: 240
Total Questions: 119
Total Answers: 113

Location: Wallis and Futuna
Member since Mon, May 18, 2020
4 Years ago
;