[SOLVED] Using removepkg, can multiple packages be removed with wildcard?
by ernie young from LinuxQuestions.org on (#6GCGD)
I could not use the following and other versions of this with parenthesis, quotes, and exclamation mark.
Code:removepkg kernel-huge-6.1.1*Quote:
I have read that wildcards cannot be used on the removepkg but I came across this, too:
Quote:
https://slackbook.org/html/package-m...utilities.html
Code:removepkg kernel-huge-6.1.1*Quote:
kernel-huge-6.1.12-x86_64-1 kernel-huge-6.1.15-x86_64-1 kernel-huge-6.1.18-x86_64-1 kernel-huge-6.1.19-x86_64-1 kernel-huge-6.1.22-x86_64-1 kernel-huge-6.1.23-x86_64-1 kernel-huge-6.1.25-x86_64-1 kernel-huge-6.1.35-x86_64-1 kernel-huge-6.1.51-x86_64-1 kernel-modules-6.1.12-x86_64-1 kernel-modules-6.1.15-x86_64-1 kernel-modules-6.1.18-x86_64-1 kernel-modules-6.1.19-x86_64-1 kernel-modules-6.1.22-x86_64-1 kernel-modules-6.1.23-x86_64-1 kernel-modules-6.1.25-x86_64-1 kernel-modules-6.1.35-x86_64-1 kernel-modules-6.1.51-x86_64-1 kernel-source-6.1.12-noarch-1 kernel-source-6.1.15-noarch-1 kernel-source-6.1.18-noarch-1 kernel-source-6.1.19-noarch-1 kernel-source-6.1.22-noarch-1 kernel-source-6.1.23-noarch-1 kernel-source-6.1.25-noarch-1 kernel-source-6.1.35-noarch-1 kernel-source-6.1.51-noarch-1 |
Quote:
Just as with installpkg, you can specify several packages or use wildcards for the package name. |