Problem installing xserver-common
I'm trying to setup Debian but I'm having a problem. When I try to install xserver-common (apt-get install xserver-common) I get:
Reading package lists...
Building dependency tree...
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.
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
The following packages have unmet dependencies.
xserver-common: Depends: x11-common (>= 6.8.1) but it is not going to be installed
And when I try to install x11-common (apt-get install x11-common) I get:
Reading package lists...
Building dependency tree...
x11-common is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
And the x11-common is >=6.8.1, I think its 7.something according to aptitude.
So what should I do so I can install xserver-common?
|