LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 11-30-2004, 11:13 AM   #1
theseer540
LQ Newbie
 
Registered: Nov 2004
Distribution: Gentoo, Fedora Core 3, Suse Pro 9.1
Posts: 13

Rep: Reputation: 0
APT get invocations for installing KDE


I recently got my Pentium 3 to triple boot after much head-pounding with mepis' horrible grub (see signature). Ubuntu fixed all, and now I happily boot between Ubuntu, Fedora, and XP.

I do not generally have access to the internet (wifi=pain, and haven't sprung for 150ft ethernet cable yet) on that machine, although I can lug it to the router occasionally.

I was wondering how to install KDE & the Keramic theme (not a GNOME fan, sry) on Ubuntu via apt-get or by finding .debs. The later sounds like dependency hell waiting to happen, so my guess is that I will lug computer to router and use apt get. The thing is, how do I configure apt -get ? (intermediate rpm-based user but debian newb) What invocations do I use (i.e. apt .....)? Do you guys have any .deb repository recommendations?

On a tangent, if I get things like xine (and libdvdcss) separately, is there a .deb command similar to the "rpm" command in fedora? If so, what is the syntax?

Another thing, what is the difference between "testing", "stable", and "unstable"?

Any help on this newb stuff greatly appreciated. BTW, ubuntu runs faster than x86_64 Suse (IMHO).

Thanks,
James
 
Old 11-30-2004, 08:01 PM   #2
audibel
Member
 
Registered: Oct 2004
Distribution: Debian Sarge
Posts: 177

Rep: Reputation: 30
You probably want to go with the testing distrobution, unless you need an absolutely solid system. I started with Woody (which is the stable distro) but it didn't support my graphics chipset very well, so I decided to go with Sarge (testing distro) and upgrade the kernel to 2.6.8, my system works GREAT! Sid(unstable) is for those on the developing edge of Debian, or for those who like to live dangerously in general.

The aptitude front end for apt is extraordinary, easy to use, and versatile. Check out www.debian.org for a list of mirrors which contain stable, testing, and unstable distros of Debian. You can add the sites using the base-config front-end or by editing the /etc/apt/sources.list to include the mirror that you choose.

Hope this helps... good luck, I think Debian is great, and I don't see any need to try other distros at all.

If you get individual packages you can use dpkg -i filename.deb to unpack and setup the package. If you need to go back and change the configuration (for example your xserver) you can use dpkg-reconfigure xserver-xfree86 (NOTE after you install the package you do not use the full file name) do a man dpkg for any questions on other uses.

I'm not sure if Ubuntu has the base-config front-end or not as I have never used it.

Last edited by audibel; 11-30-2004 at 08:06 PM.
 
Old 12-01-2004, 03:23 PM   #3
theseer540
LQ Newbie
 
Registered: Nov 2004
Distribution: Gentoo, Fedora Core 3, Suse Pro 9.1
Posts: 13

Original Poster
Rep: Reputation: 0
apt & KDE

I checked Ubuntu's website, and it basically says that Ubuntu is a "testing" Debian distro. It uses kernel 2.6.8.

audibel, you answered all of my questions except one.
What are the specific apt (or aptitude) calls for KDE? (Ubuntu "is" Debian, i just didn't want to burn 7 cds (Ubuntu is one cd with 3 cds worth of packages compressed).

like:

#apt ....
or
#aptitude ...

BTW... thanks, aptitude seems sweet
 
Old 12-01-2004, 05:20 PM   #4
audibel
Member
 
Registered: Oct 2004
Distribution: Debian Sarge
Posts: 177

Rep: Reputation: 30
Re: apt & KDE

Quote:
Originally posted by theseer540
I checked Ubuntu's website, and it basically says that Ubuntu is a "testing" Debian distro. It uses kernel 2.6.8.

audibel, you answered all of my questions except one.
What are the specific apt (or aptitude) calls for KDE? (Ubuntu "is" Debian, i just didn't want to burn 7 cds (Ubuntu is one cd with 3 cds worth of packages compressed).

like:

#apt ....
or
#aptitude ...

BTW... thanks, aptitude seems sweet
I'm not too sure on that, as I don't use the apt apps individually and I only use aptitude as #aptitude... I know there is apt-get, but that's all. Glad you like aptitude, I think it's the greatest thing since sliced bread. When I installed woody, All I had was dselect, it was no fun at all.
 
Old 12-02-2004, 07:49 AM   #5
theseer540
LQ Newbie
 
Registered: Nov 2004
Distribution: Gentoo, Fedora Core 3, Suse Pro 9.1
Posts: 13

Original Poster
Rep: Reputation: 0
dselect??!! dselect sounded like trouble from the get go. Personally I don't think that one should have to learn several commands, rifle through 8300 descriptions, try to boot, only to fail and have to install more packages....

I think its better to get a base install and THEN mod it.
 
Old 12-02-2004, 07:54 AM   #6
Wells
Member
 
Registered: Nov 2004
Location: Florida, USA
Distribution: Debian, Redhat
Posts: 417

Rep: Reputation: 53
Quote:
Originally posted by theseer540
dselect??!! dselect sounded like trouble from the get go. Personally I don't think that one should have to learn several commands, rifle through 8300 descriptions, try to boot, only to fail and have to install more packages....

I think its better to get a base install and THEN mod it.
Actually, dselect can be quite handy in certain situations. Not everyone has a graphical display on their system, so aptitude isn't always the answer. I find that dselect can be VERY handy if I am just looking for a specific package and don't quite know what the heck it is called. I use dselect to find the name, then immediately quite out of dselect and use apt-get to actually grab it and install.
 
Old 12-02-2004, 08:42 AM   #7
theseer540
LQ Newbie
 
Registered: Nov 2004
Distribution: Gentoo, Fedora Core 3, Suse Pro 9.1
Posts: 13

Original Poster
Rep: Reputation: 0
dselect

then I guess it is handy post-install.

Could I use it to install KDE? (using real Debian disks as source for packages)
 
Old 12-02-2004, 08:45 AM   #8
Wells
Member
 
Registered: Nov 2004
Location: Florida, USA
Distribution: Debian, Redhat
Posts: 417

Rep: Reputation: 53
I don't see why you couldn't use it. The user interface of dselect take a bit of getting used to, as the commands are a bit arcane, but it does work so long as you take care in what you are doing. All it really is is a curses front-end to apt, the same as aptitude is an X front-end to apt.
 
Old 12-02-2004, 09:51 AM   #9
Ironi
LQ Newbie
 
Registered: May 2003
Location: Lansing, MI
Distribution: Debian
Posts: 27

Rep: Reputation: 15
Quote:
Originally posted by Wells
aptitude is an X front-end to apt.
No, aptitude is a text-mode frontend. Perhaps you're thinking of synaptic?
 
Old 12-02-2004, 10:13 AM   #10
Wells
Member
 
Registered: Nov 2004
Location: Florida, USA
Distribution: Debian, Redhat
Posts: 417

Rep: Reputation: 53
Quote:
Originally posted by Ironi
No, aptitude is a text-mode frontend. Perhaps you're thinking of synaptic?
Oh jeez! You are absolutely right in that. I'm an idiot sometimes.
 
Old 12-02-2004, 06:55 PM   #11
ale_ryu
LQ Newbie
 
Registered: Dec 2004
Location: Corrientes, Argentina
Distribution: Debian
Posts: 8

Rep: Reputation: 0
Talking It's easyyyyyy!

You just have to change stable or testing in your /ect/apt/sources.list to sarge or unstable, then you run apt-get update and you will be able to install KDE3. After the installation, you can change your sources.list back to normal.
 
Old 12-03-2004, 01:34 AM   #12
yotamk
Member
 
Registered: Nov 2004
Location: ~
Distribution: Debian
Posts: 145

Rep: Reputation: 15
Go to http://www.debian.org/doc/manuals/ap.../index.en.html to learn how to work with apt.
I find it more convenient then Aptitude or Synaptic in most cases.

If you want to install from CD, I think you should do: "apt-cdrom add" (make sure you have the CD inserted...) - this is also explained in the above link.

If you want to keep a mixed system (e.g. have the 'unstable' version of KDE), you should have a source (in sources.list) pointing to 'unstable', then do: apt-get -t unstable install kde.

If you want to use CD as your source then I guess you will have to get a sid (unstable version) CD - I think there is NO official sid ISO images available for download, but you may find unofficial ones. Not sure about this (last paragraph). You should check further.

Last edited by yotamk; 12-03-2004 at 04:39 AM.
 
Old 12-03-2004, 02:43 PM   #13
jsmarshall85
Member
 
Registered: Aug 2003
Posts: 386

Rep: Reputation: 30
to install kde, do the following

edit your /etc/apt/sources.list file and put in testing (sarge) or unstable (sid) where it says stable (woody), by the way, sarge is going to be the new stable soon and they will come up with a new name for testing, sid will remain unstable just as he was in Toy Story

apt-get update, then
apt-get dist-upgrade, reboot just to make sure, then
apt-get install kde

if you do not have x windows installed do
apt-get install x-window-system
reboot

when you login, type startx and kde should load

what kind of video card do you have? you might want to run dpkg-reconfigure xserver-xfree86 before you run startx, this will setup your video and monitor and screen resolution, stuff like that.

best place to go is the post-installation thread at the top of the debian forum which is here
 
Old 12-03-2004, 05:26 PM   #14
theseer540
LQ Newbie
 
Registered: Nov 2004
Distribution: Gentoo, Fedora Core 3, Suse Pro 9.1
Posts: 13

Original Poster
Rep: Reputation: 0
The video card I have on that computer is a NVIDIA Geforce 256 (32MB)
The monitor is some random 15" Dell that goes up to 1280x 1024.

Thanks for all of the apt invocations and aptitude/synaptic instructions, now I just need good "unstable" sources for download...hmm....

any recommendations?
 
Old 12-03-2004, 05:55 PM   #15
audibel
Member
 
Registered: Oct 2004
Distribution: Debian Sarge
Posts: 177

Rep: Reputation: 30
ftp://ftp.us.debian.org/debian/pool/main

That holds are distros... the packages list is on the same site, just ftp around a little... something like debian/distrs/unstable/
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Apt doesn't like KDE DaBlade Linux - Software 9 03-29-2005 02:45 PM
How to apt-get KDE 3.3 ? glenn69 Linux - Newbie 5 10-01-2004 12:11 PM
apt-get error installing xlibs 4.2.1-14, apt-get won't work at all now pib Debian 1 12-10-2003 11:39 PM
installing KDE using apt. init-5 Linux - Software 10 09-21-2003 09:40 PM
KDE 3 via apt-get steptrev Debian 6 09-10-2003 04:26 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 09:42 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration