Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] portage alternatives
Date: Sun, 08 Feb 2015 13:33:55
Message-Id: 54D7657D.9060907@gmail.com
In Reply to: Re: [gentoo-user] portage alternatives by Thomas Mueller
1 On 08/02/2015 11:54, Thomas Mueller wrote:
2 >> from Michael Vetter:
3 >
4 >> just for fun I am reading about alternatives to portage. So far the most
5 >> interesting I found are: paludis and pkgsrc.
6 >
7 >> paludis mostly because it seems to come from some gentoo-like enviroment
8 >> and pkgsrc because of the nice thought to have the same pkg files for
9 >> multiple OSes.
10 >
11 >> Is anybody of you using one of them and can tell me about pros and cons?
12 >
13 > I've read a bit about paludis, the package manager in Exherbo, forked from Gentoo, but haven't got to try it yet.
14 >
15 > I am familiar with pkgsrc, use only in NetBSD where it is native.
16 >
17 > For FreeBSD, I use the FreeBSD ports, notice that pkgsrc seems to have nothing to compare to portmaster and portupgrade.
18 >
19 > In pkgsrc, you can update all packages with pkg_rolling-replace, but not so easy to update just one package/port and its dependencies.
20 >
21 > pkgsrc seems directed at BSD, where there is a distinction between packages and base system.
22 >
23 > In Linux, I get the impression that everything is a package, including what would be part of a BSD base system and not well-covered in pkgsrc.
24
25 Correct. With most Linux package managers, everything is a package and
26 everything has strict dependencies. You install the bits you want and
27 the PM installs the bits it needs.
28
29 Gentoo is one of the very few PMs that even has a concept of @system at all
30
31
32
33
34
35 --
36 Alan McKinnon
37 alan.mckinnon@×××××.com

Replies

Subject Author
Re: [gentoo-user] portage alternatives Rich Freeman <rich0@g.o>