Linux – Uninstall Python

Execute the command.

# # mandatory delete installed programs and their associated [root @ spider1 bin] # RPM - qa | | grep python xargs RPM - ev -- allmatches -- nodeps residual file # # # # delete all xargs, Allows you to output to perform some of the other command [root @ spider1 bin] # whereis python | xargs rm - FRV # # validation deleted, return no results [root @ spider1 bin] # whereis pythonCopy the code