View source code packages for TightGate-Pro

The following instructions describe how source code packages for TightGate-Pro can be downloaded and displayed.

This is how it works:

update-connect 
 nano /etc/apt/sources.list

The file should look like this.
Before:

 # Update via mprivacy-update.de
 deb [arch=i386] http:%%//%%localhost:8000/hotfixes/repo-i386 2.0 main contrib non-free
 deb [arch=amd64] http:%%//%%localhost:8000/hotfixes/repo-amd64 2.0 main contrib non-free

After

 # Update via mprivacy-update.de
 deb [arch=i386] http:%%//%%localhost:8000/hotfixes/repo-i386 2.0 main contrib non-free
 deb [arch=amd64] http:%%//%%localhost:8000/hotfixes/repo-amd64 2.0 main contrib 
 deb-src [arch=i386] http:%%//%%localhost:8000/hotfixes/repo-i386 2.0 main contrib non-free
 deb-src [arch=amd64] http:%%//%%localhost:8000/hotfixes/repo-amd64 2.0 main contrib non-free
 apt update
 apt install dpkg-dev
 apt source firefox-esr
 apt purge dpkg-dev
 apt --purge autoremove
 fg
 CTRL + c