hiddify-next icon indicating copy to clipboard operation
hiddify-next copied to clipboard

Hiddify RPM install failed on Nobora (Fedora based)

Open nimbold opened this issue 1 year ago • 6 comments

Search first

  • [X] I searched and no similar issues were found

What Happened?

I've been trying to install RPM version of Hiddify on Nobora Linux (Fedora based) and I got "Conflict" error. Later I tried this: sudo rpm -ivh hiddify-rpm-x64.rpm to see what's wrong and I got this error:

error: Failed dependencies:
        libayatana-appindicator3.so.1()(64bit) is needed by hiddify-0.15.4+1504-1504.x86_64
        libayatana-ido3-0.4.so.0()(64bit) is needed by hiddify-0.15.4+1504-1504.x86_64
        libayatana-indicator3.so.7()(64bit) is needed by hiddify-0.15.4+1504-1504.x86_64

I then tried to find the dependency packages but I couldn't find it in any repository!

Is it possible to add these into the RPM package itself?

P.S: AppImage package works great and has no problem. Also a Faltpack version on Flathub would work wonders for Linux users.

Reproduce the Bug

  1. On Nobora Linux or Fedora based OS
  2. Install by running the install command (or by just double clicking to install in GUI package manager)
  3. Shows error

Expected Behavior

Install without problem and download dependencies if needed.

Version

0.15.4

Platform/OS

Linux

Additional Context

Screenshot_20240202_064549 Screenshot_20240202_064639 Screenshots of package manager and Konsole run

Relevant log output

No response

Are you willing to submit a PR? If you know how to fix the bug.

  • [x] I'm willing to submit a PR (Thank you!)

nimbold avatar Feb 02 '24 03:02 nimbold

just install this dependencies

Jolymmiles avatar Feb 04 '24 07:02 Jolymmiles

I tried searching in the default repositories and couldn't find them. It also would have download automatically if it was present in them. Thanks, now I'll try going through the web for dependency packages.

nimbold avatar Feb 04 '24 08:02 nimbold

I tried searching in the default repositories and couldn't find them. It also would have download automatically if it was present in them. Thanks, now I'll try going through the web for dependency packages.

I found all of them in centos repo on browser.

Jolymmiles avatar Feb 04 '24 16:02 Jolymmiles

I tried searching in the default repositories and couldn't find them. It also would have download automatically if it was present in them. Thanks, now I'll try going through the web for dependency packages.

I found all of them in centos repo on browser.

Thank you, found them all in here as well https://rpmfind.net/linux/rpm2html/search.php

I will mark it as solved.

nimbold avatar Feb 05 '24 07:02 nimbold

In the latest version there are multiple dependency errors and I couldn't find any of the packages in RPM repositories. Screenshot_20240210_170823 Also Appimage package is broken and won't run.

nimbold avatar Feb 10 '24 13:02 nimbold

In the latest version (0.15.15): The dependencies mentioned in OP are just needed. They can be found on rpmfind.net and after installing, the Hiddify RPM can be installed without issue.

nimbold avatar Feb 17 '24 04:02 nimbold