Results 1 to 9 of 9
hey guys, I was wondering if anybody knew of a linux distribution that has a package management system. I know that Lunar Linux has a pretty unique operating method, in ...
- 07-08-2005 #1Just Joined!
- Join Date
- Jul 2005
- Posts
- 3
package management system
hey guys, I was wondering if anybody knew of a linux distribution that has a package management system. I know that Lunar Linux has a pretty unique operating method, in which you install a sort of basic system and then download components (called modules) that you want from from their network (which they call a Moonbase - a pretty cool feature), but I can't seem to find anybody else that has a comparable structure. Any names come to mind?
- 07-08-2005 #2
Almost all distros have their own package management system.
Here's some of the various package managers/formats:
Gentoo -- Portage/.ebuild
RedHat/Fedora -- RPM
SuSE -- YaST/RPM
Mandrake -- urpmi/RPM
Debian -- APT/.deb
Slackware -- pkgtool/.tgz
Gobo -- "Recipes"
Archlinux -- pacman
That list is by no means exhaustive either.
- 07-08-2005 #3Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
the best two that I know of are Debian and Gentoo...Debian uses the apt-get system and Gentoo uses portage...both work very well, Gentoo's takes much longer however it will custom compile the package for your system, while debian will do it in a fraction of the time. For examples of each say that you just want to install firefox, you don't have to find the package or anything, just pop open a terminal and in Gentoo you would type
emerge mozilla-firefox
In debian you would type:
apt-get install mozilla-firefox
its that simple...and both have, I think, almost 20,000 packages, pretty much anything yoiu would want to install...Operating System: GNU Emacs
- 07-08-2005 #4Actually I think Gentoo has more like 9 thousand packages, with about 20K versions in all.
Originally Posted by genesus
I don't think there exists 20,000 packages out there!
- 07-09-2005 #5forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,091
Arch, Debian, and Gentoo have the best package management setups in place, in my opinion. I really enjoy using Arch the most but also run the other two distros.
- 07-09-2005 #6
I think apt-get rpm for Fedora/RH is very much overlooked. It works as well as apt-get Debian, only not as may packages. Apt-get rpm with Fedora is very hard to beat.
- 07-09-2005 #7Linux Newbie
- Join Date
- Jul 2005
- Location
- classified
- Posts
- 246
Not as many packages? What are they missing? If you get hooked up with Dag, you'll get just about anything you need.
Originally Posted by Dapper Dan
http://dag.wieers.com/packages/
2166 programs for you - that enough?
When Synaptic, the gui-interface to apt, is updated for FC4, things will be most excellent.
- 07-09-2005 #8Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
I've never understood why people want apt-get instead of yum on Fedora machines. Yum comes preinstalled with the system, is very capable, and there are lots of packages out there. Not only in the standard Fedora repos, but also in Livna and Dag's repositories, if you configure them.
Originally Posted by Dapper Dan
What do you get with apt-get that you don't get with yum?
- 07-09-2005 #9What does YUM offer over Apt-get RPM? Apt-get RPM comes with Synaptic which is very handy for users who are not yet comfortable with the terminal.
Originally Posted by Dolda2000
Besides, it's all about choice. I prefer apt-get over yum, and I've used both for a number of years.
As far as the number of packages available, Dag lists 2714 RPM packages. According to Distrowatch, Debian presently has around 8000. Do the math.


Reply With Quote
