Thanks! Weird that apt isn't showing any other files but docs.

Thanks either way!

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Thursday, July 22nd, 2021 at 12:48, Daniel Walsh <dwalsh@redhat.com> wrote:
On 7/22/21 05:38, fugkco via Podman wrote:
Hi,

I'm just looking through my system and I'm curious what the packages podman-plugin and podman-machine-cni are. I have them both installed but the only thing they contain is some docs.

$ dpkg -S podman-machine-cni podman-plugins
podman-machine-cni: /usr/share/doc/podman-machine-cni/changelog.Debian.gz
podman-machine-cni: /usr/share/doc/podman-machine-cni
podman-machine-cni: /usr/share/doc/podman-machine-cni/copyright
podman-plugins: /usr/share/doc/podman-plugins/changelog.Debian.gz
podman-plugins: /usr/share/doc/podman-plugins
podman-plugins: /usr/share/doc/podman-plugins/copyright

More importantly, I'm currently scripting some script that auto compiles podman et al (reason being the Kubic repos tend to be a little bit behind), and trying to figure out what it is that I would need to install for those two packages (if at all).

Thanks

_______________________________________________
Podman mailing list -- podman@lists.podman.io
To unsubscribe send an email to podman-leave@lists.podman.io

$ rpm -ql podman-plugins
/usr/lib/.build-id
/usr/lib/.build-id/61
/usr/lib/.build-id/61/216a7a0af9072aa9cc52b00a4aa88da69f61a0
/usr/lib/.build-id/cf
/usr/lib/.build-id/cf/61291d6a61434f271bf7fa8513c3b3657c3e30
/usr/libexec/cni/dnsname
/usr/libexec/cni/podman-machine
/usr/share/doc/podman-plugins
/usr/share/doc/podman-plugins/README.md
/usr/share/doc/podman-plugins/README_PODMAN.md
/usr/share/licenses/podman-plugins
/usr/share/licenses/podman-plugins/LICENSE

Podman-plugins are the CNI PLugins used to run podman.  Currently we ship 2 one for running dnsname and one for podman-machine.