S
S
Shigaev.2018-07-27 11:57:40
ubuntu
Shigaev., 2018-07-27 11:57:40

How to tear down YUM itself?

Confused hosting and installed yum on Ubuntu. I don't want him anymore. But I can not find the info - how to demolish it myself. Where to run?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
P
pfg21, 2018-07-27
@Shigaev

apt-get- purge yum :)

S
Shigaev., 2018-07-27
@Shigaev

Correctly!

R
Roktober, 2018-07-27
@Roktober

If you have ubuntu >=16.04, then it is better to use sudo apt remove <pkg_name>will remove configs and dependencies
sudo apt-get remove yumwill remove only the package itself, leaving configs and dependencies
sudo apt-get purge yumwill remove the package and configs, after that it is usually used sudo apt-get autoremove, which leads to the removal of dependencies and other packages tied to yum
Therefore, use simply apt, it's high time to abandon apt-get
Here you can read what are the differences between apt and apt-get

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question