All of lore.kernel.org
 help / color / mirror / Atom feed
* Embedded Linux Package Management
@ 2015-03-20  8:34 Prasant J
  2015-03-20  8:51 ` Alex J Lennon
  0 siblings, 1 reply; 9+ messages in thread
From: Prasant J @ 2015-03-20  8:34 UTC (permalink / raw)
  To: yocto

Hi,

I'm looking for package management for my embedded linux systems
(yocto on armv7 iMX6Q)


I'm looking for the following features:

(a) Install & remove a package
(b) Install packages and its dependencies
(c) Install a package with conflicts, such that the conflicting
package is force removed
(d) A local location with packages should serve as a package source
(e) Remote server package (http file server based)
(f) List of my packages installed
(g) List of my packages not installed but available on the http file server
(h) List of my packages that have updates (new version)
(i) To be able to manage packages for multiple architectures (eg. rpm
can produce packages for multiple architectures using one spec file)


The above features will be invoked by the application GUI.
Any suggestions: which package management solution would answer all
the above use cases?


I have tried smart + rpm, but from my preliminary research suggests
that smart is no longer developed (Am I correct?). Also I failed to
setup remote repository [case (e)] and also case (h) failed.


I am currently trying out yum + rpm, but it fails to answer case (f).
It can lists all my packages but does not tell me if it is installed
or available on the repo.
I could make it work by additional steps (work around), but it will be
good if the tool itself supports these features.
It also fails case (c), does not force remove conflicting package.


I also looked at opkg, but the last stable release seems to be v0.2.4
(v0.3.0-rc2 is current). Is it mature enough to be used? Does ipk
packages support all features as rpm packages would support
(dependencies, conflicts, groups) ?


Sorry for asking a lot of questions. It would be very helpful if
someone who has worked with package management on linux systems can
give some inputs.


Thanks in advance!

Regards, Pj


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-03-24 19:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-20  8:34 Embedded Linux Package Management Prasant J
2015-03-20  8:51 ` Alex J Lennon
2015-03-20 10:15   ` Prasant J
2015-03-20 10:26     ` Alex J Lennon
2015-03-20 11:10       ` Paul Eggleton
2015-03-20 11:14         ` Paul Eggleton
2015-03-21  8:40           ` Prasant J
2015-03-24 16:19             ` Mark Hatle
2015-03-24 19:05           ` Benjamin Esquivel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.