Diff for "LXDE-lubuntu/Documentation/AlternateInstall"


Differences between revisions 8 and 9
Revision 8 as of 2010-11-04 09:24:42
Size: 5622
Editor: CPE-121-208-67-57
Comment: Update by JaredNorris (head_victim) to try and make it follow the WikiGuide more closely.
Revision 9 as of 2010-11-04 13:26:05
Size: 5283
Editor: CPE-121-208-67-57
Comment:
Deletions are marked like this. Additions are marked like this.
Line 42: Line 42:
=== Key Servers ===
Every so often, the main Ubuntu key-server gets over-loaded with key requests for when you wish to add something to your repository, there are many other key servers but the MIT-edu one should be able to cope. The command is
{{{
sudo apt-key adv --keyserver pgp.mit.edu --recv-keys ACC3E225CF57B0F4
}}}
Where you replace the ACC3E225CF57B0F4 with what ever key it is you are wishing to import.

 * --keyserver tells it to use a certain key server, in this instance the one at pgp.mit.edu
 * [[https://help.ubuntu.com/community/Lubuntu/Documentation/KeyServerInformation|Key Servers]] - Information on how to add different key-servers if the Ubuntu one is overloaded


picto_welcome.png  Welcome   

picto_download.png  Get Lubuntu   

picto_help.png  Documentation   

picto_contact.png  Get Help   


Help and information

LXterminal

As some of the instructions in this area require access to a terminal (CLI), please read About LXTerminal

Checking the down-loaded file and the CD

This is really important, please take the time to check Check the CD making sure it works BEFORE you install.

Remove lubuntu-desktop

When removing an application you may well see this, it is okay to accept. Removing lubuntu-desktop has the technical details.

Beginners

Advanced users

  • Installing using mini-iso - If you have less than 160MB RAM or you want to use the 64 Bit kernel, you need to use the Mini ISO . If you have less than 256MB RAM, you will find the minimal installation method faster than using the standard ISO.

  • Alternate Installation - This is the same as the normal installation CD but uses a text based installer instead of the Ubiquity installer making it better suited for computers with less than 256MB RAM.

Install Lubuntu from Ubuntu or any Ubuntu flavors

You can install on any installed version of Ubuntu by adding the Lubuntu ppa and then installing Lubuntu:

sudo add-apt-repository ppa:lubuntu-desktop/ppa
sudo apt-get update
sudo apt-get install --no-install-recommends lubuntu-desktop

If you wish to get rid of the standard Ubuntu then head over to Remove Ubuntu alter the very end from

&& sudo apt-get install xubuntu-desktop

To

&& sudo apt-get install --no-install-recommends lubuntu-desktop
  • Key Servers - Information on how to add different key-servers if the Ubuntu one is overloaded

Expert users

  • Remove Old Kernels - Over time the start up list will grow longer, this link will help you keep it tidy.

Screencasts

How to get help

  • Mailing list - Email list for any assistance with Lubuntu.

  • Lubuntu Live IRC Help- If you have not set up your IRC yet, you can get access to the #lubuntu channel on the Freenode IRC Network with this link to webchat.

  • Ubuntu Forums - The normal Ubuntu Forum is another great place to get assistance but please remember to use the Lubuntu prefix when posting.

How to help

Check the forum area

Lubuntu now has an option of Lubuntu prefix on http://ubuntuforums.org/ when a request for help is logged. The way the system works so that you can pick up on people who have either used the Lubuntu prefix or a Lubuntu tag are:

  1. Click on Search, select Tag, type in Lubuntu
  2. Click on Search, select Advanced, Under the banner that says "Search Options", to the left you will see an option "Find Threads with Prefix". Scroll down the list and select "Lubuntu"

Be available on the IRC

  • IRC: #lubuntu on irc.freenode.net

LXDE-lubuntu/Documentation/AlternateInstall (last edited 2021-06-14 02:19:47 by guiverc)