-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
I'm trying to script around slackware, and one of the problems I'm trying to solve is being able to install and reinstall arbitrary packages with exact package names, rather than having to glob in a dir full of tarballs.
Slackpkg is a very suitable solution for that, but what I'm finding is that it is utterly impossible to specify exact package names with it.
For example:
# slackpkg -batch=on install gcc
Looking for gcc in package list. Please wait... DONE
gcc-11.2.0-x86_64-2.txz
gcc-brig-11.2.0-x86_64-2.txz
gcc-g++-11.2.0-x86_64-2.txz
gcc-gdc-11.2.0-x86_64-2.txz
gcc-gfortran-11.2.0-x86_64-2.txz
gcc-gnat-11.2.0-x86_64-2.txz
gcc-go-11.2.0-x86_64-2.txz
gcc-objc-11.2.0-x86_64-2.txz
Total package(s): 8
Do you wish to install selected packages (Y/n)? n
Is there a way to make it install only the gcc package?
Metadata
Metadata
Assignees
Labels
No labels