Announcement

Collapse
No announcement yet.

Install X on kubuntu 6.06 server

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Install X on kubuntu 6.06 server

    I've installed the latest kubuntu 6.06 server from the alternate cd. This doesn't come with X by default.

    Is there any way to choose to install X (on the working server) with one apt-get command ?
    I mean one command that installs everything X needs, the x-server, kde, apps, everything that normally comes with X ?


    #2
    Re: Install X on kubuntu 6.06 server

    Hi,

    You should be able to install everything by
    Code:
    sudo apt-get update && sudo apt-get install kubuntu-desktop
    Cheers

    Comment


      #3
      Re: Install X on kubuntu 6.06 server

      Thanks for the response. I was hoping there would be a solution like that.

      Comment

      Working...
      X