Latest JetPack 3.2.1 Have Installed Wrong Versioned Package ?

Hi,

I just flashed the board by latest 3.2.1, but seems that the argus could not be compiled directly, the libgtk3 reports

The following packages have unmet dependencies:
 libgtk-3-dev : Depends: libpango1.0-dev (>= 1.37.3) but it is not going to be installed
                Depends: libatk-bridge2.0-dev but it is not going to be installed
                Depends: libcairo2-dev (>= 1.14.0) but it is not going to be installed
                Depends: libegl1-mesa-dev but it is not going to be installed
                Depends: libwayland-dev (>= 1.5.91) but it is not going to be installed

How should I solve this ? Thanks !

Ok, I solved by myself.

Open the file /etc/apt/sources.list, append new entry to the line

deb http://ports.ubuntu.com/ubuntu-ports/ xenial <b>main</b> universe restricted multiverse

main is the key, then everything works well.