NextPVR Forums

Full Version: Update Issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to update from 5.0.3.200415 to 5.0.4.200428 but it's telling me I already have the most recent version (I think):

mark@RaspiPVR:~$ sudo curl https://nextpvr.com/nextpvr-helper.deb -O
  % Total    % Received % Xferd  Average Speed  Time    Time    Time  Current
                                Dload  Upload  Total  Spent    Left  Speed
100  5832  100  5832    0    0  24711      0 --:--:-- --:--:-- --:--:-- 24711
mark@RaspiPVR:~$ sudo apt install ./nextpvr-helper.deb --install-recommends
Reading package lists... Done
Building dependency tree     
Reading state information... Done
Note, selecting 'nextpvr-helper' instead of './nextpvr-helper.deb'
nextpvr-helper is already the newest version (1.4).         <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
The following packages were automatically installed and are no longer required:
  linux-raspi2-headers-5.3.0-1014 linux-raspi2-headers-5.3.0-1018
  linux-raspi2-headers-5.3.0-1019
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 38 not upgraded.


This method has worked in the past. What am I doing wrong here?

Is this not the correct upgrade procedure?

Running on Ubuntu 19.10 server on a Raspberry Pi 4.

Thanks...
Use sudo dpkg -i .. for updates. As show on the documentation apt install is just initial install and since you are already on 1.4 there is nothing to do.

Martin
Thanks Martin. That did it.

Just in case anyone else is looking for this, the full command is

sudo dpkg -i nextpvr-helper.deb
If you are looking for deb info I suggest reading the announcement/documentation thread https://forums.nextpvr.com/showthread.php?tid=59576 which I will be moving to the wiki. It has that all the tips to help the installation and updates.

Martin