Results 1 to 10 of 19

Thread: Install start x without internet

Hybrid View

  1. #1
    Join Date
    Jan 2013
    Beans
    82

    Install start x without internet

    How do you install start x on ubuntu server without internet connection from a flashdrive using sudo commands. Can you give me a link to the xinit download file and the list of commands.

  2. #2
    ibjsb4 is offline Ubuntu addict and loving it
    Join Date
    Sep 2012
    Beans
    4,987

    Re: Install start x without internet

    There are several ways to do that.

    http://www.googlubuntu.com/results/?...lubuntu.com%2F

  3. #3
    Join Date
    Jan 2013
    Beans
    82

    Re: Install start x without internet

    I know i have it on usb but how do i install it????? Ive been using sudo apt-get install /media/CALEB/xinint.deb and it gives me the error it cant find the package??

  4. #4
    Join Date
    Apr 2012
    Beans
    7,256

    Re: Install start x without internet

    You will need to use dpkg

    Code:
    dpkg -i packagename.deb
    apt-get is for installing things from a repository

  5. #5
    Join Date
    Jan 2013
    Beans
    82

    Re: Install start x without internet

    But now it says unknown option 1?? i had to manually mount the drive????

  6. #6
    Join Date
    Apr 2012
    Beans
    7,256

    Re: Install start x without internet

    Did you maybe type a number 1 instead of the lower case letter i?

    Code:
     dpkg -i packagename.deb
    USB drives will usually auto mount under the /media directory so you will need to look there

    FYI you will need MUCH more than just the xinit package to start an X session if you are beginning from the standard Ubuntu Server install

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
  •