Installing ServiceFabric SDK 8.2 on Linux
I need to install service fabric SDK v8.2 on Ubuntu 20.04. The versions website for service fabric says I should be able to do this, but using "apt list -a servicefabric" the available packages are 9.x only.
root@de03ecd6c3d3:/# apt list -a servicefabric
Listing... Done
servicefabric/focal,now 9.1.1642.1 amd64 [installed]
servicefabric/focal 9.1.1625.1 amd64
servicefabric/focal 9.1.1592.1 amd64
servicefabric/focal 9.1.1457.1 amd64
servicefabric/focal 9.1.1388.1 amd64
servicefabric/focal 9.1.1230.1 amd64
servicefabric/focal 9.1.1206.1 amd64
servicefabric/focal 9.0.1260.1 amd64
servicefabric/focal 9.0.1103.1 amd64
servicefabric/focal 9.0.1056.1 amd64
servicefabric/focal 9.0.1035.1 amd64
Can anyone point me in the right direction to install this please?