-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WARNING: dpkg could not install dummy TeX Live package #15
Comments
I just tried forcing it - more packages give warnings: root@wlr-laptop:/tmp# dpkg --force-conflicts -i tmp.RxjO2Hl7Jg/texlive-local_2014-1 dpkg: warning: ignoring conflict, may proceed anyway! dpkg: warning: ignoring conflict, may proceed anyway! dpkg: warning: ignoring conflict, may proceed anyway! dpkg: warning: ignoring conflict, may proceed anyway! |
Hi Sune, thank you for the feedback and the extra details. From what I understand, you either have those packages installed or you have packages installed that provide them. However, since those are warnings and not errors, do I understand that your manual installation (with |
I had the same problem on Kubuntu 14.04.03 with an existing CTAN-TexLive installation. Just did |
I had this same issue and fixed it, so I'll detail my solution here, since it is different than that of buhtz. I was coming from a previous texlive install that was provided by the Ubuntu repositories, and I wanted to update to texlive 2016. Running the script following the directions lead to the "dpkg could not install dummy TeX Live package" error, though install went along just fine. When trying to install the dummy package manually like sunew, I received the same errors. Then I noticed that when I removed the old texlive-base package, I hadn't removed texlive-binaries. A quick |
Thanks for the new solution @rmcrowley2000 . I wonder if the script should check for packages and exit with error if the packages exist. My guess is that most users would intend to remove them before using |
Ubuntu 14.04
I get WARNING: dpkg could not install dummy TeX Live package when running the script (with the -m option)
(Just tried it without -m : Same problem)
Then I try to run it manually - this is what I get:
root@wlr-laptop:/tmp# dpkg -i tmp.RxjO2Hl7Jg/texlive-local_2014-1
9_all.deb9_all.deb containing texlive-local:dpkg: regarding .../texlive-local_2014-1
texlive-binaries conflicts with makejvf
texlive-local provides makejvf and is to be installed.
dpkg: error processing archive tmp.RxjO2Hl7Jg/texlive-local_2014-1
9_all.deb (--install):9_all.debconflicting packages - not installing texlive-local
Errors were encountered while processing:
tmp.RxjO2Hl7Jg/texlive-local_2014-1
root@wlr-laptop:/tmp# aptitude show makejvf
Package: makejvf
State: not installed
Version: 1.1a+0-2
Priority: optional
Section: universe/tex
Maintainer: Atsuhito KOHDA [email protected]
Architecture: amd64
Uncompressed Size: 94,2 k
Depends: libc6 (>= 2.3.4-1)
Conflicts: makejvf
Provided by: texlive-binaries
Description: generate VF file from japanese TeX TFM file for dvips
The text was updated successfully, but these errors were encountered: