Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to locate package heplify-server #676

Closed
highluv opened this issue Jan 17, 2025 · 8 comments
Closed

Unable to locate package heplify-server #676

highluv opened this issue Jan 17, 2025 · 8 comments

Comments

@highluv
Copy link

highluv commented Jan 17, 2025

~#apt search homer
Sorting... Done
Full Text Search... Done
hdhomerun-config/oldstable 20210210-1 amd64
  Configuration utility for Silicon Dust HD HomeRun

homer-api/oldstable 5.0.6+dfsg2-3.2 amd64
  HOMER Capture Node REST API

homer-api-mysql/oldstable 5.0.6+dfsg2-3.2 amd64
  HOMER Capture Node REST API

homer-api-postgresql/oldstable 5.0.6+dfsg2-3.2 amd64
  HOMER Capture Node REST API

homer-app/bullseye,now 1.5.3 amd64 [installed]
  HOMER 7 WebAPP + API

kodi-pvr-hdhomerun/oldstable 7.1.0+ds1-1 amd64
  HDHomeRun PVR Addon for Kodi

kodi-pvr-nextpvr/oldstable 8.2.3+ds1-1 amd64
  NextPVR PVR addon for Kodi

libhdhomerun-dev/oldstable 20210210-1 amd64
  Development library for Silicon Dust HD HomeRun

libhdhomerun4/oldstable 20210210-1 amd64
  Library for Silicon Dust HD HomeRun

~#apt search heplify
Sorting... Done
Full Text Search... Done

~# apt install heplify-server
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package heplify-server

Cannot install heplify-server and heplify-agent on debian 11
Ive Installed the sipcapture repository for Debian/Ubuntu like in instruction quick install.
could someone set me on the right path?

Copy link

Please star this repository to motivate the developers and to get higher priority! ⭐

@lmangani
Copy link
Member

@highluv please provide the exact procedure you followed and the current config of the sipcapture repo on your system

@highluv
Copy link
Author

highluv commented Jan 17, 2025

I have done this:
curl -s https://packagecloud.io/install/repositories/qxip/sipcapture/script.deb.sh | sudo bash

There is source list:

~# cat /etc/apt/sources.list.d/qxip_sipcapture.list 
# this file was generated by packagecloud.io for
# the repository at https://packagecloud.io/qxip/sipcapture

deb [signed-by=/etc/apt/keyrings/qxip_sipcapture-archive-keyring.gpg] https://packagecloud.io/qxip/sipcapture/debian/ bullseye main
deb-src [signed-by=/etc/apt/keyrings/qxip_sipcapture-archive-keyring.gpg] https://packagecloud.io/qxip/sipcapture/debian/ bullseye main

There is output of apt update:

~# apt update
Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
Hit:2 http://deb.debian.org/debian bullseye InRelease                                                     
Hit:3 http://deb.debian.org/debian bullseye-updates InRelease                                             
Hit:4 https://apt.postgresql.org/pub/repos/apt bullseye-pgdg InRelease                                    
Hit:5 https://packagecloud.io/qxip/sipcapture/debian bullseye InRelease

my os:

~# cat /etc/os-release 
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

And then tried to install homer-app and heplify-server, but the heplify-server installing failed with:

~# apt install heplify-server
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package heplify-server

@lmangani
Copy link
Member

lmangani commented Jan 18, 2025

Our binaries are statically compiled (same for all systems) and packages are distributed in a special format (any) to match any DEB/RPM distribution but they require a special flag. This is how to test (notice the any=true param)

curl -s https://packagecloud.io/install/repositories/qxip/sipcapture/script.deb.sh?any=true | sudo bash

@highluv
Copy link
Author

highluv commented Jan 19, 2025

Ty, it does work!

@highluv highluv closed this as completed Jan 19, 2025
@lmangani
Copy link
Member

Thanks glad it works! Could you help us identify where the outdated instructions you used were from?

@highluv
Copy link
Author

highluv commented Jan 20, 2025

@lmangani
Copy link
Member

Thanks! Fixed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants