Recently, I want to research rocky linux, today, I installed it on vmware. But when I tried to install some rpm packages, it showed errors.
error: Failed dependencies:
libayatana-appindicator3.so.1()(64bit) is needed by clash-verge-0:1.7.7-1.x86_64
First, I installed epel with the following command.
sudo dnf install epel-release
sudo dnf update
When I finished to execute that commands, I execute the following command to search packages.
dnf provides "*/libayatana-appindicator3.so.1"
Last metadata expiration check: 0:50:06 ago on Mon 28 Oct 2024 03:09:26 PM CST.
libayatana-appindicator-gtk3-0.5.93-4.el9.x86_64 : Ayatana Application
: Indicators - GTK3
Repo : epel
Matched from:
Filename : /usr/lib64/libayatana-appindicator3.so.1
And I get the package name which provies libayatana-appindicator3.so.1, it’s “libayatana-appindicator-gtk3-0.5.93-4.el9.x86_64”. And now I could install it.
libayatana-appindicator-gtk3-0.5.93-4.el9.x86_64
When it’s finished, it worked ultimately.