Skip to main content
added 4 characters in body
Source Link
slm
  • 380k
  • 127
  • 793
  • 897

I want to remove dnf installed packages using pip but when I type:

dnf info package

$ dnf info package 

the package manager wrongly shows that the package is installed. I alternatively tried removing the package using dnf remove package but it wants to remove dozens of dependencies.

I have looked at dnf mark install and dnf mark remove but metadata about these commands are not clear.

How do I mark system packages that have been uninstalled by pip so that dnf also knows they have been removed?

I want to remove dnf installed packages using pip but when I type:

dnf info package

the package manager wrongly shows that the package is installed. I alternatively tried removing the package using dnf remove package but it wants to remove dozens of dependencies.

I have looked at dnf mark install and dnf mark remove but metadata about these commands are not clear.

How do I mark system packages that have been uninstalled by pip so that dnf also knows they have been removed?

I want to remove dnf installed packages using pip but when I type:

$ dnf info package 

the package manager wrongly shows that the package is installed. I alternatively tried removing the package using dnf remove package but it wants to remove dozens of dependencies.

I have looked at dnf mark install and dnf mark remove but metadata about these commands are not clear.

How do I mark system packages that have been uninstalled by pip so that dnf also knows they have been removed?

edited tags
Link
Jeff Schaller
  • 68.8k
  • 35
  • 122
  • 266
Source Link
bit
  • 1.2k
  • 4
  • 23
  • 38

How do I mark dnf package as removed?

I want to remove dnf installed packages using pip but when I type:

dnf info package

the package manager wrongly shows that the package is installed. I alternatively tried removing the package using dnf remove package but it wants to remove dozens of dependencies.

I have looked at dnf mark install and dnf mark remove but metadata about these commands are not clear.

How do I mark system packages that have been uninstalled by pip so that dnf also knows they have been removed?