complete uninstall vnc

soolan

Member
Joined
Jan 13, 2023
Messages
66
Reaction score
4
Credits
626
Hello

OS : oracle linux 8.5

Code:
[root@soolean]# rpm -e tigervnc-server-minimal-1.11.0-9.el8.x86_64
error: Failed dependencies:
        tigervnc-server-minimal is needed by (installed) anaconda-gui-33.16.5.6-1.0.1.el8.x86_64
[root@soolean]#

Why can't I uninstall the package? anaconda-gui this package is not related to visual interface? i use gui
 


It's because that package is a dependency of anaconda-gui. You are using rpm to remove a package and rpm doesn't resolve dependencies, what happens when you use yum to remove it?
Code:
yum remove tigervnc-server-minimal
 
Last edited:

Members online


Latest posts

Top