On Wed, Jan 25, 2017 at 10:16 PM, Steve Poe <[email protected]> wrote: > I learned from one of the blogs in how to add packages to my CentOS Atomic > environment using rpm-ostree pig-add <package_name> command. By guessing > package names, I’ve been able to add what I needed. I realized I don’t know > how to obtain a list of all available packages with rpm-ostree. How do I find > out what packages I can actually install?
You can run yum in a container, like: docker run --rm centos yum search foo > > Thanks. > > Steve > > >
