- Code: Select all
me@it:~$ sudo aptitude -s install texstudio
Couldn't find any package whose name or description matched "texstudio"
So I added the wheezy repo to my sources.list, et voilà, I see package=texstudio. However
- Code: Select all
The following packages have unmet dependencies:
libqt4-network: Depends: libqt4-dbus (= 4:4.7.4-2) but 4:4.8.2-1 is to be installed.
Depends: libqtcore4 (= 4:4.7.4-2) but 4:4.8.2-1 is to be installed.
texlive-binaries: Depends: libfontconfig1 (>= 2.9.0) but 2.8.0-2.1ubuntu3 is installed.
Depends: libptexenc1 but it is not going to be installed.
Depends: ed but it is not going to be installed.
libqtgui4: Depends: libfontconfig1 (>= 2.9.0) but 2.8.0-2.1ubuntu3 is installed.
libpoppler19: Depends: libfontconfig1 (>= 2.9.0) but 2.8.0-2.1ubuntu3 is installed.
QT4 and Poppler don't seem too problematic, but *lots* of things seem to depend on libfontconfig1
- Code: Select all
me@it:~$ aptitude search ~Dlibfontconfig1 | grep -e '^i' | wc -l
224
so I'm hesitant to try updating that. Am I being unduly cautious? If so, what would be the safest way to update libfontconfig1 from 2.8.0-2.1ubuntu3 to >= 2.9.0 ?


