• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Fedora/Linux Question

netsider

Limp Gawd
Joined
Oct 12, 2004
Messages
466
I'm currently exploring Fedora just as a hobby (and Linux in general). I just have a simple question about software repositories. Who picks what goes into a distributions software repository? Is there any distribution that doesn't have software repositories? Are the software repositories based on the distribution, or the type of package manager? I mean, does each package manager have it's own repository, or does each distribution? It seems like each distribution does... but I wanted to make sure. Also.. the package managers seem all the same (except some handle source-code based packages, and some handle only binary-based packages, and some use both)... but are there any major differences between them, besides the commands used? Also.. is there anyway to view what type of package manager is used on a certain Linux OS without going online and looking it up? Just wondering. Thanks guys...
 
The "repos" are seperated by distro, release, and architecture (ex. Fedora Core 16 x64). The two readily identifiable distros are Red Hat based (Fedora, Cent OS...) and Ubuntu (Debian based). As for the package manager portion that would be based on the distro you select. Red Hat based use rpm and Ubuntu uses deb. For distributing those files Red Hat variants use yum and Ubuntu uses apt-get.

Hope that answers a few of your questions.
 
The tool that's used to manage packages in Debian-based distros is dpkg, not .deb.

.deb is just the file extension for the binary packages.
 
Who picks what goes into a distributions software repository?
The distro maintainers iirc.
Also.. the package managers seem all the same (except some handle source-code based packages, and some handle only binary-based packages, and some use both)... but are there any major differences between them, besides the commands used?
There used to be, but anymore you're right. I think the gentoo emerge system downloads and compiles source code instead of downloading and installing a binary, but I'm not 100% on that.
Also.. is there anyway to view what type of package manager is used on a certain Linux OS without going online and looking it up?
Not unless you know what you're looking for.
 
Generally the stock repos + EPEL is all you need, in my experience, unless you need special ones like 10gen for mongodb
 
I'm currently exploring Fedora just as a hobby (and Linux in general). I just have a simple question about software repositories. Who picks what goes into a distributions software repository? Is there any distribution that doesn't have software repositories? Are the software repositories based on the distribution, or the type of package manager? I mean, does each package manager have it's own repository, or does each distribution? It seems like each distribution does... but I wanted to make sure. Also.. the package managers seem all the same (except some handle source-code based packages, and some handle only binary-based packages, and some use both)... but are there any major differences between them, besides the commands used? Also.. is there anyway to view what type of package manager is used on a certain Linux OS without going online and looking it up? Just wondering. Thanks guys...

what's in the repo's is determined by the repository maintainers (being both developers and individual users), and the distro philosophy f.e. most of the fedora media packages (codecs etc) are not taken up in the main fedora repo but in the rpmfusion repo cause of license issues etc.

you can submit your own package to the repository, but it has to be tested/evaluated and accepted by the repository community.
 
The distro maintainers iirc.

There used to be, but anymore you're right. I think the gentoo emerge system downloads and compiles source code instead of downloading and installing a binary, but I'm not 100% on that.

Not unless you know what you're looking for.

Thank you.. I think you answered what I was asking pretty well, as did some other people.
 
Back
Top