Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 06-06-2006, 05:23 PM   #1 (permalink)
Broken In
 
Join Date: Jun 2005
Posts: 127
Question what is difference between redhat based, Debian, Slackware based linux?

What is actual difference between redhat, Debian, Slackware linux? Especailly from a users point of view. Is there any difference, Will rpm works on all three? Are there any common software packages like rpm for other flavours of Linux?
vinayasurya is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 06-06-2006, 07:32 PM   #2 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default Re: what is difference between redhat based, Debian, Slackware based linux?

All have different package management systems...
vignesh is offline  
Old 06-06-2006, 08:13 PM   #3 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: what is difference between redhat based, Debian, Slackware based linux?

Quote:
Originally Posted by vinayasurya
What is actual difference between redhat, Debian, Slackware linux? Especailly from a users point of view. Is there any difference, Will rpm works on all three? Are there any common software packages like rpm for other flavours of Linux?
Well as the name says.
Red Hat based distros use Red Hat's package Manager i.e. rpm.
Debian based distros use Debain's package Manager i.e. deb.
Slackware based distros use Slackware's package management system i.e. tgz.
Well the end user will be better off using native package for each type of distro. For example it is more recommendable to use deb files than rpm files for Ubuntu, which is based on debian. But, first you should look forward to package specifically compiled for that distro eg. It is favourable to use a deb file compiled for Ubuntu 6.06 then using deb file compiled for Debian 3.1, if you are using Ubuntu 6.06.
Yes rpm will work on all three but you shouldn't use it unless you have no other alternative which is a rare case.
mehulved is offline  
Old 07-06-2006, 02:17 PM   #4 (permalink)
Broken In
 
Join Date: Jun 2005
Posts: 127
Default Re: what is difference between redhat based, Debian, Slackware based linux?

Is there any common standard between these distros? Do all the linux have same working principles and implementation inside?
vinayasurya is offline  
Old 07-06-2006, 04:56 PM   #5 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default Re: what is difference between redhat based, Debian, Slackware based linux?

YUp... The companies can have some extra commands and scripts created but in general they are all same... Eg redhat-system-config-users in REdhat is

