|
| ||||||||||
| Tags: cdr, debian, gui, kde |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Installing GUI on Debian 6.03 KDE from a CDR
|
|
#2
| ||||
| ||||
| Re: Installing GUI on Debian 6.03 KDE from a CDR
Before installing the GUI on Debian, you have to make sure that the Apt configured correctly. Now you can install it directly from the packages off of the cd or straight from the net but use the internet connection only if it is fast enough. After this, next installation step is for the X-window system. Use "apt-get install x-window-system" in order to install the whole thing you need. Final step is about installing a window manager or desktop environment. Gnome or KDE is a beginner choice but you can try some other also which are very light only if you want them. Once completed, reboot the system and you will see a graphical login. If you don’t get it and if you still see a command prompt for login, just "startx" which will automatically brings up the GUI window. You don’t have to worry about since you are clearly installing it from the CD. You will most of the basic packages from the CD, you should only use “apt” command to configure them. If there is a fast internet connection, then the installation and update will be more powerful. |
|
#3
| ||||
| ||||
| Re: Installing GUI on Debian 6.03 KDE from a CDR
I know about the Debian graphics installer, usually the regular CD images contain an option to boot into graphical installer using installgui command. Other than this there is also a small iso image file which is about 10MB will allow you to boot the graphical installer. It usually used in terms of testing/debugging. You can also find this image under netboot/gtk/mini.iso |
|
#4
| |||
| |||
| Re: Installing GUI on Debian 6.03 KDE from a CDR
So far I have seen many posts regarding the same query where user is asking about how to install GUI on Debian or how to get the Debian GUI. The fact is, you have to install x-window-system-core,kde,gnome first. In order to install KDE in debian:
|
|
#5
| |||
| |||
| Re: Installing GUI on Debian 6.03 KDE from a CDR
Debain installation is achieved by installing packages one by one. Every package is installed or executed with the apt-get command. This command will be capable to find all dependencies automatically.
[PACKAGENAME] indicates the name of the package. However if you want to install more than one package at a time, you should separate the package name by adding space between them. For example: apt-get install package1 package 2 pachkage3. Make sure that you are firing the commands as a root user. So you have to be logged in as a root user and switch to root using command "su". In your case the complete installation procedure is as follows: First of all update the machine using following 2 commands: Code: apt-get update apt-get dist-upgrade Code: apt-get install gdm gnome x-window-system-core Code: dpkg-reconfigure xserver-xfree86 |
|
#6
| |||
| |||
| Re: Installing GUI on Debian 6.03 KDE from a CDR
I don’t know why you are struggling so much to install GUI on Debian using CDr. Debootstrap is a official utility for the Debian installer in order to install a Debian base system. It actually works on the basis of wget and ar but sometimes it only depends on the /bin/sh and basic Unix/Linux tools. It is briefly explained on the official website. Install wget and ar and download/ install debootstrap. You can manually install it by extracting the .deb into: Code: # mkdir work # cd work Code: # ar -x debootstrap_0.X.X_all.deb # cd / # zcat /full-path-to-work/work/data.tar.gz | tar xv |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Installing GUI on Debian 6.03 KDE from a CDR" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Installing glibc under Debian | Trini Alvarado | Operating Systems | 5 | 12-03-2010 10:41 AM |
| Problem in installing PHP under Debian | Gillian Anderson | Operating Systems | 5 | 12-03-2010 10:21 AM |
| Installing gnome-applet Debian | Brunoz | Windows Software | 5 | 17-12-2009 10:33 AM |
| Problem installing openldap under debian | NetworkeR | Networking & Security | 5 | 16-12-2009 10:33 AM |
| Installing Debian Etch on Macbook | Samra | Operating Systems | 2 | 30-01-2009 07:58 PM |