安装基于Debian的LXDE(网络收藏)

# get the net install image from debian
http://cdimage.debian.org/cdimage/lenny_di_beta2/i386/iso-cd/debian-LennyBeta2-i386-netinst.iso

# Burn this iso image into CD-ROM

# Install minimal debian, follow the steps from screen

# When installation complete, add this line to /etc/apt/sources.list
deb http://ftp.debian.org/debian/ testing main

# Update apt package list
apt-get update
apt-get upgrade

# Install LXDE - Add this line to /etc/apt/sources.list
deb http://people.linux.org.tw/~andrew/debian/lxde/ ./

# Add new gpg key
gpg --keyserver subkeys.pgp.net --recv 9D0633E1B6250985
gpg --export --armor 9D0633E1B6250985 | sudo apt-key add -

# Install LXDE
apt-get install xorg xserver-xorg lxde

Ref:
http://www.debian.org/devel/debian-installer/
http://lxde.org/download.html
http://lxde.org/wiki/Debian
posted @ 2008-12-26 10:29  悟水  阅读(1086)  评论(0编辑  收藏  举报