- Joined
- Feb 11, 2019
- Messages
- 6
- Reaction score
- 0
While trying to upgrade the 3CX SBC apt responds that the -t parameter of "testing" is invalid. I attempted to upgrade again after a reboot of the SBC and had the same response. Here is a transcript.
$ sudo apt update
Hit:1 http://archive.raspberrypi.org/debian stretch InRelease
Hit:2 http://raspbian.raspberrypi.org/raspbian stretch InRelease
Hit:3 http://downloads.3cx.com/downloads/debian stretch InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
$ sudo apt upgrade 3cxsbc
Reading package lists... Done
Building dependency tree
Reading state information... Done
3cxsbc is already the newest version (15.5.9414).
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
$ sudo apt -t testing upgrade 3cxsbc
Reading package lists... Done
E: The value 'testing' is invalid for APT:: Default-Release as such a release is not available in the sources
$ sudo apt update
Hit:1 http://archive.raspberrypi.org/debian stretch InRelease
Hit:2 http://raspbian.raspberrypi.org/raspbian stretch InRelease
Hit:3 http://downloads.3cx.com/downloads/debian stretch InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
$ sudo apt upgrade 3cxsbc
Reading package lists... Done
Building dependency tree
Reading state information... Done
3cxsbc is already the newest version (15.5.9414).
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
$ sudo apt -t testing upgrade 3cxsbc
Reading package lists... Done
E: The value 'testing' is invalid for APT:: Default-Release as such a release is not available in the sources