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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
11-29-2009, 05:54 AM
|
#121
|
LQ Guru
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
|
No, still here, and will be here for another 10 hours or so.
What was going wrong? What were the errors?
Kind regards,
Eric
|
|
1 members found this post helpful.
|
11-29-2009, 05:59 AM
|
#122
|
Member
Registered: Nov 2009
Posts: 215
Original Poster
Rep:
|
Oh, only 10 hours?
Update, seemed to work fine.
Upgrade, seeded to work fine.
Install, not so hot. Same errors as before: "couldn't find kde-base" etc...
|
|
|
11-29-2009, 06:07 AM
|
#123
|
LQ 5k Club
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529
|
Quote:
Install, not so hot. Same errors as before: "couldn't find kde-base" etc...
|
The correct syntax is
Code:
apt-get install kdebase
|
|
1 members found this post helpful.
|
11-29-2009, 06:09 AM
|
#124
|
LQ Guru
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
|
Let's take it a bit further. Go back to your Debian console, login as root and do the following:
Code:
cd /etc/apt
cat sources.list
That file should contain something like this:
Code:
deb http://http.us.debian.org/debian stable main contrib non-free
deb http://security.debian.org stable/updates main contrib non-free
If it does, all good. If it doesn't then you'll have to add them to that file using an editor:
type in what's needed there and exit with CTRL-X, respond yes when asked to save.
Next check if you have xorg-xserver installed:
Code:
dpkg -l 'xserver-xorg'
If it's there, good, if it's not:
Code:
apt-get install xserver-xorg
Next try:
Code:
apt-get install kdebase
Kind regards,
Eric
Last edited by EricTRA; 11-29-2009 at 06:14 AM.
Reason: Typo: xorg-xserver => xserver-xorg
|
|
1 members found this post helpful.
|
11-29-2009, 06:11 AM
|
#125
|
LQ 5k Club
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529
|
Quote:
dpkg -l 'xorg-xserver'
apt-get install xorg-xserver
|
The correct syntax is
|
|
1 members found this post helpful.
|
11-29-2009, 06:13 AM
|
#126
|
LQ Guru
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
|
Quote:
Originally Posted by repo
The correct syntax is
Code:
apt-get install kdebase
|
Thanks repo, I knew it had to be something that simple that I just overlooked it.
Kind regards,
Eric
|
|
1 members found this post helpful.
|
11-29-2009, 06:18 AM
|
#127
|
Member
Registered: Nov 2009
Posts: 215
Original Poster
Rep:
|
OK friends, we all human! No big deal! We cool!
I'm gonna get this thing to work. Let me finish writing it down...
|
|
|
11-29-2009, 06:20 AM
|
#128
|
LQ Guru
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
|
Sure you'll get it to work, maybe even before you get hooked on cafeine beyond the point of no return
Kind regards,
Eric
|
|
1 members found this post helpful.
|
11-29-2009, 06:29 AM
|
#129
|
LQ Guru
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573
|
LOL
Maybe you should set firefox on AOL radio and jam out while doing this
Thats what i do when hacking at stuff
Turn the volume all the way up, headphones on!
You'll get it
and:
Quote:
Linus, brother, if you have an Iron Maiden distro, you ROCK! Have any screen shots of it?!
|
I wanted to make it from Debian
but what Desktop, I dont wanna be redundant with fluxbox/LXDE
so what then?
No screenshots cause I made one from Ubuntu-9.10
but no...
I wanna use e17
Can one get e17 in Debian Lenny?
so, your going with Debian and KDE?
|
|
1 members found this post helpful.
|
11-29-2009, 06:32 AM
|
#130
|
Member
Registered: Nov 2009
Posts: 215
Original Poster
Rep:
|
Oh Eric, already hooked! Had a second job @ Starcracks just for all my free bean!. Now, I get my Ex, my son's mother, to bring all HERS to me! Mwwaaa haa hahahahah!
Ha, one customer told me once, for as much coffee as I drink, I should take up a late-night computer programming hobby! HAA! Look at me NOW, Dave!
Ok, here goes, brothers...
|
|
|
11-29-2009, 06:35 AM
|
#131
|
Member
Registered: Nov 2009
Posts: 215
Original Poster
Rep:
|
Debian and KDE, for now. Then I gotta save all my written notes, so I can do it all again with another. Kubuntcake has my attention...
Who need aol radio, when you have 18 hrs of live NIGHTWISH blasting!!!!!
|
|
|
11-29-2009, 07:02 AM
|
#132
|
Member
Registered: Nov 2009
Posts: 215
Original Poster
Rep:
|
Ok now.. oh hold pls... brb
|
|
|
11-29-2009, 07:08 AM
|
#133
|
Member
Registered: Nov 2009
Posts: 215
Original Poster
Rep:
|
Use the quotes 'xserver-xorg' where indicated, right?
After all that, I logged out, logged back into root, and tried to get in again with startx.
No go. What's next?
|
|
|
11-29-2009, 07:10 AM
|
#134
|
LQ Guru
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
|
But you didn't get any errors now installing the packages?
|
|
1 members found this post helpful.
|
11-29-2009, 07:24 AM
|
#135
|
Member
Registered: Nov 2009
Posts: 215
Original Poster
Rep:
|
No errors!!!!
|
|
|
All times are GMT -5. The time now is 01:03 PM.
|
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
|
|