LinuxQuestions.org
Help answer threads with 0 replies.
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 04-13-2005, 05:43 AM   #1
bamboo_spider
LQ Newbie
 
Registered: Jan 2005
Location: Uttaranchal - India Himalaya
Distribution: Mandrake 10.1
Posts: 12

Rep: Reputation: 0
List of 6600 packages on Debian Sarge


Hi

I am currently running Mandrake 10.1 CE. ANd have it pretty much well configured for almost everything. But I heard of debian and recently received a debian sarge dvd.

I am interested in trying debian ( what with the distro fever and stuff) but need to know what packages would be installed by default. How can I know (there are some 6600 !)

Also I have mozilla messenger (something like thunderbird) with a whole lot of mails and don't want to lose them because of the transfer. So what do I do for this.

Thirdly : I have always had difficulty playing videos (DVD's , VCD's etc) are debian's default packages good enough or will I have to download stuff and compile.

Lastly - how do I know if my Mandrake is set up for dual boot and what do I need to do to make it dual boot. I know that the hd will need to be partitioned so what do I use in Mandrake to do and then what next steps.

thanks

bamboo
 
Old 04-14-2005, 04:22 PM   #2
m_yates
Senior Member
 
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,249

Rep: Reputation: 101Reputation: 101
Quote:
...but need to know what packages would be installed by default. How can I know (there are some 6600 !)
You can install as many or as few as you like. The first time you reboot after installing the base system, it runs "base-config" to set up your install. Part of that is selecting packages to install. To do that, it runs a program called "tasksel" that you can use to install groups of packages to do specific tasks, like "desktop environment", "mail server", etc. You can choose not to select any packages there and just exit if you want full control of what is installed. You will be left with a text prompt and you can pick and choose things from the DVD or internet using apt. For example:
Code:
apt-get install x-window-system
will install the x windows and:
Code:
apt-get install kde-core
will install a basic KDE environment.
Code:
apt-get install kde
will install all of KDE.

Quote:
Also I have mozilla messenger (something like thunderbird) with a whole lot of mails and don't want to lose them because of the transfer. So what do I do for this.
You can copy the .mozilla directory that has your mails in your home directory to your home directory of the new install. I just did this migration myself. Just make sure that you have the same mozilla themes installed on both if you want to use the same theme. All the configuration files are there including themes, bookmarks, e-mails, etc.

Quote:
Thirdly : I have always had difficulty playing videos (DVD's , VCD's etc) are debian's default packages good enough or will I have to download stuff and compile.
To play DVD's you need non-free stuff that isn't available in Debian. It is easy enough to install though and has been answered here plenty of times. Just make sure you install mplayer, w32codecs, mozilla-mplayer, and libdvdcss2. Search the forum here for how to use Marillat's Debian repositories.

Quote:
what do I need to do to make it dual boot.
There is a guide on multi-booting Linux available from Distrowatch: http://distrowatch.com/weekly.php?issue=20040614#2
 
Old 04-14-2005, 04:53 PM   #3
t3gah
Member
 
Registered: Dec 2004
Distribution: SuSE, RedHat, ubuntu, Debian
Posts: 734

Rep: Reputation: 30
Question Re: List of 6600 packages on Debian Sarge

Quote:
Originally posted by bamboo_spider
Hi

I am currently running Mandrake 10.1 CE. ANd have it pretty much well configured for almost everything. But I heard of debian and recently received a debian sarge dvd.

I am interested in trying debian ( what with the distro fever and stuff) but need to know what packages would be installed by default. How can I know (there are some 6600 !)

Also I have mozilla messenger (something like thunderbird) with a whole lot of mails and don't want to lose them because of the transfer. So what do I do for this.

Thirdly : I have always had difficulty playing videos (DVD's , VCD's etc) are debian's default packages good enough or will I have to download stuff and compile.

Lastly - how do I know if my Mandrake is set up for dual boot and what do I need to do to make it dual boot. I know that the hd will need to be partitioned so what do I use in Mandrake to do and then what next steps.

thanks

bamboo
Are you sure you have the right install medium from Debian?

The following quote is direct from the html on the install CD #1 of the CD-ROM version of Debian 3.1 (Sarge):
Quote:
Debian GNU/Linux is:

full featured: Debian includes more than 8250 software packages at present. Users can select which packages to install; Debian provides a tool for this purpose. You can find a list and descriptions of the packages currently available in Debian at any of the Debian mirror sites.
Quote source > Debian 3.1 (Sarge) Install CD #1 (file:/cdrom/doc/FAQ/html/ch-basic_defs.en.html)

Where did you get the idea that it's just 6,600 packages?

Last edited by t3gah; 04-14-2005 at 05:02 PM.
 
Old 04-21-2005, 10:48 AM   #4
bamboo_spider
LQ Newbie
 
Registered: Jan 2005
Location: Uttaranchal - India Himalaya
Distribution: Mandrake 10.1
Posts: 12

Original Poster
Rep: Reputation: 0
Re: Re: List of 6600 packages on Debian Sarge

Quote:
Originally posted by t3gah
Are you sure you have the right install medium from Debian?

The following quote is direct from the html on the install CD #1 of the CD-ROM version of Debian 3.1 (Sarge): Quote source > Debian 3.1 (Sarge) Install CD #1 (file:/cdrom/doc/FAQ/html/ch-basic_defs.en.html)

Where did you get the idea that it's just 6,600 packages?
Well its a dvd from PC Quest - a computer magazine in India

The quote on it says "Debian Sarge, including 6616 packages. Will autoboot and install of the dvd".

anyway the reality of the packages will be in its use.
An heard that debian is one of the tougher linux's to use
is that true

regards
bamoo
 
Old 04-21-2005, 10:49 AM   #5
bamboo_spider
LQ Newbie
 
Registered: Jan 2005
Location: Uttaranchal - India Himalaya
Distribution: Mandrake 10.1
Posts: 12

Original Poster
Rep: Reputation: 0
Thanks

Thanks for the info. Will follow it up.

regards
 
  


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
list installed debian packages Fernandoch Debian 4 07-07-2005 05:16 AM
Debian Sarge - old packages? J_K9 Debian 4 06-15-2005 06:27 AM
get list of latest list of packages bobwall Linux - Distributions 1 11-30-2004 03:48 PM
Debian Sarge & 14 CD's of packages... Eux Debian 8 11-07-2004 05:21 PM
Script to Remove a List of Debian Packages zael Programming 6 05-27-2004 05:36 PM

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

All times are GMT -5. The time now is 05:45 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