-
To verify that the zip files were not tampered during the transfer, open a terminal and run:
sed -n 's/.*The SHA256 hash of the zip file is //p' pack-dcp-utility.txt > dcp-utility-portable-package.sha256 sed -i 's/$/ dcp-utility-portable-package.zip/' dcp-utility-portable-package.sha256 sha256sum -c dcp-utility-portable-package.sha256This sequence must return OK.
Finally, perform the validation steps for the .NET Runtime installer documented by Microsoft.
-
Install the .NET Runtime.
-
Install the DCP Utility zip file:
unzip ./dcp-utility-portable-package.zip -d ./bin-dcp-utility chmod +x ./bin-dcp-utility/dcp-utility.sh ./bin-dcp-utility/dcp-utility.sh --version
After these installations you can start DCP Utility with ./bin-dcp-utility/dcp-utility.sh to execute its various commands:
./bin-dcp-utility/dcp-utility.sh list-interfaces -f JSON