yum for custom package management on my embedded linux system
Prasant J <[email protected]> Thu, 19 Mar 2015 15:36:27 +0530
| Newsgroups | gmane.linux.rpm.yum |
|---|---|
| Message-ID | <CAA2DH4u98O1rq=ffEnqp3oARKbcLzou3WKLkgqyTaTwWZRJyyQ@mail.gmail.com> |
Hi, I would like to use yum on my custom embedded linux system. The Linux distro has been put together by yocto build system. In my custom rpm packages I have provided a special string, say "[12abc]" in the package summary and I can search for packages using: yum search "[12abc]" But the above command lists all the packages: installed + not installed. How Can list only my packages that are installed? & the ones that are not installed? Any inputs will be of help to me. Regards, Pj