Description of problem: lxc-templates package uses wget command, though wget is not being installed as a dependency. Version-Release number of selected component (if applicable): Name : lxc-templates Version : 3.0.4 Release : 2.el8 Architecture : x86_64 Size : 47 k Source : lxc-3.0.4-2.el8.src.rpm Repository : @System From repo : epel Summary : Templates for lxc How reproducible: Always Steps to Reproduce: 1. yum install epel-release 2. yum install lxc lxc-templates 3. lxc-create -t download -n mycontainer -- -d centos -r 8 -a amd64 Actual results: ERROR: Missing required tool: wget lxc-create: ns: lxccontainer.c: create_run_template: 1625 Failed to create container from template lxc-create: ns: tools/lxc_create.c: main: 331 Failed to create container ns Expected results: Not an error Additional info: After manual install of wget, the problem disappears.