Will be there traffic leaks if to use wget and apt-transport-https in a Whonix template?

I wanted to install Element client in Whonix template but it’s not present in regular repository. On official site they give this command to install wget and apt-transport-https in order to add Element repos and only then it’s possible to install Element itself:

sudo apt install -y wget apt-transport-https
‍
sudo wget -O /usr/share/keyrings/element-io-archive-keyring.gpg https://packages.element.io/debian/element-io-archive-keyring.gpg
‍
echo "deb [signed-by=/usr/share/keyrings/element-io-archive-keyring.gpg] https://packages.element.io/debian/ default main" | sudo tee /etc/apt/sources.list.d/element-io.list

sudo apt update

sudo apt install element-desktop

But I’m not sure if there will be no clearnet traffic leaks if to use wget and apt-transport-https in template. I installed first only wget and tried to add repos without apt-transport and saw nothing in Onion Circuits. No connections using circuits. Though sys-whonix is set as update proxy for templates and dom0 (and as netvm for all qubes that have network enabled). Yes, I’ve got error saying it can’t resolve those addresses, probably because it can’t download those repos through http, but still, I didn’t see any connections in Onion Circuits when I tested wget. I expected they should have appear when wget was trying to connect to those addresses. Am I worrying for nothing or there really can be traffic leaks because of wget and apt-transport-https?

1 Like

No leaks:

See also:
Element

Qubes issue. Unspecific to Whonix.

2 Likes