complete uninstall vnc

soolan

New Member
Joined
Jan 13, 2023
Messages
24
Reaction score
1
Credits
236
Hello

OS : oracle linux 8.5

Code:
[[email protected]]# 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
[[email protected]]#

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


f33dm3bits

Gold Member
Gold Supporter
Joined
Dec 11, 2019
Messages
5,950
Reaction score
4,419
Credits
43,707
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:
MALIBAL Linux Laptops

Linux Laptops Custom Built for You
MALIBAL is an innovative computer manufacturer that produces high-performance, custom laptops for Linux.

For more info, visit: https://www.malibal.com


Latest posts

Top