1
0
Fork 0

Yum in CentOS 8 does not support --show{-}duplicates with a dash

timestamps
dump_stack() 2020-05-30 12:48:24 +00:00
父節點 bfc6f11a7e
當前提交 cf79a9f94f
簽署人: dump_stack
GPG 金鑰 ID: BE44DA8C062D87DC
共有 1 個檔案被更改,包括 1 行新增1 行删除

查看文件

@ -69,7 +69,7 @@ func matchDebianHeadersPkg(container, mask string, generic bool) (
func matchCentOSDevelPkg(container, mask string, generic bool) (
pkgs []string, err error) {
cmd := "yum search kernel-devel --show-duplicates | " +
cmd := "yum search kernel-devel --showduplicates | " +
"grep '^kernel-devel' | cut -d ' ' -f 1"
output, err := dockerRun(time.Minute, container, "/tmp", cmd)
if err != nil {