Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Ok I understand about rpmlib thanks. However, that doesn't answer my last question. Commented Nov 23, 2017 at 11:31
  • 1
    You can extract the files from a package and place them manually, but it isn't "installed" unless rpm knows about it. Commented Nov 23, 2017 at 11:32
  • 1
    @Pozinux You could basically remove an installed rpm package just from rpms database, the actual files in that package would still be in place but the package would not be considered "installed" anymore. Refer to rpms --justdb option. Commented Dec 2, 2017 at 16:08