Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
08-24-2005, 10:25 PM
|
#16
|
|
LQ Newbie
Registered: Aug 2005
Posts: 24
Original Poster
Rep:
|
alright.. that fixed that. Now im getting " you may want to run apt-get update ( which i did ) to correct these problems and the famous " Package gnome has no installation candidate"
any more suggestions ?
|
|
|
|
08-24-2005, 10:26 PM
|
#17
|
|
Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
I have just installed Debian Sid (unstable) and here is my /etc/apt/sources.list,
To install an xserver, I did
Code:
#apt-get install xserver-xorg x-window-system
To install gnome, I did
Code:
#apt-get install gnome-desktop
Pick a mirror near you from the Debian website.
|
|
|
|
08-24-2005, 10:52 PM
|
#18
|
|
LQ Newbie
Registered: Aug 2005
Posts: 24
Original Poster
Rep:
|
thanks alot i finaly got it working.. apreciate all the help everyone gave me
Thanks alot 
|
|
|
|
08-25-2005, 02:28 AM
|
#19
|
|
LQ Newbie
Registered: Aug 2005
Location: Germany
Distribution: Debian sid
Posts: 15
Rep:
|
In general when you want to install something with Debian, search the sources for the exact name of the package (like in your gome case).
To do this, use: "apt-cache search"
e.g.
"apt-cache search gnome" will give you gnome related packages.
But often this gives you too many results, because it also searches the description of packages, so add grep to it, to only show those with "gnome" in the package-name, like:
apt-cache search gnome | grep gnome
then you'll see what packege you need, in your case gnome-desktop, and just do the usual apt-get install.
oh, how I love apt for its simplicity ...
anyway, just wanted to add this to the post, it was a great help to me, when I didn't really know the name of something I was searching, like a certain dockapp for my WM, then I can just search for "dockapp" or "clock" or whatever and it'll give me some results to choose from.
But you may always want to take a quick look at the related manpage, for many more options to append to apt-commands.
|
|
|
|
08-25-2005, 05:28 AM
|
#20
|
|
Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
Thanks DefRay, I was looking for that kind of command. 
|
|
|
|
08-26-2005, 03:07 AM
|
#21
|
|
LQ Newbie
Registered: Aug 2005
Location: UK
Distribution: Ubuntu 5.04, CentOS 4.2, Debian Sarge, Mepis, FreeBSD
Posts: 16
Rep:
|
Couldn't be easier with Apt. Installed base off CD, then did a apt-get install kde. Prior to that, setup ftp for source. All done 
|
|
|
|
08-26-2005, 04:12 AM
|
#22
|
|
Member
Registered: May 2004
Location: Karlsruhe, Germany
Distribution: debian, gentoo, os x (darwin), ubuntu
Posts: 940
Rep:
|
|
|
|
|
08-26-2005, 04:32 AM
|
#23
|
|
Member
Registered: May 2004
Location: Karlsruhe, Germany
Distribution: debian, gentoo, os x (darwin), ubuntu
Posts: 940
Rep:
|
try apt-get install x-window-system-core
or
apt-get install x-window-system
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:37 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|