Updating Linux DVR software
-
gregstoeckel
- Posts: 3
- Joined: Mon Jul 18, 2022 8:48 am
Updating Linux DVR software
A few years ago I used HDHomerun instructions to install the DVR software on a Linux server. The instructions were very helpful. Since it's been a few years, I would like to update that software to the latest version. I'm not a linux expert, so I'm looking for any tips to help me make that upgrade. Any help would be appreciated.
-
signcarver
- Expert
- Posts: 11535
- Joined: Wed Jan 24, 2007 1:04 am
- Device ID: 10A05954 10802091 131B34B7 13231F92 1070A18E 1073ED6F 15300C36
- x 26
Re: Updating Linux DVR software
For many users wishing to install on linux, I would believe it may be easiest to install docker and then install the docker version as that usually will autostart and also auto-updates every time you start the container.
If your linux pc/device has a dlna server installed (to be detected by installer), has a share called HDHomeRun and ssh enabled, you can use the regular NAS install from a windows PC and install to that device. The main reason I don't recommend doing it this way (even for many NAS installs) is that unless it is a WD NAS, the installer won't automatically start whenever the machine is rebooted, another reason is that many linux installs may have /tmp mounted as noexec and you have to then do some more manual configuration.
The regular manual linux install directions can be found at https://info.hdhomerun.com/info/dvr:linux but note this won't configure it to restart automatically.
If your linux pc/device has a dlna server installed (to be detected by installer), has a share called HDHomeRun and ssh enabled, you can use the regular NAS install from a windows PC and install to that device. The main reason I don't recommend doing it this way (even for many NAS installs) is that unless it is a WD NAS, the installer won't automatically start whenever the machine is rebooted, another reason is that many linux installs may have /tmp mounted as noexec and you have to then do some more manual configuration.
The regular manual linux install directions can be found at https://info.hdhomerun.com/info/dvr:linux but note this won't configure it to restart automatically.
Re: Updating Linux DVR software
gtb's unofficial DEB and RPM packages are also an option for those who don't want to deal with Docker, and they also support automatic startup.
DEB: viewtopic.php?t=65560
RPM: viewtopic.php?t=36175
DEB: viewtopic.php?t=65560
RPM: viewtopic.php?t=36175
-
gregstoeckel
- Posts: 3
- Joined: Mon Jul 18, 2022 8:48 am
Re: Updating Linux DVR software
Thank you for the tip.signcarver wrote: Mon Feb 23, 2026 1:48 pm For many users wishing to install on linux, I would believe it may be easiest to install docker and then install the docker version as that usually will autostart and also auto-updates every time you start the container.
If your linux pc/device has a dlna server installed (to be detected by installer), has a share called HDHomeRun and ssh enabled, you can use the regular NAS install from a windows PC and install to that device. The main reason I don't recommend doing it this way (even for many NAS installs) is that unless it is a WD NAS, the installer won't automatically start whenever the machine is rebooted, another reason is that many linux installs may have /tmp mounted as noexec and you have to then do some more manual configuration.
The regular manual linux install directions can be found at https://info.hdhomerun.com/info/dvr:linux but note this won't configure it to restart automatically.
I was able to upgrade by renaming the old hdhomerun_record file and doing using wget to pull down a new version.
Last edited by gregstoeckel on Sun Mar 01, 2026 12:19 pm, edited 1 time in total.
-
gregstoeckel
- Posts: 3
- Joined: Mon Jul 18, 2022 8:48 am
Re: Updating Linux DVR software
Thank you for the tip.jasonl wrote: Mon Feb 23, 2026 7:09 pm gtb's unofficial DEB and RPM packages are also an option for those who don't want to deal with Docker, and they also support automatic startup.
DEB: viewtopic.php?t=65560
RPM: viewtopic.php?t=36175
I was able to upgrade by renaming the old hdhomerun_record file and doing using wget to pull down a new version.