Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
This thing is written in python. Therefore, most likely it is installed via pip.
Try to remove it in one of the following ways:
pip uninstall ansible
sudo pip uninstall ansible
pip3 uninstall ansible
sudo pip3 uninstall ansible
rpm -qa | grep ansible
If it gives the result, then remove it from rpm -e пакет
If they are not there, then it is installed from the source codes. Then you need to go to that folder and execute make uninstall
.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question