However there's a problem with the package database.
sources.list
- Code: Select all
deb http://packages.linuxmint.com/ nadia main upstream import backport
deb-src http://packages.linuxmint.com/ nadia main upstream import backport #Added by software-properties
deb http://archive.ubuntu.com/ubuntu/ quantal restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ quantal main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ quantal-updates main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ quantal-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ quantal-security main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu/ quantal-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu/ quantal partner
deb http://packages.medibuntu.org/ quantal free non-free
# deb http://archive.getdeb.net/ubuntu quantal-getdeb apps
# deb http://archive.getdeb.net/ubuntu quantal-getdeb games
deb http://repository.spotify.com stable non-free
To pick a non-random example, if I look at libfontconfig1
- Code: Select all
$ dpkg -l libfontconfig1
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Description
+++-=================================-=================================-==================================================================================
ii libfontconfig1 2.8.0-3ubuntu9.1 generic font configuration library - runtime
and if I try to ensure it is the latest version, I'm told that it is:
- Code: Select all
$ sudo apt-get install libfontconfig1
Reading package lists... Done
Building dependency tree
Reading state information... Done
libfontconfig1 is already the newest version.
.. except that the version in the Ubuntu repositories is 2.10.1-0ubuntu3 - see http://packages.ubuntu.com/quantal/libs/libfontconfig1 - and one package I'd like to install is expecting at least 2.10.*
If I do a sudo apt-get upgrade (or dist-upgrade) I am told there are 120-odd packages being held back because of issues like this.
sudo apt-get check reveals no problems, but there clearly is...





