How to remove the python on fedora 31?

How to remove the python on fedora 31?

Let us see how to remove the installed python package on fedora 31 server,

Checking installed python version details,

# python -V

Output:

Python 3.7.5

Remove the python on fedora 31 using yum remove command,

# yum remove python

Output:

Dependencies resolved.
=============================================================================================================================================================================
 Package                                               Architecture                      Version                                   Repository                           Size
=============================================================================================================================================================================
Removing:
 python-unversioned-command                            noarch                            3.7.5-1.fc31                              @updates                              0  

Transaction Summary
=============================================================================================================================================================================
Remove  1 Package

Freed space: 0  
Is this ok [y/N]: y
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                                                                                                                     1/1 
  Erasing          : python-unversioned-command-3.7.5-1.fc31.noarch                                                                                                      1/1 
  Running scriptlet: python-unversioned-command-3.7.5-1.fc31.noarch                                                                                                      1/1 
  Verifying        : python-unversioned-command-3.7.5-1.fc31.noarch                                                                                                      1/1 

Removed:
  python-unversioned-command-3.7.5-1.fc31.noarch                                                                                                                             

Complete!

Now pyhton package is removed succcessfully on fedora 31 server.




Python installation

Privacy Policy  |  Copyrightcopyright symbol2020 - All Rights Reserved.  |  Contact us   |  Report website issues in Github   |  Facebook page   |  Google+ page

Email Facebook Google LinkedIn Twitter
^