← Back to list

[SOLVED] How to completely remove an installed CentOS RPM file?

Ted James · 2025-05-08 16:27 · 0 claps · 1.0 min read
#centos #rpm #shinyproxy
Open on Medium ↗

How to completely remove an installed CentOS RPM file?

Folks, how do I make sure all files of a RPM (CENTOS) where removed? The problem is that I’ve installed a software called shiny-proxy [href=”https://www.shinyproxy.io/" rel=”nofollow noreferrer”>https://www.shinyproxy.io/]() — and after 3 days running as a test server, we received a message called NetScan Detected from Germany. Now we want to clean everything up removing the RPM but it seams not that easy as something else is left on the system that continues to send and receive lots of packages (40kps). I really apologize shinyproxy folks if that is not part of their work, so far this is the last system under investigation.

Solution

your docker API is bound to your public IP and therefore directly reachable from an external network. You should not do this as it would allow anybody to run arbitrary docker instances and even commands on your docker host.

You should secure your docker install: — bind it to 127.0.0.1 (lo) interface and adapt the shinyproxy yml file accordingly — setup TLS mutual auth (client certificate) on the docker API (it is supported by shinyproxy)

Answered By — oasupport

Answer Checked By — Cary Denson (FixIt Admin)

This Answer collected from stackoverflow, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0


메타데이터
post_id
2f91bfddb20a
slug
solved-how-to-completely-remove-an-installed-centos-rpm-file-2f91bfddb20a
url
https://medium.com/@fixitblog/solved-how-to-completely-remove-an-installed-centos-rpm-file-2f91bfddb20a
canonical_url
https://medium.com/@fixitblog/solved-how-to-completely-remove-an-installed-centos-rpm-file-2f91bfddb20a
author_url
https://medium.com/@fixitblog
status
ok
fetched_at
2026-07-24 19:07:46