I’m migrating from dashboard 1.5.3 to 1.6.0. Everything works fine but after installation, it blocks apt to install anything new.
After some research it seems that tyk dashboard installation corrupts the package cache file.
After running ls -lh /var/lib/dpkg/status
exceeds 4M
. Comparing this to 1.5.3 version it is something around 613K
.
Analyzing the apt cache
file, the tyk dashboard output is the highest difference specially in conffiles
section.
Should I report this as a bug in github?