Hallo,
ich habe ein Ubuntu 8.04 Server. Und will dort Desktopumgebung Gnome installieren. Zu Hause auf meinem alten PC zum testen auf einem Ubuntu Server 8.10 ging dies wunderbar. Nun will ich es auf einem Server der im RZ steht machen und erhalte:
Mache ich dann apt-get install gnome-desktop-environment erhalte ich folgendes:
sources.list sieht bei mir wie folgt aus:
Was ist da zu machen? Kann mir da jemand weiterhelfen? Bitte keine Diskussion über den Sinn von Ubuntu Server mit Gnome drauf
ich habe ein Ubuntu 8.04 Server. Und will dort Desktopumgebung Gnome installieren. Zu Hause auf meinem alten PC zum testen auf einem Ubuntu Server 8.10 ging dies wunderbar. Nun will ich es auf einem Server der im RZ steht machen und erhalte:
Code:
apt-get install ubuntu-desktop gnome 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. gnome: Depends: gnome-desktop-environment (= 1:2.20.2.2) but it is not going to be installed E: Broken packages
Mache ich dann apt-get install gnome-desktop-environment erhalte ich folgendes:
Code:
apt-get install gnome-desktop-environment
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.
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.
gnome-desktop-environment: Depends: gnome-keyring-manager (>= 2.20.0) but it is not installable
E: Broken packages
vergrößern
sources.list sieht bei mir wie folgt aus:
Code:
cat /etc/apt/sources.list
deb ftp://mir1.ovh.net/ubuntu/ hardy main restricted
deb-src ftp://mir1.ovh.net/ubuntu/ hardy main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb ftp://mir1.ovh.net/ubuntu/ hardy-updates main restricted
deb-src ftp://mir1.ovh.net/ubuntu/ hardy-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb ftp://mir1.ovh.net/ubuntu/ hardy universe
deb-src ftp://mir1.ovh.net/ubuntu/ hardy universe
deb ftp://mir1.ovh.net/ubuntu/ hardy-updates universe
deb-src ftp://mir1.ovh.net/ubuntu/ hardy-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb ftp://mir1.ovh.net/ubuntu/ hardy multiverse
deb-src ftp://mir1.ovh.net/ubuntu/ hardy multiverse
deb ftp://mir1.ovh.net/ubuntu/ hardy-updates multiverse
deb-src ftp://mir1.ovh.net/ubuntu/ hardy-updates multiverse
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb ftp://mir1.ovh.net/ubuntu/ hardy-backports main restricted universe multiverse
# deb-src ftp://mir1.ovh.net/ubuntu/ hardy-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
# deb http://archive.canonical.com/ubuntu hardy partner
# deb-src http://archive.canonical.com/ubuntu hardy partner
deb http://security.ubuntu.com/ubuntu hardy-security main restricted
deb-src http://security.ubuntu.com/ubuntu hardy-security main restricted
deb http://security.ubuntu.com/ubuntu hardy-security universe
deb-src http://security.ubuntu.com/ubuntu hardy-security universe
deb http://security.ubuntu.com/ubuntu hardy-security multiverse
deb-src http://security.ubuntu.com/ubuntu hardy-security multiverse
Was ist da zu machen? Kann mir da jemand weiterhelfen? Bitte keine Diskussion über den Sinn von Ubuntu Server mit Gnome drauf
