Results 1 to 30 of 43
-
06-06-2006, 05:23 PM #1Broken In
- Join Date
- Jun 2005
- Posts
- 127
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?
-
06-06-2006, 07:32 PM #2
Re: what is difference between redhat based, Debian, Slackware based linux?
All have different package management systems...
-
06-06-2006, 08:13 PM #318 Till I Die............
- Join Date
- Jul 2004
- Location
- India, Mumbai, Marine Lines
- Posts
- 5,792
Re: what is difference between redhat based, Debian, Slackware based linux?
Well as the name says.
Originally Posted by vinayasurya
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.
-
07-06-2006, 02:17 PM #4Broken In
- Join Date
- Jun 2005
- Posts
- 127
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?
-
07-06-2006, 04:56 PM #5
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....
-
07-06-2006, 08:06 PM #6Broken In
- Join Date
- Jun 2005
- Posts
- 127
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?
-
07-06-2006, 08:22 PM #718 Till I Die............
- Join Date
- Jul 2004
- Location
- India, Mumbai, Marine Lines
- Posts
- 5,792
Re: what is difference between redhat based, Debian, Slackware based linux?
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.
Originally Posted by vinayasurya
In linux everything can differ cos linux always gives lots of choices for everything.
-
07-06-2006, 08:42 PM #8
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
-
08-06-2006, 10:00 PM #9Broken In
- Join Date
- Jun 2005
- Posts
- 127
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.
-
08-06-2006, 10:38 PM #10
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
-
10-06-2006, 11:24 AM #11
Re: what is difference between redhat based, Debian, Slackware based linux?
Me too facing the same prb!
Originally Posted by vinayasurya
Do you know, Shinigamis only eat apples???
-
10-06-2006, 03:47 PM #1218 Till I Die............
- Join Date
- Jul 2004
- Location
- India, Mumbai, Marine Lines
- Posts
- 5,792
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.
-
11-06-2006, 09:16 PM #13
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.
-
09-07-2008, 12:11 PM #14
Re: what is difference between redhat based, Debian, Slackware based linux?
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!!!!!!!!!
-
09-07-2008, 01:05 PM #15
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:
-
09-07-2008, 01:09 PM #16
Re: what is difference between redhat based, Debian, Slackware based linux?
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
-
09-07-2008, 01:19 PM #17
Re: what is difference between redhat based, Debian, Slackware based linux?
Last edited by vamsi360; 09-07-2008 at 01:41 PM. Reason: Automerged Doublepost
-
09-07-2008, 01:29 PM #18
Re: what is difference between redhat based, Debian, Slackware based linux?
-
09-07-2008, 01:33 PM #19
-
09-07-2008, 01:34 PM #20
Re: what is difference between redhat based, Debian, Slackware based linux?
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.
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 itLast edited by vamsi360; 09-07-2008 at 01:45 PM. Reason: Automerged Doublepost
-
09-07-2008, 05:16 PM #21
Re: what is difference between redhat based, Debian, Slackware based linux?
Lol @ bump !
PCLinux and mandriva one has all codecs preinstalled?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.The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often"
-
09-07-2008, 05:21 PM #22
Re: what is difference between redhat based, Debian, Slackware based linux?
http://TheSmallerBang.wordpress.com
eMachines E725 - Intel T4400 @ 2.2GHz, 5GB DDR3 RAM, 160GB Hitachi HDD
-
09-07-2008, 05:24 PM #23
Re: what is difference between redhat based, Debian, Slackware based linux?
Last edited by Pat; 09-07-2008 at 05:25 PM. Reason: Automerged Doublepost
-
09-07-2008, 05:39 PM #24
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
-
09-07-2008, 06:05 PM #25
-
09-07-2008, 06:07 PM #26
Re: what is difference between redhat based, Debian, Slackware based linux?
http://TheSmallerBang.wordpress.com
eMachines E725 - Intel T4400 @ 2.2GHz, 5GB DDR3 RAM, 160GB Hitachi HDD
-
10-07-2008, 01:22 PM #27
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.
-
10-07-2008, 01:53 PM #28
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 ?
-
10-07-2008, 01:57 PM #29
Re: what is difference between redhat based, Debian, Slackware based linux?
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
-
10-07-2008, 09:32 PM #3018 Till I Die............
- Join Date
- Jul 2004
- Location
- India, Mumbai, Marine Lines
- Posts
- 5,792
Similar Threads
-
whats the difference between External hard drives and HDD based MP3 players
By moshel in forum Software Q&AReplies: 1Last Post: 21-08-2008, 04:07 AM -
[Suggest]Debian based Distro for my friend with KDE
By gary4gar in forum Open SourceReplies: 11Last Post: 07-09-2007, 02:41 PM -
Now a windows based installer for debian too
By mehulved in forum Open SourceReplies: 1Last Post: 29-01-2007, 06:21 AM -
Mandrake co-founder rolls Debian-based distro
By praka123 in forum Open SourceReplies: 1Last Post: 11-12-2006, 12:38 PM -
Difference b/w Vector based & Raster based graphics
By a_to_z123 in forum Graphic cardsReplies: 3Last Post: 24-09-2005, 08:48 PM



LinkBack URL
About LinkBacks


Bookmarks