T
T
Tylen2020-12-05 00:46:35
linux
Tylen, 2020-12-05 00:46:35

How to remove a package in Linux?

Hello, I can’t remove ansible from the system in any way, tell me what to do
5fcaae35bda14961250102.jpeg

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Karbivnichy, 2020-12-05
@Tylen

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

R
Roman Mirilaczvili, 2020-12-05
@2ord

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 question

Ask a Question

731 491 924 answers to any question