[elrepo] nvidia-detect feature enhancement
Manuel Wolfshant
wolfy at nobugconsulting.ro
Fri Feb 13 10:08:14 EST 2015
On 02/13/2015 05:04 PM, Phil Perry wrote:
> # yum install $(nvidia-detect)
>
> to behave as desired - either it will install the appropriate package or
> yum will fail due to no package name.
>
> The only thing I'm unsure how to handle is nvidia-detect's warning
> messages. I don't really want to suppress these by default, but if we
> don't then yum will treat them as a list of arguments and try to parse
> them (not what we want).
>
# yum install $(nvidia-detect 2> /dev/null)
More information about the elrepo
mailing list