Hiya and thanks for the reply.
I was eventually able to get v4.1.4 installed but not without some head scratching.
It was not enough with
sudo apt-get update && apt-get install z-way-server to get it updated, there were complaints:
Code: Select all
E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)
E: Unable to lock directory /var/lib/apt/lists/
W: Problem unlinking the file /var/cache/apt/pkgcache.bin - RemoveCaches (13: Permission denied)
W: Problem unlinking the file /var/cache/apt/srcpkgcache.bin - RemoveCaches (13: Permission denied)
It thus tried to separate the commands:
Code: Select all
sudo apt-get update
sudo apt-get install z-way-server
The first command was carried out okay, but after the command to actually install z-way-server I got this message:
Code: Select all
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
After following the instruction in that message, it was finally possible to get the update working with