|
hp333:/etc/apt# apt-get install w3m
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
epiphany-browser: Depends: libx11-6 but it is not going to be installed or
xlibs (> 4.1.0) but it is not going to be installed
libbonoboui2-0: Depends: libx11-6 but it is not going to be installed or
xlibs (> 4.1.0) but it is not going to be installed
libgnomeui-0: Depends: libx11-6 but it is not going to be installed or
xlibs (> 4.1.0) but it is not going to be installed
libgtk2.0-0: Depends: libx11-6 but it is not going to be installed or
xlibs (> 4.1.0) but it is not going to be installed
libgtk2.0-bin: Depends: libx11-6 but it is not going to be installed or
xlibs (> 4.1.0) but it is not going to be installed
libpango1.0-0: Depends: libx11-6 but it is not going to be installed or
xlibs (> 4.1.0) but it is not going to be installed
libxcursor1: Depends: libx11-6 but it is not going to be installed or
xlibs (> 4.1.0) but it is not going to be installed
libxft2: Depends: libx11-6 but it is not going to be installed or
xlibs (> 4.1.0) but it is not going to be installed
libxrender1: Depends: libx11-6 but it is not going to be installed or
xlibs (> 4.1.0) but it is not going to be installed
mozilla-browser: Depends: libx11-6 but it is not going to be installed or
xlibs (> 4.1.0) but it is not going to be installed
Depends: libxt6 but it is not going to be installed or
xlibs (> 4.1.0) but it is not going to be installed
w3m: Depends: libgc1 but it is not going to be installed
Depends: libgpmg1 (>= 1.19.6-1) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
hp333:/etc/apt# apt-get install libx11-6
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
mozilla-browser: Depends: libxt6 but it is not going to be installed or
xlibs (> 4.1.0) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
hp333:/etc/apt# apt-get -f install libx11-6
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
mozilla-browser: Depends: libxt6 but it is not going to be installed or
xlibs (> 4.1.0) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution). |
|