2019-08-03, 12:22 AM
Today sub released a beta version of a Debian based installer for NextPVR v5. This should work on any apt based linux including Ubuntu, Debian, Mint, Raspian and Armbian that use systemd for services.
This installer should do download all the requirements for running NextPVRServer and create a service to control the server. The server runs as user nextpvr as a security issue.
1. To download and install the .deb file
curl https://nextpvr.com/nextpvr-helper.deb -O
If you don't have curl installed you will need to run the following, it will be needed in the installer.
sudo apt install curl
sudo apt install ./nextpvr-helper.deb --install-recommends
the ./ is important
2. To update to a new version of nextpvr
sudo dpkg -i nextpvr-helper.deb
I will announce new versions of the deb in this thread
3. To uninstall the program files (except dotnet)
sudo apt remove nextpvr-helper
to remove the npvr.db3 database config files etc
sudo apt purge nextpvr-helper
and finally to remove any dependencies
sudo apt purge nextpvr-helper
This installer should do download all the requirements for running NextPVRServer and create a service to control the server. The server runs as user nextpvr as a security issue.
1. To download and install the .deb file
curl https://nextpvr.com/nextpvr-helper.deb -O
If you don't have curl installed you will need to run the following, it will be needed in the installer.
sudo apt install curl
sudo apt install ./nextpvr-helper.deb --install-recommends
the ./ is important
2. To update to a new version of nextpvr
sudo dpkg -i nextpvr-helper.deb
I will announce new versions of the deb in this thread
3. To uninstall the program files (except dotnet)
sudo apt remove nextpvr-helper
to remove the npvr.db3 database config files etc
sudo apt purge nextpvr-helper
and finally to remove any dependencies
sudo apt purge nextpvr-helper