Do the homer-app and heplify-server packages for Rocky LInux 8 exist in the repository?
When I attempted to install the packages according to the Wiki procedure, I found that the homer-app package was not available, and the heplify-server version was outdated.
Install the sipcapture repository:
$ curl -s https://packagecloud.io/install/repositories/qxip/sipcapture/script.rpm.sh?any=true | sudo bash
Detected operating system as rocky/8.
Checking for curl...
Detected curl...
Downloading repository file: https://packagecloud.io/install/repositories/qxip/sipcapture/config_file.repo?os=rpm_any&dist=rpm_any&source=script
done.
Installing yum-utils...
Rocky Linux 8 - AppStream 5.4 MB/s | 22 MB 00:04
Rocky Linux 8 - BaseOS 7.5 MB/s | 40 MB 00:05
Rocky Linux 8 - Extras 12 kB/s | 15 kB 00:01
Extra Packages for Enterprise Linux 8 - x86_64 9.8 MB/s | 14 MB 00:01
qxip_sipcapture_rpm_any-source 115 B/s | 296 B 00:02
Package yum-utils-4.0.21-25.el8.noarch is already installed.
Dependencies resolved.
Nothing to do.
Complete!
Generating yum cache for qxip_sipcapture_rpm_any...
Generating yum cache for qxip_sipcapture_rpm_any-source...
The repository is setup! You can now install packages.
Repositories are installed:
]$ cat /etc/yum.repos.d/qxip_sipcapture_rpm_any.repo
[qxip_sipcapture_rpm_any]
name=qxip_sipcapture_rpm_any
baseurl=https://packagecloud.io/qxip/sipcapture/rpm_any/rpm_any/$basearch
repo_gpgcheck=1
gpgcheck=0
enabled=1
gpgkey=https://packagecloud.io/qxip/sipcapture/gpgkey
sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
metadata_expire=300
[qxip_sipcapture_rpm_any-source]
name=qxip_sipcapture_rpm_any-source
baseurl=https://packagecloud.io/qxip/sipcapture/rpm_any/rpm_any/SRPMS
repo_gpgcheck=1
gpgcheck=0
enabled=1
gpgkey=https://packagecloud.io/qxip/sipcapture/gpgkey
sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
metadata_expire=300
Homer-app: The package does not exist.
$ sudo dnf install homer-app
Last metadata expiration check: 0:02:50 ago on Tue 02 Dec 2025 04:00:53 PM JST.
All matches were filtered out by exclude filtering for argument: homer-app
Error: Unable to find a match: homer-app
heplify-server: I could install package, but old package (current: 1.60.0)
$ sudo dnf install heplify-server
Last metadata expiration check: 0:03:47 ago on Tue 02 Dec 2025 04:00:53 PM JST.
Dependencies resolved.
=============================================================================================================================================================================================
Package Architecture Version Repository Size
=============================================================================================================================================================================================
Installing:
heplify-server x86_64 1.59.7-1 qxip_sipcapture_rpm_any 7.3 M
Transaction Summary
=============================================================================================================================================================================================
Install 1 Package
Total download size: 7.3 M
Installed size: 20 M
Is this ok [y/N]: y
Downloading Packages:
heplify-server-1.59.7-1.x86_64.rpm 4.0 MB/s | 7.3 MB 00:01
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total 4.0 MB/s | 7.3 MB 00:01
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/1
Installing : heplify-server-1.59.7-1.x86_64 1/1
Running scriptlet: heplify-server-1.59.7-1.x86_64 1/1
Verifying : heplify-server-1.59.7-1.x86_64 1/1
Installed:
heplify-server-1.59.7-1.x86_64
Complete!
Could you please provide guidance on the proper installation procedure for RHEL 8-based distributions, including Rocky Linux 8?
Do the homer-app and heplify-server packages for Rocky LInux 8 exist in the repository?
When I attempted to install the packages according to the Wiki procedure, I found that the homer-app package was not available, and the heplify-server version was outdated.
Install the sipcapture repository:
Repositories are installed:
Homer-app: The package does not exist.
heplify-server: I could install package, but old package (current: 1.60.0)
Could you please provide guidance on the proper installation procedure for RHEL 8-based distributions, including Rocky Linux 8?