Results 1 to 10 of 15
I have installed Debian 3.1 on my pc. The installation went fine but only the "base system" is installed. What i get now is the command prompt after the system ...
- 10-01-2005 #1
Newbie to Debian
I have installed Debian 3.1 on my pc. The installation went fine but only the "base system" is installed. What i get now is the command prompt after the system is booted completely.
After going through the installation material what i have learnt is i have to install Debian's APT modules to get the other modules.
How to get the actual GNOME GUI interface? It's silly that i can't do anything at the command prompt. I know I sound a bit silly!
What is the command to execute my CD-ROM drive and install the each and individual packages on my Debian base system?
Quick help will be greatly appreciated.Registered Linux User#394486
- 10-01-2005 #2Linux User
- Join Date
- Aug 2005
- Location
- Italy
- Posts
- 401
APT system
General informations are in
.Code:man apt
For registering cd-rom Debian sets useFor installing softwareCode:apt-cdrom add
For searching for softwareCode:apt-get install <package-list>
For informations about packagesCode:apt-cache search <keyworks>
See man pages for apt-get and apt-cache... they will be very usefull.Code:apt-cache show <package>
A base installation without installing automatically software during install is my preferred way!
I suggest aThen install whatever you need.Code:apt-get install x-window-system-core gnome-core
When using Windows, have you ever told "Ehi... do your business?"
Linux user #396597 (http://counter.li.org)
- 10-01-2005 #3Linux Newbie
- Join Date
- Jun 2005
- Location
- In me spaceship... ORBITING THE PLANNET!
- Posts
- 110
you can also..
and just select desktop thingy, thats if you havent... then it should fetch the packages needed...Code:tasksel
hopefully i have been of some help...GAH!!!
- 10-01-2005 #4
I have executed >apt-get install x-window-system-core gnome-core
Awesome that was a great help. The GNOME packages were installed without any fuss BUT how to execute the actual GNOME desktop i mean the GUI interface??? I tried restarting the pc but it ends up with the command console interface!!
What is the command to get the interface?Registered Linux User#394486
- 10-01-2005 #5Linux User
- Join Date
- Aug 2005
- Location
- Italy
- Posts
- 401
GUI startup...
If you like to login from shell, you should start GNOME desktop typing
Otherwise, you like to login (optionally automatically) with a graphic client, you should install GDM (Gnome Desktop Manager). Install it withCode:startx
It will start each machine boot, but don't restart. Run as rootCode:apt-get install gdm
Of course you Xserver must be configured properly (however the default configuration often run without problems).Code:/etc/init.d/gdm start
When using Windows, have you ever told "Ehi... do your business?"
Linux user #396597 (http://counter.li.org)
- 10-01-2005 #6
Well I have installed GDM but when i run the GDM by >startx the screen behaves as if something is coming up but nothing happens and comes up with a list error messages. I cant look at all the error messages because the messages keep scrolling on the screen.
The only clear error message which I can see are messages related to "pointing devices" i think this is because i am using a Logitec cordless desktop!
But, I dont know why Debian installation is too tedious? I never had any sought of problem in installing SUSE it is pretty straight forward.
Yesterday after reading an article on Debian i went straight to the local newsagency to buy the latest Debian copy which was given with a Linux mag. But it is really dissappointing to see the massive amount of time it takes to install.
But you guys are doing a real good job with a lightining fast reply if i post a message on the forum. Go fellas!Registered Linux User#394486
- 10-01-2005 #7Linux Newbie
- Join Date
- Jul 2005
- Location
- Turn Around
- Posts
- 202
really? debian install was quick and painless for me. i used this: www.aboutdebian.com/install31.htm
my first ever install, too!
- 10-01-2005 #8Just Joined!
- Join Date
- Apr 2005
- Posts
- 80
- 10-02-2005 #9Just Joined!
- Join Date
- Apr 2005
- Location
- Sao Paulo - Brazil
- Posts
- 17
Try typing base-config. Then, locate "Configure APT", put up some mirrors near you, then go back to main menu and choose "Select and Install packages" or something similar. You'll be prompted with a visual interface to select and install packages. Find out the Tasks category and choose Desktop Environment. That'll install KDE, Gnome and GDM, all with the required libraries. From there you got yourself into a more friendly environment and may ask for help straight from Linux.
However there may be a few trouble as X server depends alot on user's system, and sometimes needs to be configured manually. Like, if you have one on-board graphics card and one off-board which is the one you use, you might need to edit the config file at /etc/X11/XF86Config to setup the correct PCI ID (just do a 'lspci' and convert the shown strings from Hex to Alpha). That all can be found very well explained into web tutorials and ****. Everytime it says missing package or something, go on su and apt-get what you need.
- 10-02-2005 #10
How to access internet from command console? Because while installing the packages and also to get into Linuxforums to check my answers posted by u guys i have to restart my pc to windows! As i said before my base installation was done properly but not the Gnome system.
Registered Linux User#394486


Reply With Quote
