InstallingUbuntuLite

Differences between revisions 2 and 11 (spanning 9 versions)
Revision 2 as of 2006-02-12 22:06:31
Size: 1123
Editor: BSN-210-227-146
Comment:
Revision 11 as of 2006-02-24 22:06:34
Size: 1460
Editor: c-67-163-39-124
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Describe InstallingUbuntuLite here.
At this point I want to thank [/COLOR][URL]"http://ubuntuforums.org/member.php?u=31207"]Blackpaw[/URL]for providing us repositories.[/COLOR]
First you have to install Ubutnu on your computer. At begining choose [COLOR="SeaGreen"]SERVER[/COLOR] installation. And when you get in to Terminal you have to edit your sources.list. Write
[CODE]sudo vim /etc/apt/sources.list[/CODE]
At this point I want to thank [http://ubuntuforums.org/member.php?u=31207 Blackpaw] for providing us repositories.
Line 6: Line 3:
Uncoment all official repositories with removin # at the beggining of the line. Than add following line in sources.list
[CODE]deb http://blueeyedcreature.net/ubuntu ./[/CODE]
1. First you have to install Ubutnu on your computer. Boot from the normal Ubuntu CD and at the boot: prompt, enter ''server''.
{{{
boot: server
}}}
Line 9: Line 8:
The rest of the install will be similar 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, reboot and log in and edit your sources.list:

{{{
$ sudo vim /etc/apt/sources.list
}}}

3. Enable all official repositories (main restricted universe multiverse) by removing the '''#''' from :

{{{
deb http://archive.ubuntu.com/ubuntu dapper main restricted universe
}}}

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

{{{
deb http://blueeyedcreature.net/ubuntu ./
}}}
Line 11: Line 29:
When you get back in terminal write
[CODE]sudo apt-get update
sudo apt-get install ubuntu-lite-desktop[/CODE]
5. Refresh apt's cache (is cache the right term here?) and start the ubuntu-lite-desktop install:

{{{
$
sudo apt-get update
$ sudo apt-get install ubuntu-lite-desktop
}}}
Line 17: Line 38:
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 [URL="http://ubuntulite.org/wiki/index.php/Package_List"]Our WIKI[/URL] 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]

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.

boot: server

The rest of the install will be similar 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, reboot and log in and edit your sources.list:

$ sudo vim /etc/apt/sources.list

3. Enable all official repositories (main restricted universe multiverse) by removing the # from :

deb http://archive.ubuntu.com/ubuntu dapper main restricted universe

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?) and start the ubuntu-lite-desktop install:

$ 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)