Quellcode-Pakete für TightGate-Pro ansehen

Die folgende Anleitung beschreibt, wie Quellcode-Pakete für TightGate-Pro heruntergeladen und angezeigt werden können.

So geht es:

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

So sollte die Datei aussehen.
Vorher:

 # 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

Nachher

 # 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
 STRG + c