Results 1 to 3 of 3

Thread: Running GUI Applications from Ubuntu server

  1. #1
    Join Date
    Jul 2011
    Beans
    2

    Running GUI Applications from Ubuntu server

    I like the bash interface of the server edition of Ubuntu. I was wondering if there was any way i can just install that edition and via terminal run gui based applications, ei. A web browser or such. Also would it be possible to run VMPlayer from terminal without having the desktop environment installed.

  2. #2
    Join Date
    May 2007
    Location
    NY's first capital
    Beans
    2,868
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Running GUI Applications from Ubuntu server

    If your hardware supports VirtualMachines, I suggest don't install desktop environment.

    Check out the server sticky at the top of this thread for virtualization.

    You may also be interested in running VirtualBox headless how-to or look into KVM headless how-to.

    What are your hardware specs, particularly RAM and CPU?
    Nothing is ever easy, but if it is difficult you must be doing it wrong.

  3. #3
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: Running GUI Applications from Ubuntu server

    Another option is to install just xserver-xorg and its dependencies. Then you can connect using "ssh -X" and run X applications on the server but display them on your local desktop. Typing "firefox &" in this arrangement will run Firefox on the remote server but display the browser on the client's screen.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •