Results 1 to 9 of 9
  1. #1
    Junior Member
    Join Date
    Jan 2008
    Posts
    19

    Cool How To Install Linux(ubuntu)

    um i need help installing linux(ubuntu) on my computer, a link or something will do plz
    (me = noob )

    ty

  2. #2
    Site Admin xHalt's Avatar
    Join Date
    May 2006
    Location
    Belgium
    Posts
    8,183

    Re: How To Install Linux(ubuntu)

    Quote Originally Posted by han_solo View Post
    um i need help installing linux(ubuntu) on my computer, a link or something will do plz
    (me = noob )

    ty
    Ubuntu-homepage: http://www.ubuntu.com/
    Great ubuntuhelp: http://ubuntuguide.org/
    Nixcoders: http://nixcoders.org for some great tutorials as well.

  3. #3
    Moderator j0hn's Avatar
    Join Date
    May 2007
    Location
    The netherlands
    Posts
    1,528

    Re: How To Install Linux(ubuntu)

    Or use WuBi.

    http://wubi-installer.org/

    Easiest way to install ubuntu imo.
    Regards,
    j0hn

  4. #4
    Senior Member kevinr1's Avatar
    Join Date
    Jul 2007
    Posts
    334

    Re: How To Install Linux(ubuntu)

    I have wubi to, ( still prefer windows )
    But I don't know how to ''install'' any progams ?
    the downloads are mostly like. .tar.gz ( or something like that..)
    But I don't know what to do next.

    I download ''kismet'' .. but I didn't know what to do, any help ?

    Or at least tell me how I can open the ''console'' T_T

  5. #5
    Moderator j0hn's Avatar
    Join Date
    May 2007
    Location
    The netherlands
    Posts
    1,528

    Re: How To Install Linux(ubuntu)

    Quote Originally Posted by kevinr1 View Post
    I
    Or at least tell me how I can open the ''console'' T_T
    Search for terminal and the command for downloading is sudo i think..
    Regards,
    j0hn

  6. #6
    Senior Member kevinr1's Avatar
    Join Date
    Jul 2007
    Posts
    334

    Re: How To Install Linux(ubuntu)

    Okay, I am Ultra noob @ Linux
    Are you using linux.?
    (* you = J0hN?

  7. #7
    Site Admin xHalt's Avatar
    Join Date
    May 2006
    Location
    Belgium
    Posts
    8,183

    Re: How To Install Linux(ubuntu)

    Quote Originally Posted by j0hn View Post
    Search for terminal and the command for downloading is sudo i think..
    sudo = superuser do = It enables you to execute commands for which administrator permissions are needed.
    In debian or ubuntu, almost everything can be installed with the use of the apt-get command.

    To setup the correct sources, choose a mirror close to you:
    sudo gedit /etc/apt/sources.list

    To update the package tree:
    sudo apt-get update

    To download & install upgrades:
    sudo apt-get upgrade

    To upgrade to a never distribution:
    sudo apt-get dist-upgrade

    To install software:
    sudo apt-get install mplayer

    ...

    You can unpack tar.gz files with the tar command:
    tar -zxvf filename.tar.gz

    Make .run files runnable & owned by you:
    sudo chown YourUsername Filename.run
    sudo chmod +x Filename.run


    Run the .run file:
    ./Filename.run


    etc. etc.

  8. #8
    Junior Member
    Join Date
    Nov 2006
    Posts
    19

    Re: How To Install Linux(ubuntu)

    seems confuseing thanx for these post guys now i can install linux when i got some time

  9. #9
    Moderator j0hn's Avatar
    Join Date
    May 2007
    Location
    The netherlands
    Posts
    1,528

    Re: How To Install Linux(ubuntu)

    Quote Originally Posted by kevinr1 View Post
    Okay, I am Ultra noob @ Linux
    Are you using linux.?
    (* you = J0hN?
    Nope, im using windows XP but it just popped on my mind it was smth like that lol.
    Regards,
    j0hn

Similar Threads

  1. [Tutorial] How to install ET 2.55 on Linux
    By BraveBeast in forum Enemy Territory Cheats
    Replies: 79
    Last Post: October 1st, 2011, 19:12
  2. Ubuntu Install help
    By ss2 in forum Linux
    Replies: 14
    Last Post: January 16th, 2009, 10:49
  3. Ubuntu Linux on the PS3
    By deadnesser in forum Linux
    Replies: 2
    Last Post: July 11th, 2008, 01:07
  4. Ubuntu Help
    By Insania in forum Non-Gaming Related
    Replies: 5
    Last Post: October 14th, 2007, 12:38
  5. ubuntu help help please ubuntu help
    By [Sniper] in forum Enemy Territory Cheats
    Replies: 4
    Last Post: September 25th, 2007, 00:52

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
  •