probably a quick question for experts. on linux(Centso)
I did something like
$ yum list | grep cdh
which returns a bunch of items(I was search to remove cloudera packages)
I know that I can remove them by
$ yum remove ...
but certainly like to do it in one command. Is there a way to do so? many thanks
currently. I manually output the list result to a text file, and then copy/paste the names into yum remove. there must be a better way. thanks