Page 1 of 2 1 2 LastLast
Results 1 to 30 of 43
  1. #1
    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?

  2. #2
    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...

  3. #3
    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.

  4. #4
    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?

  5. #5
    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....

  6. #6
    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?

  7. #7
    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.

  8. #8
    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

  9. #9
    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.

  10. #10
    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

  11. #11
    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???

  12. #12
    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.

  13. #13
    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.

  14. #14
    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!
    Last edited by cooldude666666; 09-07-2008 at 12:13 PM. Reason: Erroroneous Post
    -----------------------------------------------------
    Keeping it Posted!!!!!!!!!

  15. #15
    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" :lol:

  16. #16
    Pat
    Pat is offline
    Beyond Smart Pat's Avatar
    Join Date
    Nov 2007
    Location
    Mumbai
    Posts
    1,390

    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

  17. #17
    Always confused vamsi360's Avatar
    Join Date
    May 2008
    Location
    Mandriva Control Center
    Posts
    348

    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

  18. #18
    Pat
    Pat is offline
    Beyond Smart Pat's Avatar
    Join Date
    Nov 2007
    Location
    Mumbai
    Posts
    1,390

    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.

  19. #19
    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

  20. #20
    Always confused vamsi360's Avatar
    Join Date
    May 2008
    Location
    Mandriva Control Center
    Posts
    348

    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

  21. #21
    Who stole my Alpaca! FilledVoid's Avatar
    Join Date
    Jan 2005
    Location
    Kerala
    Posts
    2,022

    Default Re: what is difference between redhat based, Debian, Slackware based linux?

    Lol @ bump !

    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"

  22. #22
    AFK MetalheadGautham's Avatar
    Join Date
    Sep 2007
    Location
    Hyderabad
    Posts
    7,599

    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 - Intel T4400 @ 2.2GHz, 5GB DDR3 RAM, 160GB Hitachi HDD

  23. #23
    Pat
    Pat is offline
    Beyond Smart Pat's Avatar
    Join Date
    Nov 2007
    Location
    Mumbai
    Posts
    1,390

    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

  24. #24
    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
    doiteasily.com ►easy way(s) to do certain things
    Tech Word of the day : ADSL
    Aditech Blog ► There is something for everyone
    Terminal Command of the day
    regtweak.info ► Windows Registry hacks and tricks

  25. #25
    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?

  26. #26
    AFK MetalheadGautham's Avatar
    Join Date
    Sep 2007
    Location
    Hyderabad
    Posts
    7,599

    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 - Intel T4400 @ 2.2GHz, 5GB DDR3 RAM, 160GB Hitachi HDD

  27. #27
    Always confused vamsi360's Avatar
    Join Date
    May 2008
    Location
    Mandriva Control Center
    Posts
    348

    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.

  28. #28
    Pat
    Pat is offline
    Beyond Smart Pat's Avatar
    Join Date
    Nov 2007
    Location
    Mumbai
    Posts
    1,390

    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 ?

  29. #29
    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/

  30. #30
    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.
    Last edited by mehulved; 10-07-2008 at 09:35 PM. Reason: Automerged Doublepost
    http://www.bash.org/?258908

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Replies: 1
    Last Post: 21-08-2008, 04:07 AM
  2. [Suggest]Debian based Distro for my friend with KDE
    By gary4gar in forum Open Source
    Replies: 11
    Last Post: 07-09-2007, 02:41 PM
  3. Now a windows based installer for debian too
    By mehulved in forum Open Source
    Replies: 1
    Last Post: 29-01-2007, 06:21 AM
  4. Mandrake co-founder rolls Debian-based distro
    By praka123 in forum Open Source
    Replies: 1
    Last Post: 11-12-2006, 12:38 PM
  5. Difference b/w Vector based & Raster based graphics
    By a_to_z123 in forum Graphic cards
    Replies: 3
    Last Post: 24-09-2005, 08:48 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Close