Solution 1:

My version of resolving this issue:

  1. Remove/comment all unnessesary trusty sources from your /etc/apt/sources.list.
  2. Run sudo apt-get update and verify that apt-cache policy snapd is now have the Candidate: 2.32.9 that you need. try to sudo apt install --reinstall snapd.
  3. Optional. If you still have Sub-process /usr/bin/dpkg returned an error code (1) error, clean the cd var/lib/dpkg/info with sudo rm ./snapd* and reinstall the snapd sudo apt install --reinstall snapd.
  4. Verify that the Installed version is 2.32.9 snap --version.