GUI for packages
On Tue, 2006-02-07 at 17:30, Octave Orgeron wrote:
> Hi,
>
> I like prodreg, but it does lack some functionality. It would be nice
> to expand it to contain the clustertoc info. This could be handy for
> both home use and for enterprise environments. Having functionality
> such as "multiple pkg or pkg cluster add/remove", "pkg dependency
> checks", "pkg verify with elfsign", etc would be really useful features
> to integrate. What would make it really useful is to not only have a
> java gui, but also a text version (perhaps curses?). That way the
> functionality is not lost if you are on the CLI, which would be the
> default case for most shops:)
Well, prodreg can do clusters of a sort. Certainly it expands the
clustertoc
to give you the package/cluster list. It can't do anything with it as
is,
because it makes the assumption that applications come with an
installer,
and install an uninstaller. Unfortunately, the Solaris install itself
doesn't
(although there's no real reason why it couldn't).
You can use prodreg from the CLI - try 'prodreg browse'.
I'm not saying that prodreg is necessarily the way to go, though. As far
as Solaris itself is concerned, the registry is made up. The problem
really
is that we have two installation mechanisms - the java installer, and
pkgadd -
(Continue reading)