How to uninstall Vertica-R-lang-version.rpm and other R language distribution from Linux 6.5?
How to uninstall Vertica-R-lang-version.rpm and other R language distribution from Linux 6.5?
I need to uninstall the all R language distributions from my server for reinstall it.
We used Vertica-R-lang-version.rpm
and in some nodes other R distributions.
Vertica-R-lang-version.rpm
Anyone can help me?
1 Answer
1
You can uninstall the rpm package with the command:
# rpm -e vertica-R-lang
To install the correct version refer to the Vertica Documentation: Installing/Upgrading the R Language Pack for Vertica
Thanks for contributing an answer to Stack Overflow!
But avoid …
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
But avoid …
To learn more, see our tips on writing great answers.
Required, but never shown
Required, but never shown
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Thanks for the answer. I have already uninstalled the vertical R and other R distributions with below commands. # yum remove , yum remove R-core,yum remove R-devel,yum remove R-core-devel , rpm -e vertica-R-lang.
– Krishna
Sep 7 '18 at 8:20