While installing texlive in Xubuntu 16.04.1, it does not install properly. When I upgrade the system it shows me the following error.
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
texlive-full : Depends: texlive-lang-english (>= 2015) but it is not installed
Depends: texlive-latex-recommended-doc (>= 2015) but it is not installed
Depends: texlive-latex-base-doc (>= 2015) but it is not installed
E: Unmet dependencies. Try using -f.
I also tried:
sudo apt-get -f install
That did not work. I also tried Synaptic but it gives me the following error
E: /var/cache/apt/archives/texlive-lang-english_2015.20160223-1_all.deb: cannot copy extracted data for './usr/share/doc/texlive-doc/latex/lshort-english/lshort.pdf' to '/usr/share/doc/texlive-doc/latex/lshort-english/lshort.pdf.dpkg-new': unexpected end of file or stream
E: /var/cache/apt/archives/texlive-latex-recommended-doc_2015.20160320-1_all.deb: cannot copy extracted data for './usr/share/doc/texlive-doc/latex/eso-pic/eso-ex4.tex' to '/usr/share/doc/texlive-doc/latex/eso-pic/eso-ex4.tex.dpkg-new': unexpected end of file or stream
please help me
dpkg: error processing package texlive-full (--configure): dependency problems - leaving unconfigured Errors were encountered while processing: texlive-full
– Mayank Chouksey Aug 04 '16 at 20:37sudo apt purge textlive*
– rancho Aug 04 '16 at 20:47apt-get
, which can be relatively outdated. – Aug 06 '16 at 18:08{}
button in the editor toolbar) are much more readable there; alternatively you can use a pastie service for longer listings and include the link of your pastie in your question. Overall it’s best to have everything relevant in one place. Additionally, comments may be deleted for various reasons. – David Foerster Aug 07 '16 at 18:53