InstallingUbuntuLite

Differences between revisions 6 and 9 (spanning 3 versions)
Revision 6 as of 2006-02-12 22:14:35
Size: 1053
Editor: BSN-210-227-146
Comment: Page is almost completed
Revision 9 as of 2006-02-21 17:14:32
Size: 1311
Editor: c-67-163-39-124
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
First you have to install Ubutnu on your computer. At begining choose ''server'' installation. And when you get in to Terminal you have to edit your sources.list. Write: 1. First you have to install Ubutnu on your computer. Boot from the normal Ubuntu CD and at the boot: prompt, enter ''server''. The rest of the install will be similare to a normal install. When it is done, you will have a very basic system: networking, apt and a shell.
Line 5: Line 5:
  sudo vim /etc/apt/sources.list 2. When the install is done, log in and edit your sources.list:
Line 7: Line 7:
Uncoment all official repositories with removin '''#''' at the beggining of the line. Than add following line in sources.list: {{{
sudo vim /etc/apt/sources.list
}}}
Line 9: Line 11:
    deb http://blueeyedcreature.net/ubuntu ./ 3. Enable all official repositories (main restricted universe multiverse) by removing '''#''' at the beggining of the line.
Line 11: Line 13:
4. Than add following line at the end of sources.list:

{{{
deb http://blueeyedcreature.net/ubuntu ./
}}}
Line 13: Line 20:
When you get back in terminal write: 5. Refresh apt's cache (is cache the right term here?)
Line 15: Line 22:
    sudo apt-get update
    sudo apt-get install ubuntu-lite-desktop
{{{
sudo apt-get update
sudo apt-get install ubuntu-lite-desktop
}}}

At this point I want to thank [http://ubuntuforums.org/member.php?u=31207 Blackpaw] for providing us repositories.

1. First you have to install Ubutnu on your computer. Boot from the normal Ubuntu CD and at the boot: prompt, enter server. The rest of the install will be similare to a normal install. When it is done, you will have a very basic system: networking, apt and a shell.

2. When the install is done, log in and edit your sources.list:

sudo vim /etc/apt/sources.list

3. Enable all official repositories (main restricted universe multiverse) by removing # at the beggining of the line.

4. Than add following line at the end of sources.list:

deb http://blueeyedcreature.net/ubuntu ./

Save and close

5. Refresh apt's cache (is cache the right term here?)

sudo apt-get update
sudo apt-get install ubuntu-lite-desktop

And after you are done restart your machine and you will find your self in WDM login manager. Its extension of XDM another login manager.

Login as user and there you have working Ubuntu Lite system with IceWM as windows manager installed. You have plenty other useful applications installed.

Check for whole list at UbuntuLitePackages or on [http://ubuntulite.org/wiki/index.php/Package_List Our older WIKI]

InstallingUbuntuLite (last edited 2008-08-06 16:22:09 by localhost)