NavigationUser loginSpam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
Just Installed netinst version, did it install desktop enviornment ( KDE or Gnome)?Hi everybody, NOTE: When going through base-config I installed 'desktop enviornment', but whenever I go back in to base-config only 'mail client' is starred(*). How do I know if I even have KDE or Gnome? Thanks for the help. -kaz |
Nope: the netinstaller is
Nope: the netinstaller is meant to be for Desktop *and* Servers (and then some).
This means it does a bare-bones install and leaves it up to you what you want installed.
Try these commands:
apt-get update;
apt-get install x-window-system
apt-get install gnome kde xfce4
apt-get install gdm
/etc/init.d/gdm start
This will install your Desktop Environments and start a graphical login.
Major problem: I hope the Xserver can configure itself for your hardware.
Kind regards,
mverwijs
Thanks, one more question
Thanks mverwijs, I am currently installing the x-window-system. I was wondering how you knew which ones i needed, is there a list somewhere. I also wanted to get the firefox webbrowser and was wondering if there was something to install that.
You can search for packages
You can search for packages by keywords:
apt-cache search desktop
You can then display a particular package and see what it depends on:
apt-cache show kdm
It can take quite a few minutes to find and install all you want; alternatively you can do:
tasksel
That will have a menu like "do you want a graphical desktop" but the current version is rather stupid and installs numerous desktops. I would recomment you use "aptitude" instead:
aptitude
You might have to read the manual a bit before you can operate it comfortably:
info aptitude
or else:
man aptitude