I want to install Azure azcopy on a Ubuntu 20.04 and be certain that it comes from a legit source (not infected, corrupted etc).
Recommended way is to download it from MS site - at least according to MS docs. However - how can I verify it's authenticity ? Is there a way to verify checksum for the file I download from this link ?
Ideal way for me would be to be able to install it using `apt install' but I could't figure it out yesterday; I was trying to use this tutorial - I just changed the repo to 'focal' but azcopy package isn't a part of it :(
Is there an official repo for 20.04 that contains azcopy ?
I'm open for any suggestions - my goal is - to have a legit azcopy
binary on the system.