users-admin in Ubuntu ... All linux distros all vary in that.. If you are using GUI.. you won`t notice that....
vignesh is offline  
Old 07-06-2006, 08:06 PM   #6 (permalink)
Broken In
 
Join Date: Jun 2005
Posts: 127
Question Re: what is difference between redhat based, Debian, Slackware based linux?

I heard from somewhere that boot process of Debian is different from Redhat. Is it true?
vinayasurya is offline  
Old 07-06-2006, 08:22 PM   #7 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: what is difference between redhat based, Debian, Slackware based linux?

Quote:
Originally Posted by vinayasurya
I heard from somewhere that boot process of Debian is different from Redhat. Is it true?
Well it is somewhat different but as a end user you won't realise much until you really dig deep into the process and how it goes. So, you need not worry much.
In linux everything can differ cos linux always gives lots of choices for everything.
mehulved is offline  
Old 07-06-2006, 08:42 PM   #8 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,513
Smile Re: what is difference between redhat based, Debian, Slackware based linux?

AFAIK,Debian/Ubuntu is superior compared to other distro's due to their use of dpkg/apt package management system.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 08-06-2006, 10:00 PM   #9 (permalink)
Broken In
 
Join Date: Jun 2005
Posts: 127
Default Re: what is difference between redhat based, Debian, Slackware based linux?

Why everyone says that deb packages are better than rpms? Also can anyone suggest one or websites for rpm and deb downloads. I don't have internet connection in Linux so i have to download from windows and apply in Linux, so automated package installation will not work.
vinayasurya is offline  
Old 08-06-2006, 10:38 PM   #10 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,657
Default Re: what is difference between redhat based, Debian, Slackware based linux?

manually installing packages is hell... its better to have a net connection and use apt-get or yum to install...
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 10-06-2006, 11:24 AM   #11 (permalink)
OSS Enthusiast!
 
nitish_mythology's Avatar
 
Join Date: Sep 2005
Location: Hills of Kumaoun
Posts: 664
Default Re: what is difference between redhat based, Debian, Slackware based linux?

Quote:
Originally Posted by vinayasurya
Why everyone says that deb packages are better than rpms? Also can anyone suggest one or websites for rpm and deb downloads. I don't have internet connection in Linux so i have to download from windows and apply in Linux, so automated package installation will not work.
Me too facing the same prb!
__________________
Do you know, Shinigamis only eat apples???
nitish_mythology is offline  
Old 10-06-2006, 03:47 PM   #12 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: what is difference between redhat based, Debian, Slackware based linux?

Then you'll will have to find all the dependancies of the software. Then see how many are present on your system. Are their versions proper. There's no conflict of dependancies. Also, all software needs to be from 1 place. Mixing softwares from different sources will totally mess up your system.
So, you will need to follow the above and then you can install the apps manually.
mehulved is offline  
Old 11-06-2006, 09:16 PM   #13 (permalink)
Alpha Geek
 
Satissh S's Avatar
 
Join Date: Mar 2005
Location: Chennai , India
Posts: 693
Default Re: what is difference between redhat based, Debian, Slackware based linux?

IMHO I would classify distro's into two manners
1. Source
2. Binary
I dont think its a matter of debian is better than RH (it is though ) but generally i would prefer and iam using a source based distro. Why would u want to use stuff which someone else has bordered for you??

This is a free world, u want some free software?? download the source and build it for your machine. Make it for your machine. Make it work better. And this is basically the differences between distro's.
__________________
Call it Emacs,
Love it or Leave it.
Satissh S is offline  
Old 09-07-2008, 12:11 PM   #14 (permalink)
Apprentice
 
cooldude666666's Avatar
 
Join Date: Jul 2006
Posts: 50
Talking Re: what is difference between redhat based, Debian, Slackware based linux?

Quote:
Originally Posted by Satissh S View Post
but generally i would prefer and iam using a source based distro. Why would u want to use stuff which someone else has bordered for you??

This is a free world, u want some free software?? download the source and build it for your machine. Make it for your machine. Make it work better.
I too think this is the best way to install software. And as far as my experience goes(I don't have much), installing from source is just a matter of ./configure, make and make install. And at times you would need to make some changes in some configuration files but that too is easy as its all documented. And it really is As Easy As Saying This!
__________________
-----------------------------------------------------
Keeping it Posted!!!!!!!!!

Last edited by cooldude666666; 09-07-2008 at 12:13 PM. Reason: Erroroneous Post
cooldude666666 is offline  
Old 09-07-2008, 01:05 PM   #15 (permalink)
in search of myself
 
CadCrazy's Avatar
 
Join Date: Sep 2006
Location: Gurgaon
Posts: 1,719
Default Re: what is difference between redhat based, Debian, Slackware based linux?

Lol BUMP of the year award
__________________
::::::::::::::::::::
Unban Praka123
::::::::::::::::::::
Vista is my Secretary | Mac is my Girlfriend | Linux is my Wife
"Ek Se Mera Kya Hoga"
CadCrazy is offline  
Old 09-07-2008, 01:09 PM   #16 (permalink)
Pat
Member of Apple Family
 
Pat's Avatar
 
Join Date: Nov 2007
Location: Mumbai
Posts: 1,383
Default Re: what is difference between redhat based, Debian, Slackware based linux?

Quote:
Originally Posted by cooldude666666 View Post
I too think this is the best way to install software. And as far as my experience goes(I don't have much), installing from source is just a matter of ./configure, make and make install. And at times you would need to make some changes in some configuration files but that too is easy as its all documented. And it really is As Easy As Saying This!
I dont see the point in bumping such an old thread. Talking about this issue, not everyone has time/patience to compile everything from source. Secondly its not as easy as you make it sound. You need to have all the needed libraries and dependencies installed on your system in order for the app to compile correctly
Pat is offline  
Old 09-07-2008, 01:19 PM   #17 (permalink)
Always confused
 
vamsi360's Avatar
 
Join Date: May 2008
Location: Mandriva Control Center
Posts: 349
Post Re: what is difference between redhat based, Debian, Slackware based linux?

debian .deb
redhat .rpm

Quote:
Originally Posted by mehulved View Post
Well as the name says.
Red Hat based distros use Red Hat's package Manager i.e. rpm.
Debian based distros use Debain's package Manager i.e. deb.
Slackware based distros use Slackware's package management system i.e. tgz.
Well the end user will be better off using native package for each type of distro. For example it is more recommendable to use deb files than rpm files for Ubuntu, which is based on debian. But, first you should look forward to package specifically compiled for that distro eg. It is favourable to use a deb file compiled for Ubuntu 6.06 then using deb file compiled for Debian 3.1, if you are using Ubuntu 6.06.
Yes rpm will work on all three but you shouldn't use it unless you have no other alternative which is a rare case.
We have to install seperate binaries in Ubuntu to install rpm packages.We cannnot install them directly.
Instead we can use targz or tarbz2 source codes which come with all dependencies and also work on almost every linux distribution on earth

Last edited by vamsi360; 09-07-2008 at 01:41 PM. Reason: Automerged Doublepost
vamsi360 is offline  
Old 09-07-2008, 01:29 PM   #18 (permalink)
Pat
Member of Apple Family
 
Pat's Avatar
 
Join Date: Nov 2007
Location: Mumbai
Posts: 1,383
Default Re: what is difference between redhat based, Debian, Slackware based linux?

Quote:
Originally Posted by vamsi360 View Post
debian .deb
redhat .rpm


We have to install seperate binaries in Ubuntu to install rpm packages.We cannnot install them directly.
Instead we can use targz or tarbz2 packages which work on almost every linux distribution on earth
Whats with the fonts dude ? Anyways, tgz and bz etc. are not packages, they are source-codes that you need to compile in order to be able to use the app. Please refer to my previos post for the problems with compiling from source.
Pat is offline  
Old 09-07-2008, 01:33 PM   #19 (permalink)
Think Zen.
 
ray|raven's Avatar
 
Join Date: Dec 2005
Posts: 1,498
Default Re: what is difference between redhat based, Debian, Slackware based linux?

Quote:
Originally Posted by Pat View Post
Whats with the fonts dude ? Anyways, tgz and bz etc. are not packages, they are source-codes that you need to compile in order to be able to use the app. Please refer to my previos post for the problems with compiling from source.
As it so happens , tgz is also the same extension used by slackware packages.

Oh n btw , why'd u guys bump a ~2 year old thread again?
__________________
Do what you will; but not because you must. -- Zen Quote
ray|raven is offline  
Old 09-07-2008, 01:34 PM   #20 (permalink)
Always confused
 
vamsi360's Avatar
 
Join Date: May 2008
Location: Mandriva Control Center
Posts: 349
Default Re: what is difference between redhat based, Debian, Slackware based linux?

Quote:
Originally Posted by vinayasurya View Post
Why everyone says that deb packages are better than rpms? Also can anyone suggest one or websites for rpm and deb downloads. I don't have internet connection in Linux so i have to download from windows and apply in Linux, so automated package installation will not work.
For Ubuntu u can visit packages.ubuntu.com and get every software available and compiled for ubuntu.But the problem is that u have to find the correct dependencies.There is a trick.When u are downloading for example vlc player deb package other similar packages are also listed.Then u download the others also along with it.Mostly this works but u may get frustrated like me as i used to in my earlier days.So be patient when u dont get a net connection for ubuntu.It is adviceble to get a net connection with ubuntu.
UF you want a complete full linux distro that contain every codecs and every drivers that are not free go for mandriva One or PCLinuxOS 2007.These are very best for beginners.


Quote:
Originally Posted by Pat View Post
Whats with the fonts dude ? Anyways, tgz and bz etc. are not packages, they are source-codes that you need to compile in order to be able to use the app. Please refer to my previos post for the problems with compiling from source.
tarbz2 are source codes.I apolozize,but we can easily compile them on any linux distro.

yeah...........very old thread.Even the owner would have forgotten it

Last edited by vamsi360; 09-07-2008 at 01:45 PM. Reason: Automerged Doublepost
vamsi360 is offline  
Old 09-07-2008, 05:16 PM   #21 (permalink)
Who stole my Alpaca!
 
FilledVoid's Avatar
 
Join Date: Jan 2005
Location: Kerala
Posts: 2,019
Default Re: what is difference between redhat based, Debian, Slackware based linux?

Lol @ bump !

Quote:
UF you want a complete full linux distro that contain every codecs and every drivers that are not free go for mandriva One or PCLinuxOS 2007.These are very best for beginners.
PCLinux and mandriva one has all codecs preinstalled?
__________________
The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often"
FilledVoid is offline  
Old 09-07-2008, 05:21 PM   #22 (permalink)
The Smaller Bang
 
MetalheadGautham's Avatar
 
Join Date: Sep 2007
Location: Gautham City
Posts: 7,431
Default Re: what is difference between redhat based, Debian, Slackware based linux?

Quote:
Originally Posted by FilledVoid View Post
Lol @ bump !



PCLinux and mandriva one has all codecs preinstalled?
I seriously doubt it.

Mint is the way to go if you are looking at propiatary compatibility and are a newbie.
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
MetalheadGautham is offline  
Old 09-07-2008, 05:24 PM   #23 (permalink)
Pat
Member of Apple Family
 
Pat's Avatar
 
Join Date: Nov 2007
Location: Mumbai
Posts: 1,383
Default Re: what is difference between redhat based, Debian, Slackware based linux?

Quote:
Originally Posted by FilledVoid View Post
Lol @ bump !



PCLinux and mandriva one has all codecs preinstalled?
AFA PCLinuxOS is concerned, it bundles not all, but definitely more codecs than are available on a default Ubuntu install,for example. I dont think thats the case with Mandriva though!

Quote:
Originally Posted by MetalheadGautham View Post
I seriously doubt it.

Mint is the way to go if you are looking at propiatary compatibility and are a newbie.
+1

Last edited by Pat; 09-07-2008 at 05:25 PM. Reason: Automerged Doublepost
Pat is offline  
Old 09-07-2008, 05:39 PM   #24 (permalink)
Alpha Geek
 
adi007's Avatar
 
Join Date: Sep 2007
Location: hassan
Posts: 714
Default Re: what is difference between redhat based, Debian, Slackware based linux?

I have seen other forum's which will archive the threads and posts after certain time and no one can post that...
why their is no such facility here..?
As a result some people who come across such threads via search will just post and bump the thread
__________________
☼ onlyfreewares.info ► Onlyfreewares...Nothing Else !!
☼ regtweak.info ► Windows Registry hacks and tricks
☼ blog.aditech.info ► There is something for everyone
adi007 is offline  
Old 09-07-2008, 06:05 PM   #25 (permalink)
Wise Old Owl
 
hullap's Avatar
 
Join Date: Dec 2006
Location: delhi
Posts: 1,425
Default Re: what is difference between redhat based, Debian, Slackware based linux?

Quote:
Originally Posted by cooldude666666 View Post
I too think this is the best way to install software. And as far as my experience goes(I don't have much), installing from source is just a matter of ./configure, make and make install. And at times you would need to make some changes in some configuration files but that too is easy as its all documented. And it really is As Easy As Saying This!
i dont get it,
what do u guys get by bumping threads?
hullap is offline  
Old 09-07-2008, 06:07 PM   #26 (permalink)
The Smaller Bang
 
MetalheadGautham's Avatar
 
Join Date: Sep 2007
Location: Gautham City
Posts: 7,431
Default Re: what is difference between redhat based, Debian, Slackware based linux?

Quote:
Originally Posted by adi007 View Post
I have seen other forum's which will archive the threads and posts after certain time and no one can post that...
why their is no such facility here..?
As a result some people who come across such threads via search will just post and bump the thread
some threads, like these, are still valid.
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
MetalheadGautham is offline  
Old 10-07-2008, 01:22 PM   #27 (permalink)
Always confused
 
vamsi360's Avatar
 
Join Date: May 2008
Location: Mandriva Control Center
Posts: 349
Post Re: what is difference between redhat based, Debian, Slackware based linux?

PCLinuxOS,Mint and Mandriva one come with almost ever codecs and proprietary drivers.I promise you.Be sure you are using the newest version

Last edited by vamsi360; 13-12-2008 at 04:05 PM.
vamsi360 is offline  
Old 10-07-2008, 01:53 PM   #28 (permalink)
Pat
Member of Apple Family
 
Pat's Avatar
 
Join Date: Nov 2007
Location: Mumbai
Posts: 1,383
Default Re: what is difference between redhat based, Debian, Slackware based linux?

^^ Dude whats with the fonts and colors ? Can you please use the default text formatting ?
Pat is offline  
Old 10-07-2008, 01:57 PM   #29 (permalink)
Wise Old Owl
 
Dark Star's Avatar
 
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
Default Re: what is difference between redhat based, Debian, Slackware based linux?

Quote:
Originally Posted by vamsi360 View Post
PCLinuxOS and Mandriva one come with almost ever codecs and proprietary drivers.I promise you.
No it does not.. they do provide Flash and mp3 and few more codecs.. But restricted codecs like real media, win32 and libdvd codecs need to be installed !
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
Dark Star is offline  
Old 10-07-2008, 09:32 PM   #30 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: what is difference between redhat based, Debian, Slackware based linux?

Quote:
Originally Posted by Pat View Post
I dont see the point in bumping such an old thread. Talking about this issue, not everyone has time/patience to compile everything from source. Secondly its not as easy as you make it sound. You need to have all the needed libraries and dependencies installed on your system in order for the app to compile correctly
Easier in gentoo.

Quote:
Originally Posted by vamsi360 View Post
We have to install seperate binaries in Ubuntu to install rpm packages.We cannnot install them directly.
Thank you for enlightening me.
__________________
http://www.bash.org/?258908

Last edited by mehulved; 10-07-2008 at 09:35 PM. Reason: Automerged Doublepost
mehulved is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +5.5. The time now is 05:12 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2