Code: Select all
debian# cat /etc/apt/sources.list
deb http://ftp.us.debian.org/debian lenny main contrib non-free
deb http://security.debian.org/ lenny/updates main contrib
deb-src http://security.debian.org/ lenny/updates main contrib
deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib
deb-src http://volatile.debian.org/debian-volatile lenny/volatile main contrib
According "Wine for Debian Lenny, Squeeze and Sid":
Code: Select all
debian# apt-get remove libwine wine
debian# echo "deb http://www.lamaresh.net/apt lenny main" >> /etc/apt/sources.list
debian# wget -O - http://www.lamaresh.net/apt/key.gpg | apt-key add -
debian# apt-get update && apt-get install wine
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
wine: Depends: libfontconfig but it is not installable
E: Broken packages
debian# dpkg --list | grep libfontconfig
ii libfontconfig1 2.6.0-3 generic font configuration library - runtime
I have the same error during installation from .deb package.