I installed TexLive 2014
on Ubuntu 14.04.1 64-bit LTS and now I would like to install other packages together with a frontend
for Latex, namely TexStudio. The problem is that when I try to install only TexStudio the output is as follows and I hesitate to continue since it might mess up with my TexLive installation:
$ sudo apt-get install texstudio
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
fonts-lmodern latex-beamer latex-xcolor libptexenc1 lmodern luatex pgf
prosper ps2eps tex-common texlive-base texlive-binaries texlive-extra-utils
texlive-font-utils texlive-generic-recommended texlive-latex-base
texlive-latex-base-doc texlive-latex-recommended
texlive-latex-recommended-doc texlive-luatex texlive-pstricks
texlive-pstricks-doc
Suggested packages:
chktex fragmaster xindy latexdiff lacheck latexmk dvidvi purifyeps dvipng
psutils texlive-fonts-recommended texlive-latex-extra
The following NEW packages will be installed:
fonts-lmodern latex-beamer latex-xcolor libptexenc1 lmodern luatex pgf
prosper ps2eps tex-common texlive-base texlive-binaries texlive-extra-utils
texlive-font-utils texlive-generic-recommended texlive-latex-base
texlive-latex-base-doc texlive-latex-recommended
texlive-latex-recommended-doc texlive-luatex texlive-pstricks
texlive-pstricks-doc texstudio
0 upgraded, 23 newly installed, 0 to remove and 0 not upgraded.
Need to get 264 MB of archives.
After this operation, 430 MB of additional disk space will be used.
Do you want to continue? [Y/n]
What can I do about it, this problem is even persistent with other commands such as building the dependencies required for a VIM installation as complete as possible. The output of that is below:
$ sudo apt-get build-dep vim-gnome
Reading package lists... Done
Building dependency tree
Reading state information... Done
Picking 'vim' as source package instead of 'vim-gnome'
Note, selecting 'libgpm-dev' instead of 'libgpmg1-dev'
The following NEW packages will be installed:
docbook-dsssl docbook-utils jadetex libacl1-dev libattr1-dev libgpm-dev
liblua5.2-dev libosp5 libostyle1c2 libperl-dev libptexenc1 libreadline-dev
libreadline6-dev libsgmls-perl libsp1c2 libxaw7-dev libxmu-dev
libxmu-headers lua5.2 luatex lynx lynx-cur openjade sgmlspl sp tcl-dev
tcl8.6-dev tex-common texlive-base texlive-binaries
texlive-fonts-recommended texlive-generic-recommended texlive-latex-base
texlive-latex-recommended tipa
0 upgraded, 35 newly installed, 0 to remove and 0 not upgraded.
Need to get 51,4 MB of archives.
After this operation, 166 MB of additional disk space will be used.
Do you want to continue? [Y/n] n
Abort.
Is there anything I can do to make apt-get
recognize that newer versions of the pacakages are already installed?
equivs
package thanks for your help. – Vesnog Jan 10 '15 at 16:06